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