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

Side by Side Diff: chrome/chrome.gyp

Issue 387020: Upstreaming WebKit.gyp (Closed)
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
« no previous file with comments | « chrome/browser/task_manager_resource_providers.h ('k') | chrome/common/css_colors.h » ('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.gyp:inspector_resources', 34 '../webkit/webkit_glue.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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 '../ipc/ipc.gyp:ipc', 517 '../ipc/ipc.gyp:ipc',
518 '../net/net.gyp:net', 518 '../net/net.gyp:net',
519 '../net/net.gyp:net_resources', 519 '../net/net.gyp:net_resources',
520 '../skia/skia.gyp:skia', 520 '../skia/skia.gyp:skia',
521 '../third_party/icu/icu.gyp:icui18n', 521 '../third_party/icu/icu.gyp:icui18n',
522 '../third_party/icu/icu.gyp:icuuc', 522 '../third_party/icu/icu.gyp:icuuc',
523 '../third_party/libxml/libxml.gyp:libxml', 523 '../third_party/libxml/libxml.gyp:libxml',
524 '../third_party/sqlite/sqlite.gyp:sqlite', 524 '../third_party/sqlite/sqlite.gyp:sqlite',
525 '../third_party/zlib/zlib.gyp:zlib', 525 '../third_party/zlib/zlib.gyp:zlib',
526 '../third_party/npapi/npapi.gyp:npapi', 526 '../third_party/npapi/npapi.gyp:npapi',
527 '../webkit/webkit.gyp:appcache', 527 '../webkit/webkit_glue.gyp:appcache',
528 '../webkit/webkit.gyp:glue', 528 '../webkit/webkit_glue.gyp:glue',
529 ], 529 ],
530 'include_dirs': [ 530 'include_dirs': [
531 '..', 531 '..',
532 ], 532 ],
533 'sources': [ 533 'sources': [
534 # All .cc, .h, and .mm files under chrome/common except for tests. 534 # All .cc, .h, and .mm files under chrome/common except for tests.
535 'common/desktop_notifications/active_notification_tracker.h', 535 'common/desktop_notifications/active_notification_tracker.h',
536 'common/desktop_notifications/active_notification_tracker.cc', 536 'common/desktop_notifications/active_notification_tracker.cc',
537 'common/extensions/extension.cc', 537 'common/extensions/extension.cc',
538 'common/extensions/extension.h', 538 'common/extensions/extension.h',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 '../media/media.gyp:media', 784 '../media/media.gyp:media',
785 '../printing/printing.gyp:printing', 785 '../printing/printing.gyp:printing',
786 '../skia/skia.gyp:skia', 786 '../skia/skia.gyp:skia',
787 '../third_party/bzip2/bzip2.gyp:bzip2', 787 '../third_party/bzip2/bzip2.gyp:bzip2',
788 '../third_party/icu/icu.gyp:icui18n', 788 '../third_party/icu/icu.gyp:icui18n',
789 '../third_party/icu/icu.gyp:icuuc', 789 '../third_party/icu/icu.gyp:icuuc',
790 '../third_party/libjingle/libjingle.gyp:libjingle', 790 '../third_party/libjingle/libjingle.gyp:libjingle',
791 '../third_party/libxml/libxml.gyp:libxml', 791 '../third_party/libxml/libxml.gyp:libxml',
792 '../third_party/npapi/npapi.gyp:npapi', 792 '../third_party/npapi/npapi.gyp:npapi',
793 '../third_party/hunspell/hunspell.gyp:hunspell', 793 '../third_party/hunspell/hunspell.gyp:hunspell',
794 '../webkit/webkit.gyp:database', 794 '../webkit/webkit_glue.gyp:database',
795 '../webkit/webkit.gyp:glue', 795 '../webkit/webkit_glue.gyp:glue',
796 ], 796 ],
797 'include_dirs': [ 797 'include_dirs': [
798 '..', 798 '..',
799 '<(INTERMEDIATE_DIR)', 799 '<(INTERMEDIATE_DIR)',
800 ], 800 ],
801 'defines': [ 801 'defines': [
802 '<@(nacl_defines)', 802 '<@(nacl_defines)',
803 ], 803 ],
804 'sources': [ 804 'sources': [
805 # All .cc, .h, .m, and .mm files under browser except for tests and 805 # All .cc, .h, .m, and .mm files under browser except for tests and
(...skipping 2351 matching lines...) Expand 10 before | Expand all | Expand 10 after
3157 'common', 3157 'common',
3158 'chrome_resources', 3158 'chrome_resources',
3159 'chrome_strings', 3159 'chrome_strings',
3160 '../media/media.gyp:media', 3160 '../media/media.gyp:media',
3161 '../skia/skia.gyp:skia', 3161 '../skia/skia.gyp:skia',
3162 '../third_party/icu/icu.gyp:icui18n', 3162 '../third_party/icu/icu.gyp:icui18n',
3163 '../third_party/icu/icu.gyp:icuuc', 3163 '../third_party/icu/icu.gyp:icuuc',
3164 '../third_party/libxml/libxml.gyp:libxml', 3164 '../third_party/libxml/libxml.gyp:libxml',
3165 '../third_party/npapi/npapi.gyp:npapi', 3165 '../third_party/npapi/npapi.gyp:npapi',
3166 '../third_party/hunspell/hunspell.gyp:hunspell', 3166 '../third_party/hunspell/hunspell.gyp:hunspell',
3167 '../webkit/webkit.gyp:glue', 3167 '../webkit/webkit_glue.gyp:glue',
3168 ], 3168 ],
3169 'include_dirs': [ 3169 'include_dirs': [
3170 '<(INTERMEDIATE_DIR)', 3170 '<(INTERMEDIATE_DIR)',
3171 ], 3171 ],
3172 'sources': [ 3172 'sources': [
3173 # All .cc, .h, .m, and .mm files under plugins except for tests and 3173 # All .cc, .h, .m, and .mm files under plugins except for tests and
3174 # mocks. 3174 # mocks.
3175 'plugin/chrome_plugin_host.cc', 3175 'plugin/chrome_plugin_host.cc',
3176 'plugin/chrome_plugin_host.h', 3176 'plugin/chrome_plugin_host.h',
3177 'plugin/npobject_proxy.cc', 3177 'plugin/npobject_proxy.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
3209 }, 3209 },
3210 { 3210 {
3211 'target_name': 'nacl', 3211 'target_name': 'nacl',
3212 'type': '<(library)', 3212 'type': '<(library)',
3213 'msvs_guid': '83E86DAF-5763-4711-AD34-5FDAE395560C', 3213 'msvs_guid': '83E86DAF-5763-4711-AD34-5FDAE395560C',
3214 'dependencies': [ 3214 'dependencies': [
3215 'common', 3215 'common',
3216 'chrome_resources', 3216 'chrome_resources',
3217 'chrome_strings', 3217 'chrome_strings',
3218 '../third_party/npapi/npapi.gyp:npapi', 3218 '../third_party/npapi/npapi.gyp:npapi',
3219 '../webkit/webkit.gyp:glue', 3219 '../webkit/webkit_glue.gyp:glue',
3220 '../native_client/src/trusted/plugin/plugin.gyp:npGoogleNaClPluginChrome ', 3220 '../native_client/src/trusted/plugin/plugin.gyp:npGoogleNaClPluginChrome ',
3221 '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel', 3221 '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel',
3222 '../native_client/src/trusted/validator_x86/validator_x86.gyp:ncvalidate ', 3222 '../native_client/src/trusted/validator_x86/validator_x86.gyp:ncvalidate ',
3223 '../native_client/src/trusted/platform_qualify/platform_qualify.gyp:plat form_qual_lib', 3223 '../native_client/src/trusted/platform_qualify/platform_qualify.gyp:plat form_qual_lib',
3224 ], 3224 ],
3225 'include_dirs': [ 3225 'include_dirs': [
3226 '<(INTERMEDIATE_DIR)', 3226 '<(INTERMEDIATE_DIR)',
3227 ], 3227 ],
3228 'defines': [ 3228 'defines': [
3229 'NACL_BLOCK_SHIFT=5', 3229 'NACL_BLOCK_SHIFT=5',
(...skipping 30 matching lines...) Expand all
3260 'common', 3260 'common',
3261 'plugin', 3261 'plugin',
3262 'chrome_resources', 3262 'chrome_resources',
3263 'chrome_strings', 3263 'chrome_strings',
3264 '../printing/printing.gyp:printing', 3264 '../printing/printing.gyp:printing',
3265 '../skia/skia.gyp:skia', 3265 '../skia/skia.gyp:skia',
3266 '../third_party/hunspell/hunspell.gyp:hunspell', 3266 '../third_party/hunspell/hunspell.gyp:hunspell',
3267 '../third_party/icu/icu.gyp:icui18n', 3267 '../third_party/icu/icu.gyp:icui18n',
3268 '../third_party/icu/icu.gyp:icuuc', 3268 '../third_party/icu/icu.gyp:icuuc',
3269 '../third_party/npapi/npapi.gyp:npapi', 3269 '../third_party/npapi/npapi.gyp:npapi',
3270 # TODO(yaar): Should only stop depending on webcore and depend
3271 # only on webkit.
3270 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', 3272 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore',
3271 '../webkit/webkit.gyp:glue', 3273 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
3272 '../webkit/api/WebKit.gyp:webkit', 3274 '../webkit/webkit_glue.gyp:glue',
3273 ], 3275 ],
3274 'include_dirs': [ 3276 'include_dirs': [
3275 '..', 3277 '..',
3276 ], 3278 ],
3277 'defines': [ 3279 'defines': [
3278 '<@(nacl_defines)', 3280 '<@(nacl_defines)',
3279 ], 3281 ],
3280 'sources': [ 3282 'sources': [
3281 # TODO(jrg): to link ipc_tests, these files need to be in renderer.a. 3283 # TODO(jrg): to link ipc_tests, these files need to be in renderer.a.
3282 # But app/ is the wrong directory for them. 3284 # But app/ is the wrong directory for them.
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
3458 'profile_import/profile_import_thread.cc', 3460 'profile_import/profile_import_thread.cc',
3459 'profile_import/profile_import_thread.h', 3461 'profile_import/profile_import_thread.h',
3460 ], 3462 ],
3461 }, 3463 },
3462 { 3464 {
3463 'target_name': 'worker', 3465 'target_name': 'worker',
3464 'type': '<(library)', 3466 'type': '<(library)',
3465 'msvs_guid': 'C78D02D0-A366-4EC6-A248-AA8E64C4BA18', 3467 'msvs_guid': 'C78D02D0-A366-4EC6-A248-AA8E64C4BA18',
3466 'dependencies': [ 3468 'dependencies': [
3467 '../base/base.gyp:base', 3469 '../base/base.gyp:base',
3468 '../webkit/api/WebKit.gyp:webkit', 3470 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
3469 ], 3471 ],
3470 'sources': [ 3472 'sources': [
3471 'worker/nativewebworker_impl.cc', 3473 'worker/nativewebworker_impl.cc',
3472 'worker/nativewebworker_impl.h', 3474 'worker/nativewebworker_impl.h',
3473 'worker/nativewebworker_stub.cc', 3475 'worker/nativewebworker_stub.cc',
3474 'worker/nativewebworker_stub.h', 3476 'worker/nativewebworker_stub.h',
3475 'worker/websharedworker_stub.cc', 3477 'worker/websharedworker_stub.cc',
3476 'worker/websharedworker_stub.h', 3478 'worker/websharedworker_stub.h',
3477 'worker/webworker_stub_base.cc', 3479 'worker/webworker_stub_base.cc',
3478 'worker/webworker_stub_base.h', 3480 'worker/webworker_stub_base.h',
(...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after
4459 'renderer', 4461 'renderer',
4460 'syncapi', 4462 'syncapi',
4461 'test_support_unit', 4463 'test_support_unit',
4462 'utility', 4464 'utility',
4463 '../app/app.gyp:app_base', 4465 '../app/app.gyp:app_base',
4464 '../app/app.gyp:app_resources', 4466 '../app/app.gyp:app_resources',
4465 '../ipc/ipc.gyp:ipc', 4467 '../ipc/ipc.gyp:ipc',
4466 '../net/net.gyp:net_resources', 4468 '../net/net.gyp:net_resources',
4467 '../net/net.gyp:net_test_support', 4469 '../net/net.gyp:net_test_support',
4468 '../printing/printing.gyp:printing', 4470 '../printing/printing.gyp:printing',
4469 '../webkit/api/WebKit.gyp:webkit', 4471 '../webkit/webkit_glue.gyp:webkit_resources',
4470 '../webkit/webkit.gyp:webkit_resources',
4471 '../skia/skia.gyp:skia', 4472 '../skia/skia.gyp:skia',
4472 '../testing/gmock.gyp:gmock', 4473 '../testing/gmock.gyp:gmock',
4473 '../testing/gtest.gyp:gtest', 4474 '../testing/gtest.gyp:gtest',
4474 '../third_party/bzip2/bzip2.gyp:bzip2', 4475 '../third_party/bzip2/bzip2.gyp:bzip2',
4475 '../third_party/icu/icu.gyp:icui18n', 4476 '../third_party/icu/icu.gyp:icui18n',
4476 '../third_party/icu/icu.gyp:icuuc', 4477 '../third_party/icu/icu.gyp:icuuc',
4477 '../third_party/libxml/libxml.gyp:libxml', 4478 '../third_party/libxml/libxml.gyp:libxml',
4478 '../third_party/npapi/npapi.gyp:npapi', 4479 '../third_party/npapi/npapi.gyp:npapi',
4480 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
4479 ], 4481 ],
4480 'include_dirs': [ 4482 'include_dirs': [
4481 '..', 4483 '..',
4482 ], 4484 ],
4483 'defines': [ 4485 'defines': [
4484 'CLD_WINDOWS', 4486 'CLD_WINDOWS',
4485 ], 4487 ],
4486 'direct_dependent_settings': { 4488 'direct_dependent_settings': {
4487 'defines': [ 4489 'defines': [
4488 'CLD_WINDOWS', 4490 'CLD_WINDOWS',
(...skipping 1132 matching lines...) Expand 10 before | Expand all | Expand 10 after
5621 # up actual Chromium functionality into this .dll. 5623 # up actual Chromium functionality into this .dll.
5622 'chrome_dll_version', 5624 'chrome_dll_version',
5623 'chrome_resources', 5625 'chrome_resources',
5624 'installer/installer.gyp:installer_util_strings', 5626 'installer/installer.gyp:installer_util_strings',
5625 'worker', 5627 'worker',
5626 '../printing/printing.gyp:printing', 5628 '../printing/printing.gyp:printing',
5627 '../net/net.gyp:net_resources', 5629 '../net/net.gyp:net_resources',
5628 '../build/util/support/support.gyp:*', 5630 '../build/util/support/support.gyp:*',
5629 '../third_party/cld/cld.gyp:cld', 5631 '../third_party/cld/cld.gyp:cld',
5630 '../views/views.gyp:views', 5632 '../views/views.gyp:views',
5631 '../webkit/webkit.gyp:webkit_resources', 5633 '../webkit/webkit_glue.gyp:webkit_resources',
5632 '../gears/gears.gyp:gears', 5634 '../gears/gears.gyp:gears',
5633 ], 5635 ],
5634 'defines': [ 5636 'defines': [
5635 'CHROME_DLL', 5637 'CHROME_DLL',
5636 'BROWSER_DLL', 5638 'BROWSER_DLL',
5637 'RENDERER_DLL', 5639 'RENDERER_DLL',
5638 'PLUGIN_DLL', 5640 'PLUGIN_DLL',
5639 ], 5641 ],
5640 'sources': [ 5642 'sources': [
5641 'app/chrome_dll.rc', 5643 'app/chrome_dll.rc',
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
6315 'renderer', 6317 'renderer',
6316 'syncapi', 6318 'syncapi',
6317 'chrome_resources', 6319 'chrome_resources',
6318 'chrome_strings', 6320 'chrome_strings',
6319 '../app/app.gyp:app_base', 6321 '../app/app.gyp:app_base',
6320 '../base/base.gyp:base', 6322 '../base/base.gyp:base',
6321 '../base/base.gyp:test_support_base', 6323 '../base/base.gyp:test_support_base',
6322 '../base/base.gyp:test_support_perf', 6324 '../base/base.gyp:test_support_perf',
6323 '../skia/skia.gyp:skia', 6325 '../skia/skia.gyp:skia',
6324 '../testing/gtest.gyp:gtest', 6326 '../testing/gtest.gyp:gtest',
6325 '../webkit/webkit.gyp:glue', 6327 '../webkit/webkit_glue.gyp:glue',
6326 ], 6328 ],
6327 'sources': [ 6329 'sources': [
6328 'browser/safe_browsing/database_perftest.cc', 6330 'browser/safe_browsing/database_perftest.cc',
6329 'browser/safe_browsing/filter_false_positive_perftest.cc', 6331 'browser/safe_browsing/filter_false_positive_perftest.cc',
6330 'browser/visitedlink_perftest.cc', 6332 'browser/visitedlink_perftest.cc',
6331 'common/json_value_serializer_perftest.cc', 6333 'common/json_value_serializer_perftest.cc',
6332 'test/perf/perftests.cc', 6334 'test/perf/perftests.cc',
6333 'test/perf/url_parse_perftest.cc', 6335 'test/perf/url_parse_perftest.cc',
6334 ], 6336 ],
6335 'conditions': [ 6337 'conditions': [
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
6518 '../third_party/libpng/libpng.gyp:*', 6520 '../third_party/libpng/libpng.gyp:*',
6519 '../third_party/libxml/libxml.gyp:*', 6521 '../third_party/libxml/libxml.gyp:*',
6520 '../third_party/libxslt/libxslt.gyp:*', 6522 '../third_party/libxslt/libxslt.gyp:*',
6521 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 6523 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
6522 '../third_party/modp_b64/modp_b64.gyp:*', 6524 '../third_party/modp_b64/modp_b64.gyp:*',
6523 '../third_party/npapi/npapi.gyp:*', 6525 '../third_party/npapi/npapi.gyp:*',
6524 '../third_party/sqlite/sqlite.gyp:*', 6526 '../third_party/sqlite/sqlite.gyp:*',
6525 '../third_party/tcmalloc/tcmalloc.gyp:*', 6527 '../third_party/tcmalloc/tcmalloc.gyp:*',
6526 '../third_party/zlib/zlib.gyp:*', 6528 '../third_party/zlib/zlib.gyp:*',
6527 '../webkit/tools/test_shell/test_shell.gyp:*', 6529 '../webkit/tools/test_shell/test_shell.gyp:*',
6528 '../webkit/webkit.gyp:*', 6530 '../webkit/webkit_glue.gyp:*',
6529 6531
6530 '../build/temp_gyp/googleurl.gyp:*', 6532 '../build/temp_gyp/googleurl.gyp:*',
6531 6533
6532 '../breakpad/breakpad.gyp:*', 6534 '../breakpad/breakpad.gyp:*',
6533 '../courgette/courgette.gyp:*', 6535 '../courgette/courgette.gyp:*',
6534 '../gears/gears.gyp:*', 6536 '../gears/gears.gyp:*',
6535 '../rlz/rlz.gyp:*', 6537 '../rlz/rlz.gyp:*',
6536 '../sandbox/sandbox.gyp:*', 6538 '../sandbox/sandbox.gyp:*',
6537 '../tools/memory_watcher/memory_watcher.gyp:*', 6539 '../tools/memory_watcher/memory_watcher.gyp:*',
6538 '../v8/tools/gyp/v8.gyp:v8_shell', 6540 '../v8/tools/gyp/v8.gyp:v8_shell',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
6638 'chrome', 6640 'chrome',
6639 'chrome_resources', 6641 'chrome_resources',
6640 'common', 6642 'common',
6641 'debugger', 6643 'debugger',
6642 'renderer', 6644 'renderer',
6643 'chrome_resources', 6645 'chrome_resources',
6644 'chrome_strings', 6646 'chrome_strings',
6645 'syncapi', 6647 'syncapi',
6646 'test_support_unit', 6648 'test_support_unit',
6647 '../printing/printing.gyp:printing', 6649 '../printing/printing.gyp:printing',
6648 '../webkit/api/WebKit.gyp:webkit',
6649 '../skia/skia.gyp:skia', 6650 '../skia/skia.gyp:skia',
6650 '../testing/gtest.gyp:gtest', 6651 '../testing/gtest.gyp:gtest',
6651 '../third_party/icu/icu.gyp:icui18n', 6652 '../third_party/icu/icu.gyp:icui18n',
6652 '../third_party/icu/icu.gyp:icuuc', 6653 '../third_party/icu/icu.gyp:icuuc',
6653 '../third_party/libxml/libxml.gyp:libxml', 6654 '../third_party/libxml/libxml.gyp:libxml',
6654 '../third_party/npapi/npapi.gyp:npapi', 6655 '../third_party/npapi/npapi.gyp:npapi',
6656 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
6655 ], 6657 ],
6656 'include_dirs': [ 6658 'include_dirs': [
6657 '..', 6659 '..',
6658 '<(INTERMEDIATE_DIR)', 6660 '<(INTERMEDIATE_DIR)',
6659 ], 6661 ],
6660 # TODO(phajdan.jr): Only temporary, to make transition easier. 6662 # TODO(phajdan.jr): Only temporary, to make transition easier.
6661 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], 6663 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
6662 'sources': [ 6664 'sources': [
6663 'app/chrome_dll.rc', 6665 'app/chrome_dll.rc',
6664 'app/chrome_dll_resource.h', 6666 'app/chrome_dll_resource.h',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
7041 ] 7043 ]
7042 }], 7044 }],
7043 ], # 'conditions' 7045 ], # 'conditions'
7044 } 7046 }
7045 7047
7046 # Local Variables: 7048 # Local Variables:
7047 # tab-width:2 7049 # tab-width:2
7048 # indent-tabs-mode:nil 7050 # indent-tabs-mode:nil
7049 # End: 7051 # End:
7050 # vim: set expandtab tabstop=2 shiftwidth=2: 7052 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/task_manager_resource_providers.h ('k') | chrome/common/css_colors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698