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

Side by Side Diff: chrome_frame/chrome_frame.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, 5 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 | « chrome/tools/crash_service/crash_service.exe.manifest ('k') | content/content_shell.gypi » ('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 # Keep the archive builder happy. 9 # Keep the archive builder happy.
10 'chrome_personalization%': 1, 10 'chrome_personalization%': 1,
(...skipping 934 matching lines...) Expand 10 before | Expand all | Expand 10 after
945 ], 945 ],
946 }, 946 },
947 'msvs_settings': { 947 'msvs_settings': {
948 'VCLinkerTool': { 948 'VCLinkerTool': {
949 'DelayLoadDLLs': [], 949 'DelayLoadDLLs': [],
950 'BaseAddress': '0x33000000', 950 'BaseAddress': '0x33000000',
951 # Set /SUBSYSTEM:WINDOWS (for consistency). 951 # Set /SUBSYSTEM:WINDOWS (for consistency).
952 'SubSystem': '2', 952 'SubSystem': '2',
953 }, 953 },
954 'VCManifestTool': { 954 'VCManifestTool': {
955 'AdditionalManifestFiles': 955 'AdditionalManifestFiles': [
956 '$(ProjectDir)\\resources\\npchrome_frame.dll.manifest', 956 '$(ProjectDir)\\resources\\npchrome_frame.dll.manifest',
957 ],
957 }, 958 },
958 }, 959 },
959 }], 960 }],
960 ], 961 ],
961 }, 962 },
962 ], 963 ],
963 'conditions': [ 964 'conditions': [
964 # To enable the coverage targets, do 965 # To enable the coverage targets, do
965 # GYP_DEFINES='coverage=1' gclient sync 966 # GYP_DEFINES='coverage=1' gclient sync
966 ['coverage!=0', 967 ['coverage!=0',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 # Use outputs of this action as inputs for the main target build. 1092 # Use outputs of this action as inputs for the main target build.
1092 # Seems as a misnomer but makes this happy on Linux (scons). 1093 # Seems as a misnomer but makes this happy on Linux (scons).
1093 'process_outputs_as_sources': 1, 1094 'process_outputs_as_sources': 1,
1094 }, 1095 },
1095 ], 1096 ],
1096 }, 1097 },
1097 ], 1098 ],
1098 }, ], # 'coverage!=0' 1099 }, ], # 'coverage!=0'
1099 ], # 'conditions' 1100 ], # 'conditions'
1100 } 1101 }
OLDNEW
« no previous file with comments | « chrome/tools/crash_service/crash_service.exe.manifest ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698