Preliminary support for Windows manifests in the GN build.
commit2e2220c02f2bbd3116b7b718aad627f37ad59b92
authorbrettw <brettw@chromium.org>
Tue, 21 Jul 2015 18:56:35 +0000 (21 11:56 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 21 Jul 2015 18:57:19 +0000 (21 18:57 +0000)
treea1e609e443cc15e900a093758f607ac5e33db577
parent6f828083bd41d61e23a6ebe89288a9b3126ae586
Preliminary support for Windows manifests in the GN build.

Adds manifest data for content shell. The result matches the GYP build.

Attaches a default manifest to all tests in the GN build. The GYP build's tests have manifests that specify elevation only. In GN it also specifies Windows and common control compat that matches what we ship with Chrome.

BUG=510612
TBR=dpranke@chromium.org
Reland of https://codereview.chromium.org/1240893004/ with no cloud print or remoting changes

Review URL: https://codereview.chromium.org/1238293005

Cr-Commit-Position: refs/heads/master@{#339709}
build/config/win/manifest.gni [new file with mode: 0644]
build/win/BUILD.gn [new file with mode: 0644]
build/win/as_invoker.manifest [new file with mode: 0644]
build/win/common_controls.manifest [new file with mode: 0644]
content/shell/BUILD.gn
testing/test.gni