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

Side by Side Diff: chrome/chrome.gyp

Issue 2067018: Break gyp cycles on Linux. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: remove duplicate vars Created 10 years, 7 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/gyp_chromium ('k') | chrome/chrome_browser.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 19 matching lines...) Expand all
30 'utility', 30 'utility',
31 'profile_import', 31 'profile_import',
32 'worker', 32 'worker',
33 'service', 33 'service',
34 '../printing/printing.gyp:printing', 34 '../printing/printing.gyp:printing',
35 '../webkit/webkit.gyp:inspector_resources', 35 '../webkit/webkit.gyp:inspector_resources',
36 ], 36 ],
37 'nacl_win64_dependencies': [ 37 'nacl_win64_dependencies': [
38 'common_nacl_win64', 38 'common_nacl_win64',
39 'common_constants_win64', 39 'common_constants_win64',
40 'installer/installer.gyp:installer_util_nacl_win64', 40 'installer_util_nacl_win64',
41 ], 41 ],
42 'allocator_target': '../base/allocator/allocator.gyp:allocator', 42 'allocator_target': '../base/allocator/allocator.gyp:allocator',
43 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 43 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
44 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', 44 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
45 'chrome_strings_grds': [ 45 'chrome_strings_grds': [
46 # Localizable resources. 46 # Localizable resources.
47 'app/resources/locale_settings.grd', 47 'app/resources/locale_settings.grd',
48 'app/chromium_strings.grd', 48 'app/chromium_strings.grd',
49 'app/generated_resources.grd', 49 'app/generated_resources.grd',
50 'app/google_chrome_strings.grd', 50 'app/google_chrome_strings.grd',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'includes': [ 117 'includes': [
118 # Place some targets in gypi files to reduce contention on this file. 118 # Place some targets in gypi files to reduce contention on this file.
119 # By using an include, we keep everything in a single xcodeproj file. 119 # By using an include, we keep everything in a single xcodeproj file.
120 # Note on Win64 targets: targets that end with win64 be used 120 # Note on Win64 targets: targets that end with win64 be used
121 # on 64-bit Windows only. Targets that end with nacl_win64 should be used 121 # on 64-bit Windows only. Targets that end with nacl_win64 should be used
122 # by Native Client only. 122 # by Native Client only.
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_installer.gypi',
128 'chrome_installer_util.gypi',
127 'chrome_renderer.gypi', 129 'chrome_renderer.gypi',
128 'chrome_tests.gypi', 130 'chrome_tests.gypi',
129 'common_constants.gypi', 131 'common_constants.gypi',
130 'nacl.gypi', 132 'nacl.gypi',
131 ], 133 ],
132 'targets': [ 134 'targets': [
133 { 135 {
134 # TODO(mark): It would be better if each static library that needed 136 # TODO(mark): It would be better if each static library that needed
135 # to run grit would list its own .grd files, but unfortunately some 137 # to run grit would list its own .grd files, but unfortunately some
136 # of the static libraries currently have circular dependencies among 138 # of the static libraries currently have circular dependencies among
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'conditions': [ 220 'conditions': [
219 ['OS=="win"', { 221 ['OS=="win"', {
220 # HACK(nsylvain): We want to enforce a fake dependency on 222 # HACK(nsylvain): We want to enforce a fake dependency on
221 # intaller_util_string. install_util depends on both 223 # intaller_util_string. install_util depends on both
222 # chrome_strings and installer_util_strings, but for some reasons 224 # chrome_strings and installer_util_strings, but for some reasons
223 # Incredibuild does not enforce it (most likely a bug). By changing 225 # Incredibuild does not enforce it (most likely a bug). By changing
224 # the type and making sure we depend on installer_util_strings, it 226 # the type and making sure we depend on installer_util_strings, it
225 # will always get built before installer_util. 227 # will always get built before installer_util.
226 'type': 'dummy_executable', 228 'type': 'dummy_executable',
227 'dependencies': ['../build/win/system.gyp:cygwin', 229 'dependencies': ['../build/win/system.gyp:cygwin',
228 'installer/installer.gyp:installer_util_strings',], 230 'installer_util_strings',],
229 }, { 231 }, {
230 'type': 'none', 232 'type': 'none',
231 }], 233 }],
232 ], 234 ],
233 'variables': { 235 'variables': {
234 'chrome_strings_inputs': [ 236 'chrome_strings_inputs': [
235 '<!@(<(grit_info_cmd) --inputs <(chrome_strings_grds))', 237 '<!@(<(grit_info_cmd) --inputs <(chrome_strings_grds))',
236 ], 238 ],
237 }, 239 },
238 'rules': [ 240 'rules': [
(...skipping 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1354 },], # OS=="linux" 1356 },], # OS=="linux"
1355 ['OS=="win"', 1357 ['OS=="win"',
1356 { 'targets': [ 1358 { 'targets': [
1357 { 1359 {
1358 # TODO(sgk): remove this when we change the buildbots to 1360 # TODO(sgk): remove this when we change the buildbots to
1359 # use the generated build\all.sln file to build the world. 1361 # use the generated build\all.sln file to build the world.
1360 'target_name': 'pull_in_all', 1362 'target_name': 'pull_in_all',
1361 'type': 'none', 1363 'type': 'none',
1362 'dependencies': [ 1364 'dependencies': [
1363 'installer/mini_installer.gyp:*', 1365 'installer/mini_installer.gyp:*',
1364 'installer/installer.gyp:*',
1365 '../app/app.gyp:*', 1366 '../app/app.gyp:*',
1366 '../base/base.gyp:*', 1367 '../base/base.gyp:*',
1367 '../chrome_frame/chrome_frame.gyp:*', 1368 '../chrome_frame/chrome_frame.gyp:*',
1368 '../gfx/gfx.gyp:*', 1369 '../gfx/gfx.gyp:*',
1369 '../ipc/ipc.gyp:*', 1370 '../ipc/ipc.gyp:*',
1370 '../media/media.gyp:*', 1371 '../media/media.gyp:*',
1371 '../net/net.gyp:*', 1372 '../net/net.gyp:*',
1372 '../printing/printing.gyp:*', 1373 '../printing/printing.gyp:*',
1373 '../sdch/sdch.gyp:*', 1374 '../sdch/sdch.gyp:*',
1374 '../skia/skia.gyp:*', 1375 '../skia/skia.gyp:*',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
1544 'test/automation/window_proxy.cc', 1545 'test/automation/window_proxy.cc',
1545 'test/automation/window_proxy.h', 1546 'test/automation/window_proxy.h',
1546 ], 1547 ],
1547 }, 1548 },
1548 { 1549 {
1549 'target_name': 'crash_service', 1550 'target_name': 'crash_service',
1550 'type': 'executable', 1551 'type': 'executable',
1551 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC', 1552 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC',
1552 'dependencies': [ 1553 'dependencies': [
1553 'common_constants', 1554 'common_constants',
1554 'installer/installer.gyp:installer_util', 1555 'installer_util',
1555 '../base/base.gyp:base', 1556 '../base/base.gyp:base',
1556 '../breakpad/breakpad.gyp:breakpad_handler', 1557 '../breakpad/breakpad.gyp:breakpad_handler',
1557 '../breakpad/breakpad.gyp:breakpad_sender', 1558 '../breakpad/breakpad.gyp:breakpad_sender',
1558 ], 1559 ],
1559 'include_dirs': [ 1560 'include_dirs': [
1560 '..', 1561 '..',
1561 ], 1562 ],
1562 'sources': [ 1563 'sources': [
1563 'tools/crash_service/crash_service.cc', 1564 'tools/crash_service/crash_service.cc',
1564 'tools/crash_service/crash_service.h', 1565 'tools/crash_service/crash_service.h',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1701 }], # targets 1702 }], # targets
1702 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1703 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1703 ], # 'conditions' 1704 ], # 'conditions'
1704 } 1705 }
1705 1706
1706 # Local Variables: 1707 # Local Variables:
1707 # tab-width:2 1708 # tab-width:2
1708 # indent-tabs-mode:nil 1709 # indent-tabs-mode:nil
1709 # End: 1710 # End:
1710 # vim: set expandtab tabstop=2 shiftwidth=2: 1711 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « build/gyp_chromium ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698