| 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 13 matching lines...) Expand all Loading... |
| 24 'type': '<(library)', | 24 'type': '<(library)', |
| 25 'dependencies': [ | 25 'dependencies': [ |
| 26 'browser', | 26 'browser', |
| 27 'common', | 27 'common', |
| 28 'renderer', | 28 'renderer', |
| 29 'chrome_resources', | 29 'chrome_resources', |
| 30 'chrome_strings', | 30 'chrome_strings', |
| 31 'app/policy/cloud_policy_codegen.gyp:policy', | 31 'app/policy/cloud_policy_codegen.gyp:policy', |
| 32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | 32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
| 33 'theme_resources', | 33 'theme_resources', |
| 34 'theme_resources_standard', |
| 34 '../base/base.gyp:test_support_base', | 35 '../base/base.gyp:test_support_base', |
| 35 '../content/content.gyp:content_gpu', | 36 '../content/content.gyp:content_gpu', |
| 36 '../ipc/ipc.gyp:test_support_ipc', | 37 '../ipc/ipc.gyp:test_support_ipc', |
| 37 '../media/media.gyp:media_test_support', | 38 '../media/media.gyp:media_test_support', |
| 38 # 'test/test_url_request_context_getter.h' brings in this requirement. | 39 # 'test/test_url_request_context_getter.h' brings in this requirement. |
| 39 '../net/net.gyp:net_test_support', | 40 '../net/net.gyp:net_test_support', |
| 40 '../skia/skia.gyp:skia', | 41 '../skia/skia.gyp:skia', |
| 41 '../testing/gmock.gyp:gmock', | 42 '../testing/gmock.gyp:gmock', |
| 42 '../testing/gtest.gyp:gtest', | 43 '../testing/gtest.gyp:gtest', |
| 43 ], | 44 ], |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 ], | 206 ], |
| 206 }, | 207 }, |
| 207 { | 208 { |
| 208 'target_name': 'test_support_ui', | 209 'target_name': 'test_support_ui', |
| 209 'type': '<(library)', | 210 'type': '<(library)', |
| 210 'dependencies': [ | 211 'dependencies': [ |
| 211 'test_support_common', | 212 'test_support_common', |
| 212 'chrome_resources', | 213 'chrome_resources', |
| 213 'chrome_strings', | 214 'chrome_strings', |
| 214 'theme_resources', | 215 'theme_resources', |
| 216 'theme_resources_standard', |
| 215 '../skia/skia.gyp:skia', | 217 '../skia/skia.gyp:skia', |
| 216 '../testing/gtest.gyp:gtest', | 218 '../testing/gtest.gyp:gtest', |
| 217 ], | 219 ], |
| 218 'export_dependent_settings': [ | 220 'export_dependent_settings': [ |
| 219 'test_support_common', | 221 'test_support_common', |
| 220 ], | 222 ], |
| 221 'include_dirs': [ | 223 'include_dirs': [ |
| 222 '..', | 224 '..', |
| 223 ], | 225 ], |
| 224 'sources': [ | 226 'sources': [ |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 { | 346 { |
| 345 'target_name': 'automated_ui_tests', | 347 'target_name': 'automated_ui_tests', |
| 346 'type': 'executable', | 348 'type': 'executable', |
| 347 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B', | 349 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B', |
| 348 'dependencies': [ | 350 'dependencies': [ |
| 349 'browser', | 351 'browser', |
| 350 'renderer', | 352 'renderer', |
| 351 'test_support_common', | 353 'test_support_common', |
| 352 'test_support_ui', | 354 'test_support_ui', |
| 353 'theme_resources', | 355 'theme_resources', |
| 356 'theme_resources_standard', |
| 354 '../base/base.gyp:base', | 357 '../base/base.gyp:base', |
| 355 '../skia/skia.gyp:skia', | 358 '../skia/skia.gyp:skia', |
| 356 '../third_party/libxml/libxml.gyp:libxml', | 359 '../third_party/libxml/libxml.gyp:libxml', |
| 357 '../testing/gtest.gyp:gtest', | 360 '../testing/gtest.gyp:gtest', |
| 358 ], | 361 ], |
| 359 'include_dirs': [ | 362 'include_dirs': [ |
| 360 '..', | 363 '..', |
| 361 ], | 364 ], |
| 362 'sources': [ | 365 'sources': [ |
| 363 'test/automated_ui_tests/automated_ui_test_interactive_test.cc', | 366 'test/automated_ui_tests/automated_ui_test_interactive_test.cc', |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 # automatically from direct_dependent_settings in | 533 # automatically from direct_dependent_settings in |
| 531 # their various targets (net.gyp:net_resources, etc.), | 534 # their various targets (net.gyp:net_resources, etc.), |
| 532 # but that causes errors in other targets when | 535 # but that causes errors in other targets when |
| 533 # resulting .res files get referenced multiple times. | 536 # resulting .res files get referenced multiple times. |
| 534 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 537 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
| 535 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 538 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
| 536 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 539 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 537 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 540 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 538 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 541 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 539 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 542 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 543 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 540 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc
', | 544 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc
', |
| 541 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 545 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 542 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 546 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 543 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 547 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 544 | 548 |
| 545 'browser/accessibility/accessibility_win_browsertest.cc', | 549 'browser/accessibility/accessibility_win_browsertest.cc', |
| 546 'browser/accessibility/browser_views_accessibility_browsertest.cc', | 550 'browser/accessibility/browser_views_accessibility_browsertest.cc', |
| 547 ], | 551 ], |
| 548 'conditions': [ | 552 'conditions': [ |
| 549 ['win_use_allocator_shim==1', { | 553 ['win_use_allocator_shim==1', { |
| (...skipping 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2072 # automatically from direct_dependent_settings in | 2076 # automatically from direct_dependent_settings in |
| 2073 # their various targets (net.gyp:net_resources, etc.), | 2077 # their various targets (net.gyp:net_resources, etc.), |
| 2074 # but that causes errors in other targets when | 2078 # but that causes errors in other targets when |
| 2075 # resulting .res files get referenced multiple times. | 2079 # resulting .res files get referenced multiple times. |
| 2076 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 2080 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
| 2077 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 2081 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
| 2078 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 2082 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 2079 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 2083 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 2080 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 2084 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 2081 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 2085 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 2086 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 2082 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc
', | 2087 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc
', |
| 2083 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 2088 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 2084 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 2089 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 2085 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 2090 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 2086 ], | 2091 ], |
| 2087 'link_settings': { | 2092 'link_settings': { |
| 2088 'libraries': [ | 2093 'libraries': [ |
| 2089 '-lcomsupp.lib', | 2094 '-lcomsupp.lib', |
| 2090 '-loleacc.lib', | 2095 '-loleacc.lib', |
| 2091 '-lrpcrt4.lib', | 2096 '-lrpcrt4.lib', |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2428 ['OS=="win"', { | 2433 ['OS=="win"', { |
| 2429 'sources': [ | 2434 'sources': [ |
| 2430 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 2435 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
| 2431 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 2436 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
| 2432 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 2437 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 2433 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 2438 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 2434 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc
', | 2439 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc
', |
| 2435 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 2440 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 2436 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 2441 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 2437 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 2442 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 2443 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 2438 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 2444 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 2439 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 2445 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 2440 # TODO(alekseys): port sidebar to linux/mac. | 2446 # TODO(alekseys): port sidebar to linux/mac. |
| 2441 'browser/sidebar/sidebar_browsertest.cc', | 2447 'browser/sidebar/sidebar_browsertest.cc', |
| 2442 ], | 2448 ], |
| 2443 'include_dirs': [ | 2449 'include_dirs': [ |
| 2444 '<(DEPTH)/third_party/wtl/include', | 2450 '<(DEPTH)/third_party/wtl/include', |
| 2445 ], | 2451 ], |
| 2446 'dependencies': [ | 2452 'dependencies': [ |
| 2447 'chrome_dll_version', | 2453 'chrome_dll_version', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2581 ], | 2587 ], |
| 2582 'sources': [ | 2588 'sources': [ |
| 2583 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 2589 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
| 2584 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 2590 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
| 2585 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 2591 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 2586 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 2592 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 2587 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc
', | 2593 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc
', |
| 2588 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 2594 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 2589 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 2595 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 2590 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 2596 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 2597 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 2591 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 2598 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 2592 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 2599 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 2593 ], | 2600 ], |
| 2594 'configurations': { | 2601 'configurations': { |
| 2595 'Debug_Base': { | 2602 'Debug_Base': { |
| 2596 'msvs_settings': { | 2603 'msvs_settings': { |
| 2597 'VCLinkerTool': { | 2604 'VCLinkerTool': { |
| 2598 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 2605 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
| 2599 }, | 2606 }, |
| 2600 }, | 2607 }, |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2700 # c) Strip the binary if it's a debug build. (binary may be over 2GB) | 2707 # c) Strip the binary if it's a debug build. (binary may be over 2GB) |
| 2701 'target_name': 'reliability_tests', | 2708 'target_name': 'reliability_tests', |
| 2702 'type': 'executable', | 2709 'type': 'executable', |
| 2703 'msvs_guid': '8A3E1774-1DE9-445C-982D-3EE37C8A752A', | 2710 'msvs_guid': '8A3E1774-1DE9-445C-982D-3EE37C8A752A', |
| 2704 'dependencies': [ | 2711 'dependencies': [ |
| 2705 'browser', | 2712 'browser', |
| 2706 'chrome', | 2713 'chrome', |
| 2707 'test_support_common', | 2714 'test_support_common', |
| 2708 'test_support_ui', | 2715 'test_support_ui', |
| 2709 'theme_resources', | 2716 'theme_resources', |
| 2717 'theme_resources_standard', |
| 2710 '../skia/skia.gyp:skia', | 2718 '../skia/skia.gyp:skia', |
| 2711 '../testing/gtest.gyp:gtest', | 2719 '../testing/gtest.gyp:gtest', |
| 2712 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 2720 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 2713 ], | 2721 ], |
| 2714 'include_dirs': [ | 2722 'include_dirs': [ |
| 2715 '..', | 2723 '..', |
| 2716 ], | 2724 ], |
| 2717 'sources': [ | 2725 'sources': [ |
| 2718 'test/reliability/page_load_test.cc', | 2726 'test/reliability/page_load_test.cc', |
| 2719 'test/reliability/page_load_test.h', | 2727 'test/reliability/page_load_test.h', |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2802 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', | 2810 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', |
| 2803 'run_as': { | 2811 'run_as': { |
| 2804 'action': ['$(TargetPath)', '--gtest_print_time'], | 2812 'action': ['$(TargetPath)', '--gtest_print_time'], |
| 2805 }, | 2813 }, |
| 2806 'dependencies': [ | 2814 'dependencies': [ |
| 2807 'chrome', | 2815 'chrome', |
| 2808 'debugger', | 2816 'debugger', |
| 2809 'test_support_common', | 2817 'test_support_common', |
| 2810 'test_support_ui', | 2818 'test_support_ui', |
| 2811 'theme_resources', | 2819 'theme_resources', |
| 2820 'theme_resources_standard', |
| 2812 '../base/base.gyp:base', | 2821 '../base/base.gyp:base', |
| 2813 '../skia/skia.gyp:skia', | 2822 '../skia/skia.gyp:skia', |
| 2814 '../testing/gtest.gyp:gtest', | 2823 '../testing/gtest.gyp:gtest', |
| 2815 ], | 2824 ], |
| 2816 'include_dirs': [ | 2825 'include_dirs': [ |
| 2817 '..', | 2826 '..', |
| 2818 ], | 2827 ], |
| 2819 'sources': [ | 2828 'sources': [ |
| 2820 'test/tab_switching/tab_switching_test.cc', | 2829 'test/tab_switching/tab_switching_test.cc', |
| 2821 ], | 2830 ], |
| (...skipping 14 matching lines...) Expand all Loading... |
| 2836 { | 2845 { |
| 2837 'target_name': 'memory_test', | 2846 'target_name': 'memory_test', |
| 2838 'type': 'executable', | 2847 'type': 'executable', |
| 2839 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', | 2848 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', |
| 2840 'dependencies': [ | 2849 'dependencies': [ |
| 2841 'chrome', | 2850 'chrome', |
| 2842 'debugger', | 2851 'debugger', |
| 2843 'test_support_common', | 2852 'test_support_common', |
| 2844 'test_support_ui', | 2853 'test_support_ui', |
| 2845 'theme_resources', | 2854 'theme_resources', |
| 2855 'theme_resources_standard', |
| 2846 '../base/base.gyp:base', | 2856 '../base/base.gyp:base', |
| 2847 '../skia/skia.gyp:skia', | 2857 '../skia/skia.gyp:skia', |
| 2848 '../testing/gtest.gyp:gtest', | 2858 '../testing/gtest.gyp:gtest', |
| 2849 ], | 2859 ], |
| 2850 'include_dirs': [ | 2860 'include_dirs': [ |
| 2851 '..', | 2861 '..', |
| 2852 ], | 2862 ], |
| 2853 'sources': [ | 2863 'sources': [ |
| 2854 'test/memory_test/memory_test.cc', | 2864 'test/memory_test/memory_test.cc', |
| 2855 ], | 2865 ], |
| 2856 'conditions': [ | 2866 'conditions': [ |
| 2857 ['OS=="linux"', { | 2867 ['OS=="linux"', { |
| 2858 'dependencies': [ | 2868 'dependencies': [ |
| 2859 '../build/linux/system.gyp:gtk', | 2869 '../build/linux/system.gyp:gtk', |
| 2860 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2870 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2861 ], | 2871 ], |
| 2862 }], | 2872 }], |
| 2863 ], | 2873 ], |
| 2864 }, | 2874 }, |
| 2865 { | 2875 { |
| 2866 'target_name': 'url_fetch_test', | 2876 'target_name': 'url_fetch_test', |
| 2867 'type': 'executable', | 2877 'type': 'executable', |
| 2868 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929', | 2878 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929', |
| 2869 'dependencies': [ | 2879 'dependencies': [ |
| 2870 'chrome', | 2880 'chrome', |
| 2871 'debugger', | 2881 'debugger', |
| 2872 'test_support_common', | 2882 'test_support_common', |
| 2873 'test_support_ui', | 2883 'test_support_ui', |
| 2874 'theme_resources', | 2884 'theme_resources', |
| 2885 'theme_resources_standard', |
| 2875 '../base/base.gyp:base', | 2886 '../base/base.gyp:base', |
| 2876 '../net/net.gyp:net', | 2887 '../net/net.gyp:net', |
| 2877 '../skia/skia.gyp:skia', | 2888 '../skia/skia.gyp:skia', |
| 2878 '../testing/gtest.gyp:gtest', | 2889 '../testing/gtest.gyp:gtest', |
| 2879 ], | 2890 ], |
| 2880 'include_dirs': [ | 2891 'include_dirs': [ |
| 2881 '..', | 2892 '..', |
| 2882 ], | 2893 ], |
| 2883 'sources': [ | 2894 'sources': [ |
| 2884 'test/url_fetch_test/url_fetch_test.cc', | 2895 'test/url_fetch_test/url_fetch_test.cc', |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3152 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 3163 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 3153 }], | 3164 }], |
| 3154 ['OS=="win"', { | 3165 ['OS=="win"', { |
| 3155 'sources': [ | 3166 'sources': [ |
| 3156 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 3167 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
| 3157 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 3168 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
| 3158 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 3169 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 3159 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 3170 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 3160 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc
', | 3171 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc
', |
| 3161 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 3172 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 3173 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 3162 ], | 3174 ], |
| 3163 'include_dirs': [ | 3175 'include_dirs': [ |
| 3164 '<(DEPTH)/third_party/wtl/include', | 3176 '<(DEPTH)/third_party/wtl/include', |
| 3165 ], | 3177 ], |
| 3166 'dependencies': [ | 3178 'dependencies': [ |
| 3167 'chrome_dll_version', | 3179 'chrome_dll_version', |
| 3168 'installer_util_strings', | 3180 'installer_util_strings', |
| 3169 '../sandbox/sandbox.gyp:sandbox', | 3181 '../sandbox/sandbox.gyp:sandbox', |
| 3170 ], | 3182 ], |
| 3171 'conditions': [ | 3183 'conditions': [ |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3243 'sources': [ | 3255 'sources': [ |
| 3244 'app/chrome_dll.rc', | 3256 'app/chrome_dll.rc', |
| 3245 'app/chrome_dll_resource.h', | 3257 'app/chrome_dll_resource.h', |
| 3246 'app/chrome_dll_version.rc.version', | 3258 'app/chrome_dll_version.rc.version', |
| 3247 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 3259 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
| 3248 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', | 3260 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', |
| 3249 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 3261 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
| 3250 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 3262 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
| 3251 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 3263 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
| 3252 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 3264 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
| 3265 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc', |
| 3253 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc
', | 3266 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc
', |
| 3254 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 3267 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 3255 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 3268 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
| 3256 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 3269 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
| 3257 ], | 3270 ], |
| 3258 'conditions': [ | 3271 'conditions': [ |
| 3259 ['win_use_allocator_shim==1', { | 3272 ['win_use_allocator_shim==1', { |
| 3260 'dependencies': [ | 3273 'dependencies': [ |
| 3261 '<(allocator_target)', | 3274 '<(allocator_target)', |
| 3262 ], | 3275 ], |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3559 'type': 'shared_library', | 3572 'type': 'shared_library', |
| 3560 'product_prefix': '_', | 3573 'product_prefix': '_', |
| 3561 'dependencies': [ | 3574 'dependencies': [ |
| 3562 'chrome', | 3575 'chrome', |
| 3563 'debugger', | 3576 'debugger', |
| 3564 'syncapi', | 3577 'syncapi', |
| 3565 'test_support_common', | 3578 'test_support_common', |
| 3566 'chrome_resources', | 3579 'chrome_resources', |
| 3567 'chrome_strings', | 3580 'chrome_strings', |
| 3568 'theme_resources', | 3581 'theme_resources', |
| 3582 'theme_resources_standard', |
| 3569 '../skia/skia.gyp:skia', | 3583 '../skia/skia.gyp:skia', |
| 3570 '../testing/gtest.gyp:gtest', | 3584 '../testing/gtest.gyp:gtest', |
| 3571 ], | 3585 ], |
| 3572 'export_dependent_settings': [ | 3586 'export_dependent_settings': [ |
| 3573 'test_support_common', | 3587 'test_support_common', |
| 3574 ], | 3588 ], |
| 3575 'include_dirs': [ | 3589 'include_dirs': [ |
| 3576 '..', | 3590 '..', |
| 3577 ], | 3591 ], |
| 3578 'cflags': [ | 3592 'cflags': [ |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3870 ] | 3884 ] |
| 3871 }], # 'coverage!=0' | 3885 }], # 'coverage!=0' |
| 3872 ], # 'conditions' | 3886 ], # 'conditions' |
| 3873 } | 3887 } |
| 3874 | 3888 |
| 3875 # Local Variables: | 3889 # Local Variables: |
| 3876 # tab-width:2 | 3890 # tab-width:2 |
| 3877 # indent-tabs-mode:nil | 3891 # indent-tabs-mode:nil |
| 3878 # End: | 3892 # End: |
| 3879 # vim: set expandtab tabstop=2 shiftwidth=2: | 3893 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |