OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 'include_dirs': [ | 590 'include_dirs': [ |
591 '../third_party/wtl/include', | 591 '../third_party/wtl/include', |
592 ], | 592 ], |
593 'dependencies': [ | 593 'dependencies': [ |
594 'chrome.gyp:chrome_version_resources', | 594 'chrome.gyp:chrome_version_resources', |
595 'chrome.gyp:installer_util_strings', | 595 'chrome.gyp:installer_util_strings', |
596 '../sandbox/sandbox.gyp:sandbox', | 596 '../sandbox/sandbox.gyp:sandbox', |
597 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 597 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
598 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 598 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
599 '../ui/ui.gyp:ui_resources', | 599 '../ui/ui.gyp:ui_resources', |
| 600 '../ui/ui.gyp:ui_resources_standard', |
600 ], | 601 ], |
601 'sources': [ | 602 'sources': [ |
602 '../webkit/glue/resources/aliasb.cur', | 603 '../webkit/glue/resources/aliasb.cur', |
603 '../webkit/glue/resources/cell.cur', | 604 '../webkit/glue/resources/cell.cur', |
604 '../webkit/glue/resources/col_resize.cur', | 605 '../webkit/glue/resources/col_resize.cur', |
605 '../webkit/glue/resources/copy.cur', | 606 '../webkit/glue/resources/copy.cur', |
606 '../webkit/glue/resources/none.cur', | 607 '../webkit/glue/resources/none.cur', |
607 '../webkit/glue/resources/row_resize.cur', | 608 '../webkit/glue/resources/row_resize.cur', |
608 '../webkit/glue/resources/vertical_text.cur', | 609 '../webkit/glue/resources/vertical_text.cur', |
609 '../webkit/glue/resources/zoom_in.cur', | 610 '../webkit/glue/resources/zoom_in.cur', |
610 '../webkit/glue/resources/zoom_out.cur', | 611 '../webkit/glue/resources/zoom_out.cur', |
611 | 612 |
612 'app/chrome_dll.rc', | 613 'app/chrome_dll.rc', |
613 'test/data/resource.rc', | 614 'test/data/resource.rc', |
614 | 615 |
615 # TODO: It would be nice to have these pulled in | 616 # TODO: It would be nice to have these pulled in |
616 # automatically from direct_dependent_settings in | 617 # automatically from direct_dependent_settings in |
617 # their various targets (net.gyp:net_resources, etc.), | 618 # their various targets (net.gyp:net_resources, etc.), |
618 # but that causes errors in other targets when | 619 # but that causes errors in other targets when |
619 # resulting .res files get referenced multiple times. | 620 # resulting .res files get referenced multiple times. |
620 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 621 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
621 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 622 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
622 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 623 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
623 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 624 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
624 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 625 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
625 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 626 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
626 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 627 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
627 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 628 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
628 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 629 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 630 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', |
629 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 631 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
630 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 632 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
631 | 633 |
632 'browser/accessibility/accessibility_win_browsertest.cc', | 634 'browser/accessibility/accessibility_win_browsertest.cc', |
633 'browser/accessibility/browser_views_accessibility_browsertest.cc', | 635 'browser/accessibility/browser_views_accessibility_browsertest.cc', |
634 ], | 636 ], |
635 'conditions': [ | 637 'conditions': [ |
636 ['win_use_allocator_shim==1', { | 638 ['win_use_allocator_shim==1', { |
637 'dependencies': [ | 639 'dependencies': [ |
638 '../base/allocator/allocator.gyp:allocator', | 640 '../base/allocator/allocator.gyp:allocator', |
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1254 # 3) anything tests directly depend on | 1256 # 3) anything tests directly depend on |
1255 '../skia/skia.gyp:skia', | 1257 '../skia/skia.gyp:skia', |
1256 '../third_party/bzip2/bzip2.gyp:bzip2', | 1258 '../third_party/bzip2/bzip2.gyp:bzip2', |
1257 '../third_party/cld/cld.gyp:cld', | 1259 '../third_party/cld/cld.gyp:cld', |
1258 '../third_party/icu/icu.gyp:icui18n', | 1260 '../third_party/icu/icu.gyp:icui18n', |
1259 '../third_party/icu/icu.gyp:icuuc', | 1261 '../third_party/icu/icu.gyp:icuuc', |
1260 '../third_party/libjingle/libjingle.gyp:libjingle', | 1262 '../third_party/libjingle/libjingle.gyp:libjingle', |
1261 '../third_party/libxml/libxml.gyp:libxml', | 1263 '../third_party/libxml/libxml.gyp:libxml', |
1262 '../ui/gfx/gl/gl.gyp:gl', | 1264 '../ui/gfx/gl/gl.gyp:gl', |
1263 '../ui/ui.gyp:ui_resources', | 1265 '../ui/ui.gyp:ui_resources', |
| 1266 '../ui/ui.gyp:ui_resources_standard', |
1264 '../v8/tools/gyp/v8.gyp:v8', | 1267 '../v8/tools/gyp/v8.gyp:v8', |
1265 'chrome_resources', | 1268 'chrome_resources', |
1266 'chrome_strings', | 1269 'chrome_strings', |
1267 ], | 1270 ], |
1268 'include_dirs': [ | 1271 'include_dirs': [ |
1269 '..', | 1272 '..', |
1270 ], | 1273 ], |
1271 'defines': [ | 1274 'defines': [ |
1272 'CLD_WINDOWS', | 1275 'CLD_WINDOWS', |
1273 ], | 1276 ], |
(...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2303 # resulting .res files get referenced multiple times. | 2306 # resulting .res files get referenced multiple times. |
2304 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 2307 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
2305 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 2308 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
2306 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 2309 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
2307 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 2310 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
2308 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 2311 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
2309 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 2312 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
2310 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 2313 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
2311 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 2314 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
2312 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 2315 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 2316 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', |
2313 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 2317 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
2314 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 2318 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
2315 ], | 2319 ], |
2316 'link_settings': { | 2320 'link_settings': { |
2317 'libraries': [ | 2321 'libraries': [ |
2318 '-lcomsupp.lib', | 2322 '-lcomsupp.lib', |
2319 '-loleacc.lib', | 2323 '-loleacc.lib', |
2320 '-lrpcrt4.lib', | 2324 '-lrpcrt4.lib', |
2321 '-lurlmon.lib', | 2325 '-lurlmon.lib', |
2322 '-lwinmm.lib', | 2326 '-lwinmm.lib', |
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2751 'sources': [ | 2755 'sources': [ |
2752 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 2756 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
2753 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 2757 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
2754 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 2758 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
2755 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 2759 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
2756 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 2760 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
2757 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 2761 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
2758 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 2762 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
2759 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 2763 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
2760 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 2764 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 2765 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', |
2761 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 2766 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
2762 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 2767 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
2763 # TODO(alekseys): port sidebar to linux/mac. | 2768 # TODO(alekseys): port sidebar to linux/mac. |
2764 'browser/sidebar/sidebar_browsertest.cc', | 2769 'browser/sidebar/sidebar_browsertest.cc', |
2765 ], | 2770 ], |
2766 'include_dirs': [ | 2771 'include_dirs': [ |
2767 '<(DEPTH)/third_party/wtl/include', | 2772 '<(DEPTH)/third_party/wtl/include', |
2768 ], | 2773 ], |
2769 'dependencies': [ | 2774 'dependencies': [ |
2770 'chrome_version_resources', | 2775 'chrome_version_resources', |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2905 'dependencies': [ | 2910 'dependencies': [ |
2906 'chrome', | 2911 'chrome', |
2907 'test_support_common', | 2912 'test_support_common', |
2908 '../base/base.gyp:base', | 2913 '../base/base.gyp:base', |
2909 '../net/net.gyp:net_test_support', | 2914 '../net/net.gyp:net_test_support', |
2910 '../skia/skia.gyp:skia', | 2915 '../skia/skia.gyp:skia', |
2911 '../testing/gtest.gyp:gtest', | 2916 '../testing/gtest.gyp:gtest', |
2912 # This is the safebrowsing test server. | 2917 # This is the safebrowsing test server. |
2913 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 2918 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
2914 '../ui/ui.gyp:ui_resources', | 2919 '../ui/ui.gyp:ui_resources', |
| 2920 '../ui/ui.gyp:ui_resources_standard', |
2915 ], | 2921 ], |
2916 'include_dirs': [ | 2922 'include_dirs': [ |
2917 '..', | 2923 '..', |
2918 ], | 2924 ], |
2919 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 2925 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], |
2920 'sources': [ | 2926 'sources': [ |
2921 'app/chrome_dll.rc', | 2927 'app/chrome_dll.rc', |
2922 'browser/safe_browsing/safe_browsing_test.cc', | 2928 'browser/safe_browsing/safe_browsing_test.cc', |
2923 'test/base/out_of_proc_test_runner.cc', | 2929 'test/base/out_of_proc_test_runner.cc', |
2924 ], | 2930 ], |
(...skipping 12 matching lines...) Expand all Loading... |
2937 'sources': [ | 2943 'sources': [ |
2938 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 2944 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
2939 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 2945 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
2940 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 2946 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
2941 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 2947 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
2942 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 2948 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
2943 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 2949 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
2944 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 2950 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
2945 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 2951 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
2946 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 2952 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 2953 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', |
2947 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 2954 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
2948 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 2955 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
2949 ], | 2956 ], |
2950 'configurations': { | 2957 'configurations': { |
2951 'Debug_Base': { | 2958 'Debug_Base': { |
2952 'msvs_settings': { | 2959 'msvs_settings': { |
2953 'VCLinkerTool': { | 2960 'VCLinkerTool': { |
2954 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 2961 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
2955 }, | 2962 }, |
2956 }, | 2963 }, |
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3385 }], | 3392 }], |
3386 ['OS=="win"', { | 3393 ['OS=="win"', { |
3387 'sources': [ | 3394 'sources': [ |
3388 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 3395 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
3389 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 3396 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
3390 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 3397 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
3391 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 3398 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
3392 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 3399 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
3393 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 3400 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
3394 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 3401 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 3402 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', |
3395 ], | 3403 ], |
3396 'include_dirs': [ | 3404 'include_dirs': [ |
3397 '<(DEPTH)/third_party/wtl/include', | 3405 '<(DEPTH)/third_party/wtl/include', |
3398 ], | 3406 ], |
3399 'dependencies': [ | 3407 'dependencies': [ |
3400 'chrome_version_resources', | 3408 'chrome_version_resources', |
3401 'installer_util_strings', | 3409 'installer_util_strings', |
3402 '../sandbox/sandbox.gyp:sandbox', | 3410 '../sandbox/sandbox.gyp:sandbox', |
3403 ], | 3411 ], |
3404 'conditions': [ | 3412 'conditions': [ |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3506 }], | 3514 }], |
3507 ['OS=="win"', { | 3515 ['OS=="win"', { |
3508 'sources': [ | 3516 'sources': [ |
3509 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 3517 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
3510 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 3518 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
3511 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 3519 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
3512 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 3520 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
3513 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 3521 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
3514 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 3522 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
3515 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 3523 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 3524 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', |
3516 ], | 3525 ], |
3517 'include_dirs': [ | 3526 'include_dirs': [ |
3518 '<(DEPTH)/third_party/wtl/include', | 3527 '<(DEPTH)/third_party/wtl/include', |
3519 ], | 3528 ], |
3520 'dependencies': [ | 3529 'dependencies': [ |
3521 'chrome_version_resources', | 3530 'chrome_version_resources', |
3522 'installer_util_strings', | 3531 'installer_util_strings', |
3523 '../sandbox/sandbox.gyp:sandbox', | 3532 '../sandbox/sandbox.gyp:sandbox', |
3524 ], | 3533 ], |
3525 'conditions': [ | 3534 'conditions': [ |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3628 'app/chrome_version.rc.version', | 3637 'app/chrome_version.rc.version', |
3629 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 3638 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
3630 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 3639 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
3631 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 3640 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
3632 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 3641 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
3633 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 3642 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
3634 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 3643 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
3635 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 3644 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
3636 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 3645 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
3637 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 3646 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 3647 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', |
3638 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 3648 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
3639 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 3649 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
3640 ], | 3650 ], |
3641 'conditions': [ | 3651 'conditions': [ |
3642 ['win_use_allocator_shim==1', { | 3652 ['win_use_allocator_shim==1', { |
3643 'dependencies': [ | 3653 'dependencies': [ |
3644 '<(allocator_target)', | 3654 '<(allocator_target)', |
3645 ], | 3655 ], |
3646 }], | 3656 }], |
3647 ], | 3657 ], |
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4155 # Use outputs of this action as inputs for the main target build. | 4165 # Use outputs of this action as inputs for the main target build. |
4156 # Seems as a misnomer but makes this happy on Linux (scons). | 4166 # Seems as a misnomer but makes this happy on Linux (scons). |
4157 'process_outputs_as_sources': 1, | 4167 'process_outputs_as_sources': 1, |
4158 }, | 4168 }, |
4159 ], # 'actions' | 4169 ], # 'actions' |
4160 }, | 4170 }, |
4161 ] | 4171 ] |
4162 }], # 'coverage!=0' | 4172 }], # 'coverage!=0' |
4163 ], # 'conditions' | 4173 ], # 'conditions' |
4164 } | 4174 } |
OLD | NEW |