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

Side by Side Diff: chrome/chrome.gyp

Issue 8685001: Remove the Syzygy optimization alternative from GYP configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attemping another CQ commit. Created 9 years 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome_dll.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 # By using an include, we keep everything in a single xcodeproj file. 117 # By using an include, we keep everything in a single xcodeproj file.
118 # Note on Win64 targets: targets that end with win64 be used 118 # Note on Win64 targets: targets that end with win64 be used
119 # on 64-bit Windows only. Targets that end with nacl_win64 should be used 119 # on 64-bit Windows only. Targets that end with nacl_win64 should be used
120 # by Native Client only. 120 # by Native Client only.
121 '../build/win_precompile.gypi', 121 '../build/win_precompile.gypi',
122 'app/policy/policy_templates.gypi', 122 'app/policy/policy_templates.gypi',
123 'chrome_browser.gypi', 123 'chrome_browser.gypi',
124 'chrome_common.gypi', 124 'chrome_common.gypi',
125 'chrome_dll.gypi', 125 'chrome_dll.gypi',
126 'chrome_exe.gypi', 126 'chrome_exe.gypi',
127 'chrome_dll_syzygy.gypi', # This must follow chrome_dll and chrome_exe.
128 'chrome_installer.gypi', 127 'chrome_installer.gypi',
129 'chrome_installer_util.gypi', 128 'chrome_installer_util.gypi',
130 'chrome_renderer.gypi', 129 'chrome_renderer.gypi',
131 'chrome_tests.gypi', 130 'chrome_tests.gypi',
132 'common_constants.gypi', 131 'common_constants.gypi',
133 'nacl.gypi', 132 'nacl.gypi',
134 ], 133 ],
135 'targets': [ 134 'targets': [
136 { 135 {
137 'target_name': 'default_extensions', 136 'target_name': 'default_extensions',
(...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1318 'configurations': { 1317 'configurations': {
1319 'Common_Base': { 1318 'Common_Base': {
1320 'msvs_target_platform': 'x64', 1319 'msvs_target_platform': 'x64',
1321 }, 1320 },
1322 }, 1321 },
1323 }, 1322 },
1324 ]}, # 'targets' 1323 ]}, # 'targets'
1325 ], # OS=="win" 1324 ], # OS=="win"
1326 ], # 'conditions' 1325 ], # 'conditions'
1327 } 1326 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698