| 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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 605 ], | 605 ], |
| 606 }], | 606 }], |
| 607 ['OS=="win"', { | 607 ['OS=="win"', { |
| 608 'include_dirs': [ | 608 'include_dirs': [ |
| 609 '../third_party/wtl/include', | 609 '../third_party/wtl/include', |
| 610 ], | 610 ], |
| 611 'dependencies': [ | 611 'dependencies': [ |
| 612 'chrome.gyp:chrome_version_resources', | 612 'chrome.gyp:chrome_version_resources', |
| 613 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 613 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 614 '../ui/ui.gyp:ui_resources', | 614 '../ui/ui.gyp:ui_resources', |
| 615 '../ui/ui.gyp:ui_resources_standard', | |
| 616 ], | 615 ], |
| 617 'sources': [ | 616 'sources': [ |
| 618 '../webkit/glue/resources/aliasb.cur', | 617 '../webkit/glue/resources/aliasb.cur', |
| 619 '../webkit/glue/resources/cell.cur', | 618 '../webkit/glue/resources/cell.cur', |
| 620 '../webkit/glue/resources/col_resize.cur', | 619 '../webkit/glue/resources/col_resize.cur', |
| 621 '../webkit/glue/resources/copy.cur', | 620 '../webkit/glue/resources/copy.cur', |
| 622 '../webkit/glue/resources/none.cur', | 621 '../webkit/glue/resources/none.cur', |
| 623 '../webkit/glue/resources/row_resize.cur', | 622 '../webkit/glue/resources/row_resize.cur', |
| 624 '../webkit/glue/resources/vertical_text.cur', | 623 '../webkit/glue/resources/vertical_text.cur', |
| 625 '../webkit/glue/resources/zoom_in.cur', | 624 '../webkit/glue/resources/zoom_in.cur', |
| 626 '../webkit/glue/resources/zoom_out.cur', | 625 '../webkit/glue/resources/zoom_out.cur', |
| 627 | 626 |
| 628 'app/chrome_dll.rc', | 627 'app/chrome_dll.rc', |
| 629 'test/data/resource.rc', | 628 'test/data/resource.rc', |
| 630 | 629 |
| 631 # TODO: It would be nice to have these pulled in | 630 # TODO: It would be nice to have these pulled in |
| 632 # automatically from direct_dependent_settings in | 631 # automatically from direct_dependent_settings in |
| 633 # their various targets (net.gyp:net_resources, etc.), | 632 # their various targets (net.gyp:net_resources, etc.), |
| 634 # but that causes errors in other targets when | 633 # but that causes errors in other targets when |
| 635 # resulting .res files get referenced multiple times. | 634 # resulting .res files get referenced multiple times. |
| 636 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 635 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 637 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 636 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 638 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | 637 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', |
| 639 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 638 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 640 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 639 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 641 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | |
| 642 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 640 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 643 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', | 641 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', |
| 644 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 642 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 645 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 643 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 646 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', | |
| 647 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 644 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 648 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 645 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 649 | 646 |
| 650 'browser/accessibility/accessibility_win_browsertest.cc', | 647 'browser/accessibility/accessibility_win_browsertest.cc', |
| 651 'browser/ui/views/accessibility/browser_views_accessibility_browsert
est.cc', | 648 'browser/ui/views/accessibility/browser_views_accessibility_browsert
est.cc', |
| 652 ], | 649 ], |
| 653 'conditions': [ | 650 'conditions': [ |
| 654 ['win_use_allocator_shim==1', { | 651 ['win_use_allocator_shim==1', { |
| 655 'dependencies': [ | 652 'dependencies': [ |
| 656 '../base/allocator/allocator.gyp:allocator', | 653 '../base/allocator/allocator.gyp:allocator', |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 957 '../third_party/bzip2/bzip2.gyp:bzip2', | 954 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 958 '../third_party/cld/cld.gyp:cld', | 955 '../third_party/cld/cld.gyp:cld', |
| 959 '../third_party/icu/icu.gyp:icui18n', | 956 '../third_party/icu/icu.gyp:icui18n', |
| 960 '../third_party/icu/icu.gyp:icuuc', | 957 '../third_party/icu/icu.gyp:icuuc', |
| 961 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 958 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 962 '../third_party/libjingle/libjingle.gyp:libjingle', | 959 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 963 '../third_party/libxml/libxml.gyp:libxml', | 960 '../third_party/libxml/libxml.gyp:libxml', |
| 964 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:json_
schema_compiler_tests', | 961 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:json_
schema_compiler_tests', |
| 965 '../ui/gl/gl.gyp:gl', | 962 '../ui/gl/gl.gyp:gl', |
| 966 '../ui/ui.gyp:ui_resources', | 963 '../ui/ui.gyp:ui_resources', |
| 967 '../ui/ui.gyp:ui_resources_standard', | |
| 968 '../ui/ui.gyp:ui_test_support', | 964 '../ui/ui.gyp:ui_test_support', |
| 969 '../v8/tools/gyp/v8.gyp:v8', | 965 '../v8/tools/gyp/v8.gyp:v8', |
| 970 'common/extensions/api/api.gyp:api', | 966 'common/extensions/api/api.gyp:api', |
| 971 'chrome_resources.gyp:chrome_resources', | 967 'chrome_resources.gyp:chrome_resources', |
| 972 'chrome_resources.gyp:chrome_strings', | 968 'chrome_resources.gyp:chrome_strings', |
| 973 ], | 969 ], |
| 974 'include_dirs': [ | 970 'include_dirs': [ |
| 975 '..', | 971 '..', |
| 976 ], | 972 ], |
| 977 # TODO(scr): Use this in browser_tests too. | 973 # TODO(scr): Use this in browser_tests too. |
| (...skipping 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2342 # TODO: It would be nice to have these pulled in | 2338 # TODO: It would be nice to have these pulled in |
| 2343 # automatically from direct_dependent_settings in | 2339 # automatically from direct_dependent_settings in |
| 2344 # their various targets (net.gyp:net_resources, etc.), | 2340 # their various targets (net.gyp:net_resources, etc.), |
| 2345 # but that causes errors in other targets when | 2341 # but that causes errors in other targets when |
| 2346 # resulting .res files get referenced multiple times. | 2342 # resulting .res files get referenced multiple times. |
| 2347 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 2343 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 2348 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 2344 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 2349 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | 2345 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', |
| 2350 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 2346 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 2351 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 2347 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 2352 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | |
| 2353 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 2348 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 2354 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', | 2349 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', |
| 2355 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 2350 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 2356 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 2351 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 2357 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', | |
| 2358 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 2352 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 2359 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 2353 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 2360 ], | 2354 ], |
| 2361 'link_settings': { | 2355 'link_settings': { |
| 2362 'libraries': [ | 2356 'libraries': [ |
| 2363 '-lcomsupp.lib', | 2357 '-lcomsupp.lib', |
| 2364 '-loleacc.lib', | 2358 '-loleacc.lib', |
| 2365 '-lrpcrt4.lib', | 2359 '-lrpcrt4.lib', |
| 2366 '-lurlmon.lib', | 2360 '-lurlmon.lib', |
| 2367 '-lwinmm.lib', | 2361 '-lwinmm.lib', |
| (...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3217 'browser/rlz/rlz_extension_apitest.cc', | 3211 'browser/rlz/rlz_extension_apitest.cc', |
| 3218 ], | 3212 ], |
| 3219 }], | 3213 }], |
| 3220 ['OS=="win"', { | 3214 ['OS=="win"', { |
| 3221 'sources': [ | 3215 'sources': [ |
| 3222 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 3216 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 3223 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 3217 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 3224 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | 3218 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', |
| 3225 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 3219 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 3226 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 3220 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 3227 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | |
| 3228 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 3221 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 3229 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', | 3222 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', |
| 3230 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 3223 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 3231 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 3224 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 3232 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', | |
| 3233 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 3225 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 3234 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 3226 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 3235 ], | 3227 ], |
| 3236 'include_dirs': [ | 3228 'include_dirs': [ |
| 3237 '<(DEPTH)/third_party/wtl/include', | 3229 '<(DEPTH)/third_party/wtl/include', |
| 3238 ], | 3230 ], |
| 3239 'dependencies': [ | 3231 'dependencies': [ |
| 3240 'chrome_version_resources', | 3232 'chrome_version_resources', |
| 3241 'security_tests', # run time dependency | 3233 'security_tests', # run time dependency |
| 3242 ], | 3234 ], |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3485 }, | 3477 }, |
| 3486 ], | 3478 ], |
| 3487 'conditions': [ | 3479 'conditions': [ |
| 3488 ['OS=="win"', { | 3480 ['OS=="win"', { |
| 3489 'sources': [ | 3481 'sources': [ |
| 3490 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 3482 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 3491 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 3483 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 3492 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | 3484 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', |
| 3493 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 3485 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 3494 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 3486 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 3495 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | |
| 3496 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 3487 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 3497 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', | 3488 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', |
| 3498 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 3489 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 3499 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 3490 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 3500 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', | |
| 3501 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 3491 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 3502 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 3492 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 3503 ], | 3493 ], |
| 3504 'include_dirs': [ | 3494 'include_dirs': [ |
| 3505 '<(DEPTH)/third_party/wtl/include', | 3495 '<(DEPTH)/third_party/wtl/include', |
| 3506 ], | 3496 ], |
| 3507 'dependencies': [ | 3497 'dependencies': [ |
| 3508 'chrome_version_resources', | 3498 'chrome_version_resources', |
| 3509 ], | 3499 ], |
| 3510 'conditions': [ | 3500 'conditions': [ |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3580 'dependencies': [ | 3570 'dependencies': [ |
| 3581 'chrome', | 3571 'chrome', |
| 3582 'test_support_common', | 3572 'test_support_common', |
| 3583 '../base/base.gyp:base', | 3573 '../base/base.gyp:base', |
| 3584 '../net/net.gyp:net_test_support', | 3574 '../net/net.gyp:net_test_support', |
| 3585 '../skia/skia.gyp:skia', | 3575 '../skia/skia.gyp:skia', |
| 3586 '../testing/gtest.gyp:gtest', | 3576 '../testing/gtest.gyp:gtest', |
| 3587 # This is the safebrowsing test server. | 3577 # This is the safebrowsing test server. |
| 3588 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 3578 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
| 3589 '../ui/ui.gyp:ui_resources', | 3579 '../ui/ui.gyp:ui_resources', |
| 3590 '../ui/ui.gyp:ui_resources_standard', | |
| 3591 ], | 3580 ], |
| 3592 'include_dirs': [ | 3581 'include_dirs': [ |
| 3593 '..', | 3582 '..', |
| 3594 ], | 3583 ], |
| 3595 'defines': [ | 3584 'defines': [ |
| 3596 'HAS_OUT_OF_PROC_TEST_RUNNER', | 3585 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 3597 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test
.h"', | 3586 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test
.h"', |
| 3598 ], | 3587 ], |
| 3599 'sources': [ | 3588 'sources': [ |
| 3600 'app/chrome_dll.rc', | 3589 'app/chrome_dll.rc', |
| 3601 'browser/safe_browsing/safe_browsing_test.cc', | 3590 'browser/safe_browsing/safe_browsing_test.cc', |
| 3602 'test/base/chrome_test_launcher.cc', | 3591 'test/base/chrome_test_launcher.cc', |
| 3603 ], | 3592 ], |
| 3604 'conditions': [ | 3593 'conditions': [ |
| 3605 ['safe_browsing==0', { | 3594 ['safe_browsing==0', { |
| 3606 'sources!': [ | 3595 'sources!': [ |
| 3607 'browser/safe_browsing/safe_browsing_test.cc', | 3596 'browser/safe_browsing/safe_browsing_test.cc', |
| 3608 ], | 3597 ], |
| 3609 }], | 3598 }], |
| 3610 ['OS=="win"', { | 3599 ['OS=="win"', { |
| 3611 'dependencies': [ | 3600 'dependencies': [ |
| 3612 'chrome_version_resources', | 3601 'chrome_version_resources', |
| 3613 ], | 3602 ], |
| 3614 'sources': [ | 3603 'sources': [ |
| 3615 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 3604 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 3616 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 3605 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 3617 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | 3606 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', |
| 3618 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 3607 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 3619 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 3608 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 3620 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | |
| 3621 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 3609 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 3622 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', | 3610 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.rc', |
| 3623 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 3611 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 3624 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 3612 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 3625 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', | |
| 3626 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 3613 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 3627 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 3614 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 3628 ], | 3615 ], |
| 3629 'configurations': { | 3616 'configurations': { |
| 3630 'Debug_Base': { | 3617 'Debug_Base': { |
| 3631 'msvs_settings': { | 3618 'msvs_settings': { |
| 3632 'VCLinkerTool': { | 3619 'VCLinkerTool': { |
| 3633 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 3620 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
| 3634 }, | 3621 }, |
| 3635 }, | 3622 }, |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3978 # The sync_integration_tests do not run on mac without this flag. | 3965 # The sync_integration_tests do not run on mac without this flag. |
| 3979 # Search for comments about "xcode_settings" elsewhere in this file. | 3966 # Search for comments about "xcode_settings" elsewhere in this file. |
| 3980 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 3967 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 3981 }], | 3968 }], |
| 3982 ['OS=="win"', { | 3969 ['OS=="win"', { |
| 3983 'sources': [ | 3970 'sources': [ |
| 3984 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 3971 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 3985 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 3972 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 3986 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | 3973 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', |
| 3987 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 3974 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 3988 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | |
| 3989 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 3975 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 3990 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 3976 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 3991 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', | |
| 3992 ], | 3977 ], |
| 3993 'include_dirs': [ | 3978 'include_dirs': [ |
| 3994 '<(DEPTH)/third_party/wtl/include', | 3979 '<(DEPTH)/third_party/wtl/include', |
| 3995 ], | 3980 ], |
| 3996 'dependencies': [ | 3981 'dependencies': [ |
| 3997 'chrome_version_resources', | 3982 'chrome_version_resources', |
| 3998 ], | 3983 ], |
| 3999 'conditions': [ | 3984 'conditions': [ |
| 4000 ['win_use_allocator_shim==1', { | 3985 ['win_use_allocator_shim==1', { |
| 4001 'dependencies': [ | 3986 'dependencies': [ |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4099 # The sync_integration_tests do not run on mac without this flag. | 4084 # The sync_integration_tests do not run on mac without this flag. |
| 4100 # Search for comments about "xcode_settings" elsewhere in this file. | 4085 # Search for comments about "xcode_settings" elsewhere in this file. |
| 4101 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 4086 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 4102 }], | 4087 }], |
| 4103 ['OS=="win"', { | 4088 ['OS=="win"', { |
| 4104 'sources': [ | 4089 'sources': [ |
| 4105 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 4090 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 4106 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 4091 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 4107 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', | 4092 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc', |
| 4108 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 4093 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 4109 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | |
| 4110 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 4094 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 4111 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 4095 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 4112 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', | |
| 4113 ], | 4096 ], |
| 4114 'include_dirs': [ | 4097 'include_dirs': [ |
| 4115 '<(DEPTH)/third_party/wtl/include', | 4098 '<(DEPTH)/third_party/wtl/include', |
| 4116 ], | 4099 ], |
| 4117 'dependencies': [ | 4100 'dependencies': [ |
| 4118 'chrome_version_resources', | 4101 'chrome_version_resources', |
| 4119 ], | 4102 ], |
| 4120 'conditions': [ | 4103 'conditions': [ |
| 4121 ['win_use_allocator_shim==1', { | 4104 ['win_use_allocator_shim==1', { |
| 4122 'dependencies': [ | 4105 'dependencies': [ |
| (...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4681 # Use outputs of this action as inputs for the main target build. | 4664 # Use outputs of this action as inputs for the main target build. |
| 4682 # Seems as a misnomer but makes this happy on Linux (scons). | 4665 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4683 'process_outputs_as_sources': 1, | 4666 'process_outputs_as_sources': 1, |
| 4684 }, | 4667 }, |
| 4685 ], # 'actions' | 4668 ], # 'actions' |
| 4686 }, | 4669 }, |
| 4687 ] | 4670 ] |
| 4688 }], # 'coverage!=0' | 4671 }], # 'coverage!=0' |
| 4689 ], # 'conditions' | 4672 ], # 'conditions' |
| 4690 } | 4673 } |
| OLD | NEW |