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

Side by Side Diff: chrome/chrome.gyp

Issue 385084: Partially revert WebKit.gyp switch-over, because it broke build bot setup... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 | « chrome/app/locales/locales.gyp ('k') | chrome/test/interactive_ui/interactive_ui_tests.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 13 matching lines...) Expand all
24 'chromium_dependencies': [ 24 'chromium_dependencies': [
25 'common', 25 'common',
26 'browser', 26 'browser',
27 'debugger', 27 'debugger',
28 'renderer', 28 'renderer',
29 'syncapi', 29 'syncapi',
30 'utility', 30 'utility',
31 'profile_import', 31 'profile_import',
32 'worker', 32 'worker',
33 '../printing/printing.gyp:printing', 33 '../printing/printing.gyp:printing',
34 '../webkit/webkit_glue.gyp:inspector_resources', 34 '../webkit/webkit.gyp:inspector_resources',
35 ], 35 ],
36 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 36 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
37 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', 37 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
38 'chrome_strings_grds': [ 38 'chrome_strings_grds': [
39 # Localizable resources. 39 # Localizable resources.
40 'app/resources/locale_settings.grd', 40 'app/resources/locale_settings.grd',
41 'app/chromium_strings.grd', 41 'app/chromium_strings.grd',
42 'app/generated_resources.grd', 42 'app/generated_resources.grd',
43 'app/google_chrome_strings.grd', 43 'app/google_chrome_strings.grd',
44 ], 44 ],
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 '../ipc/ipc.gyp:ipc', 519 '../ipc/ipc.gyp:ipc',
520 '../net/net.gyp:net', 520 '../net/net.gyp:net',
521 '../net/net.gyp:net_resources', 521 '../net/net.gyp:net_resources',
522 '../skia/skia.gyp:skia', 522 '../skia/skia.gyp:skia',
523 '../third_party/icu/icu.gyp:icui18n', 523 '../third_party/icu/icu.gyp:icui18n',
524 '../third_party/icu/icu.gyp:icuuc', 524 '../third_party/icu/icu.gyp:icuuc',
525 '../third_party/libxml/libxml.gyp:libxml', 525 '../third_party/libxml/libxml.gyp:libxml',
526 '../third_party/sqlite/sqlite.gyp:sqlite', 526 '../third_party/sqlite/sqlite.gyp:sqlite',
527 '../third_party/zlib/zlib.gyp:zlib', 527 '../third_party/zlib/zlib.gyp:zlib',
528 '../third_party/npapi/npapi.gyp:npapi', 528 '../third_party/npapi/npapi.gyp:npapi',
529 '../webkit/webkit_glue.gyp:appcache', 529 '../webkit/webkit.gyp:appcache',
530 '../webkit/webkit_glue.gyp:glue', 530 '../webkit/webkit.gyp:glue',
531 ], 531 ],
532 'include_dirs': [ 532 'include_dirs': [
533 '..', 533 '..',
534 ], 534 ],
535 'sources': [ 535 'sources': [
536 # All .cc, .h, and .mm files under chrome/common except for tests. 536 # All .cc, .h, and .mm files under chrome/common except for tests.
537 'common/desktop_notifications/active_notification_tracker.h', 537 'common/desktop_notifications/active_notification_tracker.h',
538 'common/desktop_notifications/active_notification_tracker.cc', 538 'common/desktop_notifications/active_notification_tracker.cc',
539 'common/extensions/extension.cc', 539 'common/extensions/extension.cc',
540 'common/extensions/extension.h', 540 'common/extensions/extension.h',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 '../media/media.gyp:media', 786 '../media/media.gyp:media',
787 '../printing/printing.gyp:printing', 787 '../printing/printing.gyp:printing',
788 '../skia/skia.gyp:skia', 788 '../skia/skia.gyp:skia',
789 '../third_party/bzip2/bzip2.gyp:bzip2', 789 '../third_party/bzip2/bzip2.gyp:bzip2',
790 '../third_party/icu/icu.gyp:icui18n', 790 '../third_party/icu/icu.gyp:icui18n',
791 '../third_party/icu/icu.gyp:icuuc', 791 '../third_party/icu/icu.gyp:icuuc',
792 '../third_party/libjingle/libjingle.gyp:libjingle', 792 '../third_party/libjingle/libjingle.gyp:libjingle',
793 '../third_party/libxml/libxml.gyp:libxml', 793 '../third_party/libxml/libxml.gyp:libxml',
794 '../third_party/npapi/npapi.gyp:npapi', 794 '../third_party/npapi/npapi.gyp:npapi',
795 '../third_party/hunspell/hunspell.gyp:hunspell', 795 '../third_party/hunspell/hunspell.gyp:hunspell',
796 '../webkit/webkit_glue.gyp:database', 796 '../webkit/webkit.gyp:database',
797 '../webkit/webkit_glue.gyp:glue', 797 '../webkit/webkit.gyp:glue',
798 ], 798 ],
799 'include_dirs': [ 799 'include_dirs': [
800 '..', 800 '..',
801 '<(INTERMEDIATE_DIR)', 801 '<(INTERMEDIATE_DIR)',
802 ], 802 ],
803 'defines': [ 803 'defines': [
804 '<@(nacl_defines)', 804 '<@(nacl_defines)',
805 ], 805 ],
806 'sources': [ 806 'sources': [
807 # All .cc, .h, .m, and .mm files under browser except for tests and 807 # All .cc, .h, .m, and .mm files under browser except for tests and
(...skipping 2360 matching lines...) Expand 10 before | Expand all | Expand 10 after
3168 'common', 3168 'common',
3169 'chrome_resources', 3169 'chrome_resources',
3170 'chrome_strings', 3170 'chrome_strings',
3171 '../media/media.gyp:media', 3171 '../media/media.gyp:media',
3172 '../skia/skia.gyp:skia', 3172 '../skia/skia.gyp:skia',
3173 '../third_party/icu/icu.gyp:icui18n', 3173 '../third_party/icu/icu.gyp:icui18n',
3174 '../third_party/icu/icu.gyp:icuuc', 3174 '../third_party/icu/icu.gyp:icuuc',
3175 '../third_party/libxml/libxml.gyp:libxml', 3175 '../third_party/libxml/libxml.gyp:libxml',
3176 '../third_party/npapi/npapi.gyp:npapi', 3176 '../third_party/npapi/npapi.gyp:npapi',
3177 '../third_party/hunspell/hunspell.gyp:hunspell', 3177 '../third_party/hunspell/hunspell.gyp:hunspell',
3178 '../webkit/webkit_glue.gyp:glue', 3178 '../webkit/webkit.gyp:glue',
3179 ], 3179 ],
3180 'include_dirs': [ 3180 'include_dirs': [
3181 '<(INTERMEDIATE_DIR)', 3181 '<(INTERMEDIATE_DIR)',
3182 ], 3182 ],
3183 'sources': [ 3183 'sources': [
3184 # All .cc, .h, .m, and .mm files under plugins except for tests and 3184 # All .cc, .h, .m, and .mm files under plugins except for tests and
3185 # mocks. 3185 # mocks.
3186 'plugin/chrome_plugin_host.cc', 3186 'plugin/chrome_plugin_host.cc',
3187 'plugin/chrome_plugin_host.h', 3187 'plugin/chrome_plugin_host.h',
3188 'plugin/npobject_proxy.cc', 3188 'plugin/npobject_proxy.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
3220 }, 3220 },
3221 { 3221 {
3222 'target_name': 'nacl', 3222 'target_name': 'nacl',
3223 'type': '<(library)', 3223 'type': '<(library)',
3224 'msvs_guid': '83E86DAF-5763-4711-AD34-5FDAE395560C', 3224 'msvs_guid': '83E86DAF-5763-4711-AD34-5FDAE395560C',
3225 'dependencies': [ 3225 'dependencies': [
3226 'common', 3226 'common',
3227 'chrome_resources', 3227 'chrome_resources',
3228 'chrome_strings', 3228 'chrome_strings',
3229 '../third_party/npapi/npapi.gyp:npapi', 3229 '../third_party/npapi/npapi.gyp:npapi',
3230 '../webkit/webkit_glue.gyp:glue', 3230 '../webkit/webkit.gyp:glue',
3231 '../native_client/src/trusted/plugin/plugin.gyp:npGoogleNaClPluginChrome ', 3231 '../native_client/src/trusted/plugin/plugin.gyp:npGoogleNaClPluginChrome ',
3232 '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel', 3232 '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel',
3233 '../native_client/src/trusted/validator_x86/validator_x86.gyp:ncvalidate ', 3233 '../native_client/src/trusted/validator_x86/validator_x86.gyp:ncvalidate ',
3234 '../native_client/src/trusted/platform_qualify/platform_qualify.gyp:plat form_qual_lib', 3234 '../native_client/src/trusted/platform_qualify/platform_qualify.gyp:plat form_qual_lib',
3235 ], 3235 ],
3236 'include_dirs': [ 3236 'include_dirs': [
3237 '<(INTERMEDIATE_DIR)', 3237 '<(INTERMEDIATE_DIR)',
3238 ], 3238 ],
3239 'defines': [ 3239 'defines': [
3240 'NACL_BLOCK_SHIFT=5', 3240 'NACL_BLOCK_SHIFT=5',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
3275 '../printing/printing.gyp:printing', 3275 '../printing/printing.gyp:printing',
3276 '../skia/skia.gyp:skia', 3276 '../skia/skia.gyp:skia',
3277 '../third_party/hunspell/hunspell.gyp:hunspell', 3277 '../third_party/hunspell/hunspell.gyp:hunspell',
3278 '../third_party/icu/icu.gyp:icui18n', 3278 '../third_party/icu/icu.gyp:icui18n',
3279 '../third_party/icu/icu.gyp:icuuc', 3279 '../third_party/icu/icu.gyp:icuuc',
3280 '../third_party/npapi/npapi.gyp:npapi', 3280 '../third_party/npapi/npapi.gyp:npapi',
3281 # TODO(yaar): Should only stop depending on webcore and depend 3281 # TODO(yaar): Should only stop depending on webcore and depend
3282 # only on webkit. 3282 # only on webkit.
3283 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', 3283 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore',
3284 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', 3284 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
3285 '../webkit/webkit_glue.gyp:glue', 3285 '../webkit/webkit.gyp:glue',
3286 ], 3286 ],
3287 'include_dirs': [ 3287 'include_dirs': [
3288 '..', 3288 '..',
3289 ], 3289 ],
3290 'defines': [ 3290 'defines': [
3291 '<@(nacl_defines)', 3291 '<@(nacl_defines)',
3292 ], 3292 ],
3293 'sources': [ 3293 'sources': [
3294 # TODO(jrg): to link ipc_tests, these files need to be in renderer.a. 3294 # TODO(jrg): to link ipc_tests, these files need to be in renderer.a.
3295 # But app/ is the wrong directory for them. 3295 # But app/ is the wrong directory for them.
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after
4479 'renderer', 4479 'renderer',
4480 'syncapi', 4480 'syncapi',
4481 'test_support_unit', 4481 'test_support_unit',
4482 'utility', 4482 'utility',
4483 '../app/app.gyp:app_base', 4483 '../app/app.gyp:app_base',
4484 '../app/app.gyp:app_resources', 4484 '../app/app.gyp:app_resources',
4485 '../ipc/ipc.gyp:ipc', 4485 '../ipc/ipc.gyp:ipc',
4486 '../net/net.gyp:net_resources', 4486 '../net/net.gyp:net_resources',
4487 '../net/net.gyp:net_test_support', 4487 '../net/net.gyp:net_test_support',
4488 '../printing/printing.gyp:printing', 4488 '../printing/printing.gyp:printing',
4489 '../webkit/webkit_glue.gyp:webkit_resources', 4489 '../webkit/webkit.gyp:webkit_resources',
4490 '../skia/skia.gyp:skia', 4490 '../skia/skia.gyp:skia',
4491 '../testing/gmock.gyp:gmock', 4491 '../testing/gmock.gyp:gmock',
4492 '../testing/gtest.gyp:gtest', 4492 '../testing/gtest.gyp:gtest',
4493 '../third_party/bzip2/bzip2.gyp:bzip2', 4493 '../third_party/bzip2/bzip2.gyp:bzip2',
4494 '../third_party/icu/icu.gyp:icui18n', 4494 '../third_party/icu/icu.gyp:icui18n',
4495 '../third_party/icu/icu.gyp:icuuc', 4495 '../third_party/icu/icu.gyp:icuuc',
4496 '../third_party/libxml/libxml.gyp:libxml', 4496 '../third_party/libxml/libxml.gyp:libxml',
4497 '../third_party/npapi/npapi.gyp:npapi', 4497 '../third_party/npapi/npapi.gyp:npapi',
4498 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', 4498 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
4499 ], 4499 ],
(...skipping 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after
5643 # up actual Chromium functionality into this .dll. 5643 # up actual Chromium functionality into this .dll.
5644 'chrome_dll_version', 5644 'chrome_dll_version',
5645 'chrome_resources', 5645 'chrome_resources',
5646 'installer/installer.gyp:installer_util_strings', 5646 'installer/installer.gyp:installer_util_strings',
5647 'worker', 5647 'worker',
5648 '../printing/printing.gyp:printing', 5648 '../printing/printing.gyp:printing',
5649 '../net/net.gyp:net_resources', 5649 '../net/net.gyp:net_resources',
5650 '../build/util/support/support.gyp:*', 5650 '../build/util/support/support.gyp:*',
5651 '../third_party/cld/cld.gyp:cld', 5651 '../third_party/cld/cld.gyp:cld',
5652 '../views/views.gyp:views', 5652 '../views/views.gyp:views',
5653 '../webkit/webkit_glue.gyp:webkit_resources', 5653 '../webkit/webkit.gyp:webkit_resources',
5654 '../gears/gears.gyp:gears', 5654 '../gears/gears.gyp:gears',
5655 ], 5655 ],
5656 'defines': [ 5656 'defines': [
5657 'CHROME_DLL', 5657 'CHROME_DLL',
5658 'BROWSER_DLL', 5658 'BROWSER_DLL',
5659 'RENDERER_DLL', 5659 'RENDERER_DLL',
5660 'PLUGIN_DLL', 5660 'PLUGIN_DLL',
5661 ], 5661 ],
5662 'sources': [ 5662 'sources': [
5663 'app/chrome_dll.rc', 5663 'app/chrome_dll.rc',
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
6337 'renderer', 6337 'renderer',
6338 'syncapi', 6338 'syncapi',
6339 'chrome_resources', 6339 'chrome_resources',
6340 'chrome_strings', 6340 'chrome_strings',
6341 '../app/app.gyp:app_base', 6341 '../app/app.gyp:app_base',
6342 '../base/base.gyp:base', 6342 '../base/base.gyp:base',
6343 '../base/base.gyp:test_support_base', 6343 '../base/base.gyp:test_support_base',
6344 '../base/base.gyp:test_support_perf', 6344 '../base/base.gyp:test_support_perf',
6345 '../skia/skia.gyp:skia', 6345 '../skia/skia.gyp:skia',
6346 '../testing/gtest.gyp:gtest', 6346 '../testing/gtest.gyp:gtest',
6347 '../webkit/webkit_glue.gyp:glue', 6347 '../webkit/webkit.gyp:glue',
6348 ], 6348 ],
6349 'sources': [ 6349 'sources': [
6350 'browser/safe_browsing/database_perftest.cc', 6350 'browser/safe_browsing/database_perftest.cc',
6351 'browser/safe_browsing/filter_false_positive_perftest.cc', 6351 'browser/safe_browsing/filter_false_positive_perftest.cc',
6352 'browser/visitedlink_perftest.cc', 6352 'browser/visitedlink_perftest.cc',
6353 'common/json_value_serializer_perftest.cc', 6353 'common/json_value_serializer_perftest.cc',
6354 'test/perf/perftests.cc', 6354 'test/perf/perftests.cc',
6355 'test/perf/url_parse_perftest.cc', 6355 'test/perf/url_parse_perftest.cc',
6356 ], 6356 ],
6357 'conditions': [ 6357 'conditions': [
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
6545 '../third_party/libpng/libpng.gyp:*', 6545 '../third_party/libpng/libpng.gyp:*',
6546 '../third_party/libxml/libxml.gyp:*', 6546 '../third_party/libxml/libxml.gyp:*',
6547 '../third_party/libxslt/libxslt.gyp:*', 6547 '../third_party/libxslt/libxslt.gyp:*',
6548 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 6548 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
6549 '../third_party/modp_b64/modp_b64.gyp:*', 6549 '../third_party/modp_b64/modp_b64.gyp:*',
6550 '../third_party/npapi/npapi.gyp:*', 6550 '../third_party/npapi/npapi.gyp:*',
6551 '../third_party/sqlite/sqlite.gyp:*', 6551 '../third_party/sqlite/sqlite.gyp:*',
6552 '../third_party/tcmalloc/tcmalloc.gyp:*', 6552 '../third_party/tcmalloc/tcmalloc.gyp:*',
6553 '../third_party/zlib/zlib.gyp:*', 6553 '../third_party/zlib/zlib.gyp:*',
6554 '../webkit/tools/test_shell/test_shell.gyp:*', 6554 '../webkit/tools/test_shell/test_shell.gyp:*',
6555 '../webkit/webkit_glue.gyp:*', 6555 '../webkit/webkit.gyp:*',
6556 6556
6557 '../build/temp_gyp/googleurl.gyp:*', 6557 '../build/temp_gyp/googleurl.gyp:*',
6558 6558
6559 '../breakpad/breakpad.gyp:*', 6559 '../breakpad/breakpad.gyp:*',
6560 '../courgette/courgette.gyp:*', 6560 '../courgette/courgette.gyp:*',
6561 '../gears/gears.gyp:*', 6561 '../gears/gears.gyp:*',
6562 '../rlz/rlz.gyp:*', 6562 '../rlz/rlz.gyp:*',
6563 '../sandbox/sandbox.gyp:*', 6563 '../sandbox/sandbox.gyp:*',
6564 '../tools/memory_watcher/memory_watcher.gyp:*', 6564 '../tools/memory_watcher/memory_watcher.gyp:*',
6565 '../v8/tools/gyp/v8.gyp:v8_shell', 6565 '../v8/tools/gyp/v8.gyp:v8_shell',
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
7068 ] 7068 ]
7069 }], 7069 }],
7070 ], # 'conditions' 7070 ], # 'conditions'
7071 } 7071 }
7072 7072
7073 # Local Variables: 7073 # Local Variables:
7074 # tab-width:2 7074 # tab-width:2
7075 # indent-tabs-mode:nil 7075 # indent-tabs-mode:nil
7076 # End: 7076 # End:
7077 # vim: set expandtab tabstop=2 shiftwidth=2: 7077 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/app/locales/locales.gyp ('k') | chrome/test/interactive_ui/interactive_ui_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698