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

Side by Side Diff: chrome/chrome.gyp

Issue 7706011: Use precompiled headers for most large projects. (Closed) Base URL: ssh://joi@192.168.1.201/home/joi/c/chrome/src@master
Patch Set: Merge to lkgr. Created 9 years, 3 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 | « build/win_precompile.gypi ('k') | chrome/default_plugin/default_plugin.gyp » ('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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 ], 118 ],
119 }], 119 }],
120 ], # conditions 120 ], # conditions
121 }, # variables 121 }, # variables
122 'includes': [ 122 'includes': [
123 # Place some targets in gypi files to reduce contention on this file. 123 # Place some targets in gypi files to reduce contention on this file.
124 # By using an include, we keep everything in a single xcodeproj file. 124 # By using an include, we keep everything in a single xcodeproj file.
125 # Note on Win64 targets: targets that end with win64 be used 125 # Note on Win64 targets: targets that end with win64 be used
126 # on 64-bit Windows only. Targets that end with nacl_win64 should be used 126 # on 64-bit Windows only. Targets that end with nacl_win64 should be used
127 # by Native Client only. 127 # by Native Client only.
128 '../build/win_precompile.gypi',
128 'app/policy/policy_templates.gypi', 129 'app/policy/policy_templates.gypi',
129 'chrome_browser.gypi', 130 'chrome_browser.gypi',
130 'chrome_common.gypi', 131 'chrome_common.gypi',
131 'chrome_dll.gypi', 132 'chrome_dll.gypi',
132 'chrome_exe.gypi', 133 'chrome_exe.gypi',
133 'chrome_dll_syzygy.gypi', # This must follow chrome_dll and chrome_exe. 134 'chrome_dll_syzygy.gypi', # This must follow chrome_dll and chrome_exe.
134 'chrome_installer.gypi', 135 'chrome_installer.gypi',
135 'chrome_installer_util.gypi', 136 'chrome_installer_util.gypi',
136 'chrome_renderer.gypi', 137 'chrome_renderer.gypi',
137 'chrome_tests.gypi', 138 'chrome_tests.gypi',
(...skipping 1597 matching lines...) Expand 10 before | Expand all | Expand 10 after
1735 'destination': '<(PRODUCT_DIR)', 1736 'destination': '<(PRODUCT_DIR)',
1736 'files': [ 1737 'files': [
1737 '<(INTERMEDIATE_DIR)/repack/chrome.pak' 1738 '<(INTERMEDIATE_DIR)/repack/chrome.pak'
1738 ], 1739 ],
1739 }, 1740 },
1740 ], 1741 ],
1741 }], # targets 1742 }], # targets
1742 }], # OS != "mac" 1743 }], # OS != "mac"
1743 ], # 'conditions' 1744 ], # 'conditions'
1744 } 1745 }
OLDNEW
« no previous file with comments | « build/win_precompile.gypi ('k') | chrome/default_plugin/default_plugin.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698