| 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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 'include_dirs': [ | 585 'include_dirs': [ |
| 586 '../third_party/wtl/include', | 586 '../third_party/wtl/include', |
| 587 ], | 587 ], |
| 588 'dependencies': [ | 588 'dependencies': [ |
| 589 'chrome.gyp:chrome_version_resources', | 589 'chrome.gyp:chrome_version_resources', |
| 590 'chrome.gyp:installer_util_strings', | 590 'chrome.gyp:installer_util_strings', |
| 591 '../sandbox/sandbox.gyp:sandbox', | 591 '../sandbox/sandbox.gyp:sandbox', |
| 592 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 592 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 593 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 593 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 594 '../ui/ui.gyp:ui_resources', | 594 '../ui/ui.gyp:ui_resources', |
| 595 '../ui/ui.gyp:ui_resources_standard', |
| 595 ], | 596 ], |
| 596 'sources': [ | 597 'sources': [ |
| 597 '../webkit/glue/resources/aliasb.cur', | 598 '../webkit/glue/resources/aliasb.cur', |
| 598 '../webkit/glue/resources/cell.cur', | 599 '../webkit/glue/resources/cell.cur', |
| 599 '../webkit/glue/resources/col_resize.cur', | 600 '../webkit/glue/resources/col_resize.cur', |
| 600 '../webkit/glue/resources/copy.cur', | 601 '../webkit/glue/resources/copy.cur', |
| 601 '../webkit/glue/resources/none.cur', | 602 '../webkit/glue/resources/none.cur', |
| 602 '../webkit/glue/resources/row_resize.cur', | 603 '../webkit/glue/resources/row_resize.cur', |
| 603 '../webkit/glue/resources/vertical_text.cur', | 604 '../webkit/glue/resources/vertical_text.cur', |
| 604 '../webkit/glue/resources/zoom_in.cur', | 605 '../webkit/glue/resources/zoom_in.cur', |
| 605 '../webkit/glue/resources/zoom_out.cur', | 606 '../webkit/glue/resources/zoom_out.cur', |
| 606 | 607 |
| 607 'app/chrome_dll.rc', | 608 'app/chrome_dll.rc', |
| 608 'test/data/resource.rc', | 609 'test/data/resource.rc', |
| 609 | 610 |
| 610 # TODO: It would be nice to have these pulled in | 611 # TODO: It would be nice to have these pulled in |
| 611 # automatically from direct_dependent_settings in | 612 # automatically from direct_dependent_settings in |
| 612 # their various targets (net.gyp:net_resources, etc.), | 613 # their various targets (net.gyp:net_resources, etc.), |
| 613 # but that causes errors in other targets when | 614 # but that causes errors in other targets when |
| 614 # resulting .res files get referenced multiple times. | 615 # resulting .res files get referenced multiple times. |
| 615 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 616 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
| 616 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 617 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 617 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 618 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 618 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 619 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 619 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 620 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 620 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 621 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 621 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 622 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 622 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 623 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 623 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 624 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 625 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc
', |
| 624 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 626 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 625 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 627 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 626 | 628 |
| 627 'browser/accessibility/accessibility_win_browsertest.cc', | 629 'browser/accessibility/accessibility_win_browsertest.cc', |
| 628 'browser/accessibility/browser_views_accessibility_browsertest.cc', | 630 'browser/accessibility/browser_views_accessibility_browsertest.cc', |
| 629 ], | 631 ], |
| 630 'conditions': [ | 632 'conditions': [ |
| 631 ['win_use_allocator_shim==1', { | 633 ['win_use_allocator_shim==1', { |
| 632 'dependencies': [ | 634 'dependencies': [ |
| 633 '../base/allocator/allocator.gyp:allocator', | 635 '../base/allocator/allocator.gyp:allocator', |
| (...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1239 # 3) anything tests directly depend on | 1241 # 3) anything tests directly depend on |
| 1240 '../skia/skia.gyp:skia', | 1242 '../skia/skia.gyp:skia', |
| 1241 '../third_party/bzip2/bzip2.gyp:bzip2', | 1243 '../third_party/bzip2/bzip2.gyp:bzip2', |
| 1242 '../third_party/cld/cld.gyp:cld', | 1244 '../third_party/cld/cld.gyp:cld', |
| 1243 '../third_party/icu/icu.gyp:icui18n', | 1245 '../third_party/icu/icu.gyp:icui18n', |
| 1244 '../third_party/icu/icu.gyp:icuuc', | 1246 '../third_party/icu/icu.gyp:icuuc', |
| 1245 '../third_party/libjingle/libjingle.gyp:libjingle', | 1247 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 1246 '../third_party/libxml/libxml.gyp:libxml', | 1248 '../third_party/libxml/libxml.gyp:libxml', |
| 1247 '../ui/gfx/gl/gl.gyp:gl', | 1249 '../ui/gfx/gl/gl.gyp:gl', |
| 1248 '../ui/ui.gyp:ui_resources', | 1250 '../ui/ui.gyp:ui_resources', |
| 1251 '../ui/ui.gyp:ui_resources_standard', |
| 1249 '../v8/tools/gyp/v8.gyp:v8', | 1252 '../v8/tools/gyp/v8.gyp:v8', |
| 1250 'chrome_resources', | 1253 'chrome_resources', |
| 1251 'chrome_strings', | 1254 'chrome_strings', |
| 1252 ], | 1255 ], |
| 1253 'include_dirs': [ | 1256 'include_dirs': [ |
| 1254 '..', | 1257 '..', |
| 1255 ], | 1258 ], |
| 1256 'defines': [ | 1259 'defines': [ |
| 1257 'CLD_WINDOWS', | 1260 'CLD_WINDOWS', |
| 1258 ], | 1261 ], |
| (...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2288 # resulting .res files get referenced multiple times. | 2291 # resulting .res files get referenced multiple times. |
| 2289 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 2292 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
| 2290 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 2293 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 2291 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 2294 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 2292 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 2295 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 2293 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 2296 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 2294 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 2297 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 2295 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 2298 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 2296 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 2299 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 2297 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 2300 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 2301 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc
', |
| 2298 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 2302 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 2299 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 2303 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 2300 ], | 2304 ], |
| 2301 'link_settings': { | 2305 'link_settings': { |
| 2302 'libraries': [ | 2306 'libraries': [ |
| 2303 '-lcomsupp.lib', | 2307 '-lcomsupp.lib', |
| 2304 '-loleacc.lib', | 2308 '-loleacc.lib', |
| 2305 '-lrpcrt4.lib', | 2309 '-lrpcrt4.lib', |
| 2306 '-lurlmon.lib', | 2310 '-lurlmon.lib', |
| 2307 '-lwinmm.lib', | 2311 '-lwinmm.lib', |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2735 'sources': [ | 2739 'sources': [ |
| 2736 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 2740 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
| 2737 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 2741 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 2738 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 2742 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 2739 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 2743 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 2740 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 2744 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 2741 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 2745 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 2742 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 2746 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 2743 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 2747 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 2744 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 2748 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 2749 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc
', |
| 2745 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 2750 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 2746 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 2751 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 2747 # TODO(alekseys): port sidebar to linux/mac. | 2752 # TODO(alekseys): port sidebar to linux/mac. |
| 2748 'browser/sidebar/sidebar_browsertest.cc', | 2753 'browser/sidebar/sidebar_browsertest.cc', |
| 2749 ], | 2754 ], |
| 2750 'include_dirs': [ | 2755 'include_dirs': [ |
| 2751 '<(DEPTH)/third_party/wtl/include', | 2756 '<(DEPTH)/third_party/wtl/include', |
| 2752 ], | 2757 ], |
| 2753 'dependencies': [ | 2758 'dependencies': [ |
| 2754 'chrome_version_resources', | 2759 'chrome_version_resources', |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2889 'dependencies': [ | 2894 'dependencies': [ |
| 2890 'chrome', | 2895 'chrome', |
| 2891 'test_support_common', | 2896 'test_support_common', |
| 2892 '../base/base.gyp:base', | 2897 '../base/base.gyp:base', |
| 2893 '../net/net.gyp:net_test_support', | 2898 '../net/net.gyp:net_test_support', |
| 2894 '../skia/skia.gyp:skia', | 2899 '../skia/skia.gyp:skia', |
| 2895 '../testing/gtest.gyp:gtest', | 2900 '../testing/gtest.gyp:gtest', |
| 2896 # This is the safebrowsing test server. | 2901 # This is the safebrowsing test server. |
| 2897 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 2902 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
| 2898 '../ui/ui.gyp:ui_resources', | 2903 '../ui/ui.gyp:ui_resources', |
| 2904 '../ui/ui.gyp:ui_resources_standard', |
| 2899 ], | 2905 ], |
| 2900 'include_dirs': [ | 2906 'include_dirs': [ |
| 2901 '..', | 2907 '..', |
| 2902 ], | 2908 ], |
| 2903 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], | 2909 'defines': [ 'HAS_OUT_OF_PROC_TEST_RUNNER' ], |
| 2904 'sources': [ | 2910 'sources': [ |
| 2905 'app/chrome_dll.rc', | 2911 'app/chrome_dll.rc', |
| 2906 'browser/safe_browsing/safe_browsing_test.cc', | 2912 'browser/safe_browsing/safe_browsing_test.cc', |
| 2907 'test/base/out_of_proc_test_runner.cc', | 2913 'test/base/out_of_proc_test_runner.cc', |
| 2908 ], | 2914 ], |
| (...skipping 12 matching lines...) Expand all Loading... |
| 2921 'sources': [ | 2927 'sources': [ |
| 2922 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 2928 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
| 2923 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 2929 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 2924 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 2930 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 2925 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 2931 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 2926 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 2932 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 2927 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 2933 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 2928 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 2934 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 2929 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 2935 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 2930 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 2936 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 2937 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc
', |
| 2931 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 2938 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 2932 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 2939 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 2933 ], | 2940 ], |
| 2934 'configurations': { | 2941 'configurations': { |
| 2935 'Debug_Base': { | 2942 'Debug_Base': { |
| 2936 'msvs_settings': { | 2943 'msvs_settings': { |
| 2937 'VCLinkerTool': { | 2944 'VCLinkerTool': { |
| 2938 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 2945 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
| 2939 }, | 2946 }, |
| 2940 }, | 2947 }, |
| (...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3369 }], | 3376 }], |
| 3370 ['OS=="win"', { | 3377 ['OS=="win"', { |
| 3371 'sources': [ | 3378 'sources': [ |
| 3372 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 3379 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
| 3373 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 3380 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 3374 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 3381 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 3375 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 3382 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 3376 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 3383 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 3377 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 3384 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 3378 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 3385 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 3386 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc
', |
| 3379 ], | 3387 ], |
| 3380 'include_dirs': [ | 3388 'include_dirs': [ |
| 3381 '<(DEPTH)/third_party/wtl/include', | 3389 '<(DEPTH)/third_party/wtl/include', |
| 3382 ], | 3390 ], |
| 3383 'dependencies': [ | 3391 'dependencies': [ |
| 3384 'chrome_version_resources', | 3392 'chrome_version_resources', |
| 3385 'installer_util_strings', | 3393 'installer_util_strings', |
| 3386 '../sandbox/sandbox.gyp:sandbox', | 3394 '../sandbox/sandbox.gyp:sandbox', |
| 3387 ], | 3395 ], |
| 3388 'conditions': [ | 3396 'conditions': [ |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3490 }], | 3498 }], |
| 3491 ['OS=="win"', { | 3499 ['OS=="win"', { |
| 3492 'sources': [ | 3500 'sources': [ |
| 3493 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 3501 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
| 3494 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 3502 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 3495 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 3503 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 3496 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 3504 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 3497 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 3505 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 3498 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 3506 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 3499 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 3507 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 3508 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc
', |
| 3500 ], | 3509 ], |
| 3501 'include_dirs': [ | 3510 'include_dirs': [ |
| 3502 '<(DEPTH)/third_party/wtl/include', | 3511 '<(DEPTH)/third_party/wtl/include', |
| 3503 ], | 3512 ], |
| 3504 'dependencies': [ | 3513 'dependencies': [ |
| 3505 'chrome_version_resources', | 3514 'chrome_version_resources', |
| 3506 'installer_util_strings', | 3515 'installer_util_strings', |
| 3507 '../sandbox/sandbox.gyp:sandbox', | 3516 '../sandbox/sandbox.gyp:sandbox', |
| 3508 ], | 3517 ], |
| 3509 'conditions': [ | 3518 'conditions': [ |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3612 'app/chrome_version.rc.version', | 3621 'app/chrome_version.rc.version', |
| 3613 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 3622 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
| 3614 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 3623 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 3615 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 3624 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 3616 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 3625 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 3617 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 3626 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 3618 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', | 3627 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 3619 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 3628 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
| 3620 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 3629 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 3621 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 3630 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 3631 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc
', |
| 3622 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 3632 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 3623 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 3633 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 3624 ], | 3634 ], |
| 3625 'conditions': [ | 3635 'conditions': [ |
| 3626 ['win_use_allocator_shim==1', { | 3636 ['win_use_allocator_shim==1', { |
| 3627 'dependencies': [ | 3637 'dependencies': [ |
| 3628 '<(allocator_target)', | 3638 '<(allocator_target)', |
| 3629 ], | 3639 ], |
| 3630 }], | 3640 }], |
| 3631 ], | 3641 ], |
| (...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4139 # Use outputs of this action as inputs for the main target build. | 4149 # Use outputs of this action as inputs for the main target build. |
| 4140 # Seems as a misnomer but makes this happy on Linux (scons). | 4150 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4141 'process_outputs_as_sources': 1, | 4151 'process_outputs_as_sources': 1, |
| 4142 }, | 4152 }, |
| 4143 ], # 'actions' | 4153 ], # 'actions' |
| 4144 }, | 4154 }, |
| 4145 ] | 4155 ] |
| 4146 }], # 'coverage!=0' | 4156 }], # 'coverage!=0' |
| 4147 ], # 'conditions' | 4157 ], # 'conditions' |
| 4148 } | 4158 } |
| OLD | NEW |