Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Side by Side Diff: remoting/remoting.gyp

Issue 19275010: Embed compatibility manifest into all *.exe files (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: style fix Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/shell/app/shell.exe.manifest ('k') | ui/views/examples/views_examples.exe.manifest » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'conditions': [ 10 'conditions': [
(...skipping 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after
1345 'dependencies': [ 1345 'dependencies': [
1346 'remoting_core', 1346 'remoting_core',
1347 'remoting_version_resources', 1347 'remoting_version_resources',
1348 ], 1348 ],
1349 'sources': [ 1349 'sources': [
1350 '<(SHARED_INTERMEDIATE_DIR)/remoting/version.rc', 1350 '<(SHARED_INTERMEDIATE_DIR)/remoting/version.rc',
1351 'host/win/entry_point.cc', 1351 'host/win/entry_point.cc',
1352 ], 1352 ],
1353 'msvs_settings': { 1353 'msvs_settings': {
1354 'VCManifestTool': { 1354 'VCManifestTool': {
1355 'AdditionalManifestFiles': 'host/win/dpi_aware.manifest', 1355 'AdditionalManifestFiles': [
1356 'EmbedManifest': 'true', 1356 'host/win/dpi_aware.manifest',
1357 ],
1357 }, 1358 },
1358 'VCLinkerTool': { 1359 'VCLinkerTool': {
1359 'EntryPointSymbol': 'HostEntryPoint', 1360 'EntryPointSymbol': 'HostEntryPoint',
1360 'IgnoreAllDefaultLibraries': 'true', 1361 'IgnoreAllDefaultLibraries': 'true',
1361 'SubSystem': '1', # /SUBSYSTEM:CONSOLE 1362 'SubSystem': '1', # /SUBSYSTEM:CONSOLE
1362 }, 1363 },
1363 }, 1364 },
1364 }, # end of target 'remoting_console' 1365 }, # end of target 'remoting_console'
1365 { 1366 {
1366 'target_name': 'remoting_core', 1367 'target_name': 'remoting_core',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1527 'dependencies': [ 1528 'dependencies': [
1528 'remoting_core', 1529 'remoting_core',
1529 'remoting_version_resources', 1530 'remoting_version_resources',
1530 ], 1531 ],
1531 'sources': [ 1532 'sources': [
1532 '<(SHARED_INTERMEDIATE_DIR)/remoting/version.rc', 1533 '<(SHARED_INTERMEDIATE_DIR)/remoting/version.rc',
1533 'host/win/entry_point.cc', 1534 'host/win/entry_point.cc',
1534 ], 1535 ],
1535 'msvs_settings': { 1536 'msvs_settings': {
1536 'VCManifestTool': { 1537 'VCManifestTool': {
1537 'AdditionalManifestFiles': 'host/win/dpi_aware.manifest', 1538 'AdditionalManifestFiles': [
1538 'EmbedManifest': 'true', 1539 'host/win/dpi_aware.manifest',
1540 ],
1539 }, 1541 },
1540 'VCLinkerTool': { 1542 'VCLinkerTool': {
1541 'EnableUAC': 'true', 1543 'EnableUAC': 'true',
1542 # Add 'level="requireAdministrator" uiAccess="true"' to 1544 # Add 'level="requireAdministrator" uiAccess="true"' to
1543 # the manifest only for the official builds because it requires 1545 # the manifest only for the official builds because it requires
1544 # the binary to be signed to work. 1546 # the binary to be signed to work.
1545 'conditions': [ 1547 'conditions': [
1546 ['buildtype == "Official"', { 1548 ['buildtype == "Official"', {
1547 'UACExecutionLevel': 2, 1549 'UACExecutionLevel': 2,
1548 'UACUIAccess': 'true', 1550 'UACUIAccess': 'true',
(...skipping 16 matching lines...) Expand all
1565 'dependencies': [ 1567 'dependencies': [
1566 'remoting_core', 1568 'remoting_core',
1567 'remoting_version_resources', 1569 'remoting_version_resources',
1568 ], 1570 ],
1569 'sources': [ 1571 'sources': [
1570 '<(SHARED_INTERMEDIATE_DIR)/remoting/version.rc', 1572 '<(SHARED_INTERMEDIATE_DIR)/remoting/version.rc',
1571 'host/win/entry_point.cc', 1573 'host/win/entry_point.cc',
1572 ], 1574 ],
1573 'msvs_settings': { 1575 'msvs_settings': {
1574 'VCManifestTool': { 1576 'VCManifestTool': {
1575 'AdditionalManifestFiles': 'host/win/dpi_aware.manifest', 1577 'AdditionalManifestFiles': [
1576 'EmbedManifest': 'true', 1578 'host/win/dpi_aware.manifest',
1579 ],
1577 }, 1580 },
1578 'VCLinkerTool': { 1581 'VCLinkerTool': {
1579 'EntryPointSymbol': 'HostEntryPoint', 1582 'EntryPointSymbol': 'HostEntryPoint',
1580 'IgnoreAllDefaultLibraries': 'true', 1583 'IgnoreAllDefaultLibraries': 'true',
1581 'ImportLibrary': '$(OutDir)\\lib\\remoting_host_exe.lib', 1584 'ImportLibrary': '$(OutDir)\\lib\\remoting_host_exe.lib',
1582 'OutputFile': '$(OutDir)\\remoting_host.exe', 1585 'OutputFile': '$(OutDir)\\remoting_host.exe',
1583 'SubSystem': '2', # /SUBSYSTEM:WINDOWS 1586 'SubSystem': '2', # /SUBSYSTEM:WINDOWS
1584 }, 1587 },
1585 }, 1588 },
1586 }, # end of target 'remoting_host_exe' 1589 }, # end of target 'remoting_host_exe'
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
2749 '../base/allocator/allocator.gyp:allocator', 2752 '../base/allocator/allocator.gyp:allocator',
2750 ], 2753 ],
2751 }, 2754 },
2752 ], 2755 ],
2753 ], 2756 ],
2754 }], # end of 'toolkit_uses_gtk == 1' 2757 }], # end of 'toolkit_uses_gtk == 1'
2755 ], # end of 'conditions' 2758 ], # end of 'conditions'
2756 }, # end of target 'remoting_unittests' 2759 }, # end of target 'remoting_unittests'
2757 ], # end of targets 2760 ], # end of targets
2758 } 2761 }
OLDNEW
« no previous file with comments | « content/shell/app/shell.exe.manifest ('k') | ui/views/examples/views_examples.exe.manifest » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698