| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 ], | 614 ], |
| 615 }], | 615 }], |
| 616 ['OS=="win"', { | 616 ['OS=="win"', { |
| 617 'include_dirs': [ | 617 'include_dirs': [ |
| 618 '../third_party/wtl/include', | 618 '../third_party/wtl/include', |
| 619 ], | 619 ], |
| 620 'dependencies': [ | 620 'dependencies': [ |
| 621 'chrome.gyp:chrome_version_resources', | 621 'chrome.gyp:chrome_version_resources', |
| 622 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 622 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 623 '../ui/ui.gyp:ui_resources', | 623 '../ui/ui.gyp:ui_resources', |
| 624 '../ui/ui.gyp:ui_resources_standard', | |
| 625 ], | 624 ], |
| 626 'sources': [ | 625 'sources': [ |
| 627 '../webkit/glue/resources/aliasb.cur', | 626 '../webkit/glue/resources/aliasb.cur', |
| 628 '../webkit/glue/resources/cell.cur', | 627 '../webkit/glue/resources/cell.cur', |
| 629 '../webkit/glue/resources/col_resize.cur', | 628 '../webkit/glue/resources/col_resize.cur', |
| 630 '../webkit/glue/resources/copy.cur', | 629 '../webkit/glue/resources/copy.cur', |
| 631 '../webkit/glue/resources/none.cur', | 630 '../webkit/glue/resources/none.cur', |
| 632 '../webkit/glue/resources/row_resize.cur', | 631 '../webkit/glue/resources/row_resize.cur', |
| 633 '../webkit/glue/resources/vertical_text.cur', | 632 '../webkit/glue/resources/vertical_text.cur', |
| 634 '../webkit/glue/resources/zoom_in.cur', | 633 '../webkit/glue/resources/zoom_in.cur', |
| 635 '../webkit/glue/resources/zoom_out.cur', | 634 '../webkit/glue/resources/zoom_out.cur', |
| 636 | 635 |
| 637 'app/chrome_dll.rc', | 636 'app/chrome_dll.rc', |
| 638 'test/data/resource.rc', | 637 'test/data/resource.rc', |
| 639 | 638 |
| 640 # TODO: It would be nice to have these pulled in | 639 # TODO: It would be nice to have these pulled in |
| 641 # automatically from direct_dependent_settings in | 640 # automatically from direct_dependent_settings in |
| 642 # their various targets (net.gyp:net_resources, etc.), | 641 # their various targets (net.gyp:net_resources, etc.), |
| 643 # but that causes errors in other targets when | 642 # but that causes errors in other targets when |
| 644 # resulting .res files get referenced multiple times. | 643 # resulting .res files get referenced multiple times. |
| 645 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 644 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 646 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 645 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 647 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | 646 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', |
| 648 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 647 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 649 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | |
| 650 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 648 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 651 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 649 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 652 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', | 650 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', |
| 653 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 651 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 654 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 652 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc
', |
| 655 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', | |
| 656 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 653 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 657 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 654 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 658 | 655 |
| 659 'browser/accessibility/accessibility_win_browsertest.cc', | 656 'browser/accessibility/accessibility_win_browsertest.cc', |
| 660 'browser/ui/views/accessibility/browser_views_accessibility_browsert
est.cc', | 657 'browser/ui/views/accessibility/browser_views_accessibility_browsert
est.cc', |
| 661 ], | 658 ], |
| 662 'conditions': [ | 659 'conditions': [ |
| 663 ['win_use_allocator_shim==1', { | 660 ['win_use_allocator_shim==1', { |
| 664 'dependencies': [ | 661 'dependencies': [ |
| 665 '../base/allocator/allocator.gyp:allocator', | 662 '../base/allocator/allocator.gyp:allocator', |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 966 '../third_party/bzip2/bzip2.gyp:bzip2', | 963 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 967 '../third_party/cld/cld.gyp:cld', | 964 '../third_party/cld/cld.gyp:cld', |
| 968 '../third_party/icu/icu.gyp:icui18n', | 965 '../third_party/icu/icu.gyp:icui18n', |
| 969 '../third_party/icu/icu.gyp:icuuc', | 966 '../third_party/icu/icu.gyp:icuuc', |
| 970 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 967 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 971 '../third_party/libjingle/libjingle.gyp:libjingle', | 968 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 972 '../third_party/libxml/libxml.gyp:libxml', | 969 '../third_party/libxml/libxml.gyp:libxml', |
| 973 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:json_
schema_compiler_tests', | 970 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:json_
schema_compiler_tests', |
| 974 '../ui/gl/gl.gyp:gl', | 971 '../ui/gl/gl.gyp:gl', |
| 975 '../ui/ui.gyp:ui_resources', | 972 '../ui/ui.gyp:ui_resources', |
| 976 '../ui/ui.gyp:ui_resources_standard', | |
| 977 '../ui/ui.gyp:ui_test_support', | 973 '../ui/ui.gyp:ui_test_support', |
| 978 '../v8/tools/gyp/v8.gyp:v8', | 974 '../v8/tools/gyp/v8.gyp:v8', |
| 979 'common/extensions/api/api.gyp:api', | 975 'common/extensions/api/api.gyp:api', |
| 980 'chrome_resources.gyp:chrome_resources', | 976 'chrome_resources.gyp:chrome_resources', |
| 981 'chrome_resources.gyp:chrome_strings', | 977 'chrome_resources.gyp:chrome_strings', |
| 982 ], | 978 ], |
| 983 'include_dirs': [ | 979 'include_dirs': [ |
| 984 '..', | 980 '..', |
| 985 ], | 981 ], |
| 986 # TODO(scr): Use this in browser_tests too. | 982 # TODO(scr): Use this in browser_tests too. |
| (...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2352 'sources': [ | 2348 'sources': [ |
| 2353 # TODO: It would be nice to have these pulled in | 2349 # TODO: It would be nice to have these pulled in |
| 2354 # automatically from direct_dependent_settings in | 2350 # automatically from direct_dependent_settings in |
| 2355 # their various targets (net.gyp:net_resources, etc.), | 2351 # their various targets (net.gyp:net_resources, etc.), |
| 2356 # but that causes errors in other targets when | 2352 # but that causes errors in other targets when |
| 2357 # resulting .res files get referenced multiple times. | 2353 # resulting .res files get referenced multiple times. |
| 2358 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 2354 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 2359 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 2355 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 2360 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | 2356 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', |
| 2361 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 2357 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 2362 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | |
| 2363 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 2358 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 2364 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 2359 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 2365 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', | 2360 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', |
| 2366 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 2361 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 2367 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 2362 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc
', |
| 2368 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', | |
| 2369 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 2363 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 2370 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 2364 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 2371 ], | 2365 ], |
| 2372 'link_settings': { | 2366 'link_settings': { |
| 2373 'libraries': [ | 2367 'libraries': [ |
| 2374 '-lcomsupp.lib', | 2368 '-lcomsupp.lib', |
| 2375 '-loleacc.lib', | 2369 '-loleacc.lib', |
| 2376 '-lrpcrt4.lib', | 2370 '-lrpcrt4.lib', |
| 2377 '-lurlmon.lib', | 2371 '-lurlmon.lib', |
| 2378 '-lwinmm.lib', | 2372 '-lwinmm.lib', |
| (...skipping 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3209 'sources!': [ | 3203 'sources!': [ |
| 3210 'browser/rlz/rlz_extension_apitest.cc', | 3204 'browser/rlz/rlz_extension_apitest.cc', |
| 3211 ], | 3205 ], |
| 3212 }], | 3206 }], |
| 3213 ['OS=="win"', { | 3207 ['OS=="win"', { |
| 3214 'sources': [ | 3208 'sources': [ |
| 3215 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 3209 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 3216 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 3210 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 3217 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | 3211 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', |
| 3218 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 3212 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 3219 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | |
| 3220 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 3213 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 3221 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 3214 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 3222 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', | 3215 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', |
| 3223 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 3216 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 3224 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 3217 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc
', |
| 3225 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', | |
| 3226 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 3218 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 3227 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 3219 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 3228 ], | 3220 ], |
| 3229 'include_dirs': [ | 3221 'include_dirs': [ |
| 3230 '<(DEPTH)/third_party/wtl/include', | 3222 '<(DEPTH)/third_party/wtl/include', |
| 3231 ], | 3223 ], |
| 3232 'dependencies': [ | 3224 'dependencies': [ |
| 3233 'chrome_version_resources', | 3225 'chrome_version_resources', |
| 3234 'security_tests', # run time dependency | 3226 'security_tests', # run time dependency |
| 3235 ], | 3227 ], |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3477 ], | 3469 ], |
| 3478 }, | 3470 }, |
| 3479 ], | 3471 ], |
| 3480 'conditions': [ | 3472 'conditions': [ |
| 3481 ['OS=="win"', { | 3473 ['OS=="win"', { |
| 3482 'sources': [ | 3474 'sources': [ |
| 3483 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 3475 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 3484 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 3476 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 3485 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | 3477 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', |
| 3486 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 3478 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 3487 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | |
| 3488 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 3479 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 3489 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 3480 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 3490 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', | 3481 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', |
| 3491 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 3482 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 3492 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 3483 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc
', |
| 3493 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', | |
| 3494 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 3484 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 3495 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 3485 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 3496 ], | 3486 ], |
| 3497 'include_dirs': [ | 3487 'include_dirs': [ |
| 3498 '<(DEPTH)/third_party/wtl/include', | 3488 '<(DEPTH)/third_party/wtl/include', |
| 3499 ], | 3489 ], |
| 3500 'dependencies': [ | 3490 'dependencies': [ |
| 3501 'chrome_version_resources', | 3491 'chrome_version_resources', |
| 3502 ], | 3492 ], |
| 3503 'conditions': [ | 3493 'conditions': [ |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3573 'dependencies': [ | 3563 'dependencies': [ |
| 3574 'chrome', | 3564 'chrome', |
| 3575 'test_support_common', | 3565 'test_support_common', |
| 3576 '../base/base.gyp:base', | 3566 '../base/base.gyp:base', |
| 3577 '../net/net.gyp:net_test_support', | 3567 '../net/net.gyp:net_test_support', |
| 3578 '../skia/skia.gyp:skia', | 3568 '../skia/skia.gyp:skia', |
| 3579 '../testing/gtest.gyp:gtest', | 3569 '../testing/gtest.gyp:gtest', |
| 3580 # This is the safebrowsing test server. | 3570 # This is the safebrowsing test server. |
| 3581 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 3571 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
| 3582 '../ui/ui.gyp:ui_resources', | 3572 '../ui/ui.gyp:ui_resources', |
| 3583 '../ui/ui.gyp:ui_resources_standard', | |
| 3584 ], | 3573 ], |
| 3585 'include_dirs': [ | 3574 'include_dirs': [ |
| 3586 '..', | 3575 '..', |
| 3587 ], | 3576 ], |
| 3588 'defines': [ | 3577 'defines': [ |
| 3589 'HAS_OUT_OF_PROC_TEST_RUNNER', | 3578 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 3590 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test
.h"', | 3579 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test
.h"', |
| 3591 ], | 3580 ], |
| 3592 'sources': [ | 3581 'sources': [ |
| 3593 'app/chrome_dll.rc', | 3582 'app/chrome_dll.rc', |
| 3594 'browser/safe_browsing/safe_browsing_test.cc', | 3583 'browser/safe_browsing/safe_browsing_test.cc', |
| 3595 'test/base/chrome_test_launcher.cc', | 3584 'test/base/chrome_test_launcher.cc', |
| 3596 ], | 3585 ], |
| 3597 'conditions': [ | 3586 'conditions': [ |
| 3598 ['safe_browsing==0', { | 3587 ['safe_browsing==0', { |
| 3599 'sources!': [ | 3588 'sources!': [ |
| 3600 'browser/safe_browsing/safe_browsing_test.cc', | 3589 'browser/safe_browsing/safe_browsing_test.cc', |
| 3601 ], | 3590 ], |
| 3602 }], | 3591 }], |
| 3603 ['OS=="win"', { | 3592 ['OS=="win"', { |
| 3604 'dependencies': [ | 3593 'dependencies': [ |
| 3605 'chrome_version_resources', | 3594 'chrome_version_resources', |
| 3606 ], | 3595 ], |
| 3607 'sources': [ | 3596 'sources': [ |
| 3608 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 3597 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 3609 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 3598 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 3610 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | 3599 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', |
| 3611 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 3600 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 3612 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | |
| 3613 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 3601 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 3614 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 3602 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 3615 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', | 3603 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', |
| 3616 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 3604 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 3617 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 3605 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc
', |
| 3618 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', | |
| 3619 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 3606 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 3620 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 3607 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 3621 ], | 3608 ], |
| 3622 'configurations': { | 3609 'configurations': { |
| 3623 'Debug_Base': { | 3610 'Debug_Base': { |
| 3624 'msvs_settings': { | 3611 'msvs_settings': { |
| 3625 'VCLinkerTool': { | 3612 'VCLinkerTool': { |
| 3626 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 3613 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
| 3627 }, | 3614 }, |
| 3628 }, | 3615 }, |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3970 ['OS=="mac"', { | 3957 ['OS=="mac"', { |
| 3971 # The sync_integration_tests do not run on mac without this flag. | 3958 # The sync_integration_tests do not run on mac without this flag. |
| 3972 # Search for comments about "xcode_settings" elsewhere in this file. | 3959 # Search for comments about "xcode_settings" elsewhere in this file. |
| 3973 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 3960 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 3974 }], | 3961 }], |
| 3975 ['OS=="win"', { | 3962 ['OS=="win"', { |
| 3976 'sources': [ | 3963 'sources': [ |
| 3977 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 3964 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 3978 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 3965 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 3979 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | 3966 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', |
| 3980 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | |
| 3981 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 3967 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 3982 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 3968 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 3983 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 3969 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc
', |
| 3984 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', | |
| 3985 ], | 3970 ], |
| 3986 'include_dirs': [ | 3971 'include_dirs': [ |
| 3987 '<(DEPTH)/third_party/wtl/include', | 3972 '<(DEPTH)/third_party/wtl/include', |
| 3988 ], | 3973 ], |
| 3989 'dependencies': [ | 3974 'dependencies': [ |
| 3990 'chrome_version_resources', | 3975 'chrome_version_resources', |
| 3991 ], | 3976 ], |
| 3992 'conditions': [ | 3977 'conditions': [ |
| 3993 ['win_use_allocator_shim==1', { | 3978 ['win_use_allocator_shim==1', { |
| 3994 'dependencies': [ | 3979 'dependencies': [ |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4091 ['OS=="mac"', { | 4076 ['OS=="mac"', { |
| 4092 # The sync_integration_tests do not run on mac without this flag. | 4077 # The sync_integration_tests do not run on mac without this flag. |
| 4093 # Search for comments about "xcode_settings" elsewhere in this file. | 4078 # Search for comments about "xcode_settings" elsewhere in this file. |
| 4094 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 4079 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 4095 }], | 4080 }], |
| 4096 ['OS=="win"', { | 4081 ['OS=="win"', { |
| 4097 'sources': [ | 4082 'sources': [ |
| 4098 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 4083 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 4099 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 4084 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 4100 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | 4085 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', |
| 4101 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | |
| 4102 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 4086 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 4103 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 4087 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 4104 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 4088 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc
', |
| 4105 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', | |
| 4106 ], | 4089 ], |
| 4107 'include_dirs': [ | 4090 'include_dirs': [ |
| 4108 '<(DEPTH)/third_party/wtl/include', | 4091 '<(DEPTH)/third_party/wtl/include', |
| 4109 ], | 4092 ], |
| 4110 'dependencies': [ | 4093 'dependencies': [ |
| 4111 'chrome_version_resources', | 4094 'chrome_version_resources', |
| 4112 ], | 4095 ], |
| 4113 'conditions': [ | 4096 'conditions': [ |
| 4114 ['win_use_allocator_shim==1', { | 4097 ['win_use_allocator_shim==1', { |
| 4115 'dependencies': [ | 4098 'dependencies': [ |
| (...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4674 # Use outputs of this action as inputs for the main target build. | 4657 # Use outputs of this action as inputs for the main target build. |
| 4675 # Seems as a misnomer but makes this happy on Linux (scons). | 4658 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4676 'process_outputs_as_sources': 1, | 4659 'process_outputs_as_sources': 1, |
| 4677 }, | 4660 }, |
| 4678 ], # 'actions' | 4661 ], # 'actions' |
| 4679 }, | 4662 }, |
| 4680 ] | 4663 ] |
| 4681 }], # 'coverage!=0' | 4664 }], # 'coverage!=0' |
| 4682 ], # 'conditions' | 4665 ], # 'conditions' |
| 4683 } | 4666 } |
| OLD | NEW |