diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-17 05:59:47 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-17 05:59:47 +0000 |
commit | c14cf06ffe16500cec6449b8165d3c6c26046b1e (patch) | |
tree | 4512d8e58f9d4cac6b1de77215d6a24f0e78e42c /remoting/host | |
parent | f6fac8b7468898241f2879f728841eddfb7fb2c9 (diff) | |
download | chromium_src-c14cf06ffe16500cec6449b8165d3c6c26046b1e.zip chromium_src-c14cf06ffe16500cec6449b8165d3c6c26046b1e.tar.gz chromium_src-c14cf06ffe16500cec6449b8165d3c6c26046b1e.tar.bz2 |
Embed manifests using 'EmbedManifest' setting in GYP.
GYP supports 'EmbedManifest' and UAC settings for ninja since https://code.google.com/p/gyp/source/detail?r=1675. This CL starts using the GYP settings instead of the custom xxx_manifest targets.
Review URL: https://chromiumcodereview.appspot.com/19376005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211968 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host')
-rw-r--r-- | remoting/host/win/comctl32_v6.manifest | 8 | ||||
-rw-r--r-- | remoting/host/win/require_administrator.manifest | 10 |
2 files changed, 0 insertions, 18 deletions
diff --git a/remoting/host/win/comctl32_v6.manifest b/remoting/host/win/comctl32_v6.manifest deleted file mode 100644 index d351754..0000000 --- a/remoting/host/win/comctl32_v6.manifest +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> - <dependency> - <dependentAssembly> - <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*" /> - </dependentAssembly> - </dependency> -</assembly> diff --git a/remoting/host/win/require_administrator.manifest b/remoting/host/win/require_administrator.manifest deleted file mode 100644 index e132793..0000000 --- a/remoting/host/win/require_administrator.manifest +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
- <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
- <security>
- <requestedPrivileges>
- <requestedExecutionLevel level="requireAdministrator" uiAccess="true" />
- </requestedPrivileges>
- </security>
- </trustInfo>
-</assembly>
|