Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6849030: Add support for multi resolution icons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed touchui Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 ], 202 ],
202 }, 203 },
203 { 204 {
204 'target_name': 'test_support_ui', 205 'target_name': 'test_support_ui',
205 'type': '<(library)', 206 'type': '<(library)',
206 'dependencies': [ 207 'dependencies': [
207 'test_support_common', 208 'test_support_common',
208 'chrome_resources', 209 'chrome_resources',
209 'chrome_strings', 210 'chrome_strings',
210 'theme_resources', 211 'theme_resources',
212 'theme_resources_standard',
211 '../skia/skia.gyp:skia', 213 '../skia/skia.gyp:skia',
212 '../testing/gtest.gyp:gtest', 214 '../testing/gtest.gyp:gtest',
213 ], 215 ],
214 'export_dependent_settings': [ 216 'export_dependent_settings': [
215 'test_support_common', 217 'test_support_common',
216 ], 218 ],
217 'include_dirs': [ 219 'include_dirs': [
218 '..', 220 '..',
219 ], 221 ],
220 'sources': [ 222 'sources': [
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 { 342 {
341 'target_name': 'automated_ui_tests', 343 'target_name': 'automated_ui_tests',
342 'type': 'executable', 344 'type': 'executable',
343 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B', 345 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B',
344 'dependencies': [ 346 'dependencies': [
345 'browser', 347 'browser',
346 'renderer', 348 'renderer',
347 'test_support_common', 349 'test_support_common',
348 'test_support_ui', 350 'test_support_ui',
349 'theme_resources', 351 'theme_resources',
352 'theme_resources_standard',
350 '../base/base.gyp:base', 353 '../base/base.gyp:base',
351 '../skia/skia.gyp:skia', 354 '../skia/skia.gyp:skia',
352 '../third_party/libxml/libxml.gyp:libxml', 355 '../third_party/libxml/libxml.gyp:libxml',
353 '../testing/gtest.gyp:gtest', 356 '../testing/gtest.gyp:gtest',
354 ], 357 ],
355 'include_dirs': [ 358 'include_dirs': [
356 '..', 359 '..',
357 ], 360 ],
358 'sources': [ 361 'sources': [
359 'test/automated_ui_tests/automated_ui_test_interactive_test.cc', 362 'test/automated_ui_tests/automated_ui_test_interactive_test.cc',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 # automatically from direct_dependent_settings in 529 # automatically from direct_dependent_settings in
527 # their various targets (net.gyp:net_resources, etc.), 530 # their various targets (net.gyp:net_resources, etc.),
528 # but that causes errors in other targets when 531 # but that causes errors in other targets when
529 # resulting .res files get referenced multiple times. 532 # resulting .res files get referenced multiple times.
530 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', 533 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc',
531 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', 534 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc',
532 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 535 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
533 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 536 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
534 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', 537 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc',
535 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', 538 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc',
539 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc',
536 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ', 540 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ',
537 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', 541 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
538 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', 542 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc',
539 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', 543 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc',
540 544
541 'browser/accessibility/accessibility_win_browsertest.cc', 545 'browser/accessibility/accessibility_win_browsertest.cc',
542 'browser/accessibility/browser_views_accessibility_browsertest.cc', 546 'browser/accessibility/browser_views_accessibility_browsertest.cc',
543 ], 547 ],
544 'conditions': [ 548 'conditions': [
545 ['win_use_allocator_shim==1', { 549 ['win_use_allocator_shim==1', {
(...skipping 1520 matching lines...) Expand 10 before | Expand all | Expand 10 after
2066 # automatically from direct_dependent_settings in 2070 # automatically from direct_dependent_settings in
2067 # their various targets (net.gyp:net_resources, etc.), 2071 # their various targets (net.gyp:net_resources, etc.),
2068 # but that causes errors in other targets when 2072 # but that causes errors in other targets when
2069 # resulting .res files get referenced multiple times. 2073 # resulting .res files get referenced multiple times.
2070 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', 2074 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc',
2071 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', 2075 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc',
2072 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 2076 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
2073 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 2077 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
2074 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', 2078 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc',
2075 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', 2079 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc',
2080 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc',
2076 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ', 2081 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ',
2077 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', 2082 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
2078 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', 2083 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc',
2079 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', 2084 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc',
2080 ], 2085 ],
2081 'link_settings': { 2086 'link_settings': {
2082 'libraries': [ 2087 'libraries': [
2083 '-lcomsupp.lib', 2088 '-lcomsupp.lib',
2084 '-loleacc.lib', 2089 '-loleacc.lib',
2085 '-lrpcrt4.lib', 2090 '-lrpcrt4.lib',
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
2418 ['OS=="win"', { 2423 ['OS=="win"', {
2419 'sources': [ 2424 'sources': [
2420 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', 2425 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc',
2421 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', 2426 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc',
2422 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 2427 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
2423 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 2428 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
2424 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ', 2429 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ',
2425 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', 2430 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
2426 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', 2431 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc',
2427 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', 2432 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc',
2433 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc',
2428 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', 2434 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc',
2429 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', 2435 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc',
2430 # TODO(alekseys): port sidebar to linux/mac. 2436 # TODO(alekseys): port sidebar to linux/mac.
2431 'browser/sidebar/sidebar_browsertest.cc', 2437 'browser/sidebar/sidebar_browsertest.cc',
2432 ], 2438 ],
2433 'include_dirs': [ 2439 'include_dirs': [
2434 '<(DEPTH)/third_party/wtl/include', 2440 '<(DEPTH)/third_party/wtl/include',
2435 ], 2441 ],
2436 'dependencies': [ 2442 'dependencies': [
2437 'chrome_dll_version', 2443 'chrome_dll_version',
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
2571 ], 2577 ],
2572 'sources': [ 2578 'sources': [
2573 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', 2579 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc',
2574 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', 2580 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc',
2575 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 2581 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
2576 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 2582 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
2577 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ', 2583 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ',
2578 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', 2584 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
2579 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', 2585 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc',
2580 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', 2586 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc',
2587 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc',
2581 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', 2588 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc',
2582 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', 2589 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc',
2583 ], 2590 ],
2584 'configurations': { 2591 'configurations': {
2585 'Debug_Base': { 2592 'Debug_Base': {
2586 'msvs_settings': { 2593 'msvs_settings': {
2587 'VCLinkerTool': { 2594 'VCLinkerTool': {
2588 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 2595 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
2589 }, 2596 },
2590 }, 2597 },
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
2690 # c) Strip the binary if it's a debug build. (binary may be over 2GB) 2697 # c) Strip the binary if it's a debug build. (binary may be over 2GB)
2691 'target_name': 'reliability_tests', 2698 'target_name': 'reliability_tests',
2692 'type': 'executable', 2699 'type': 'executable',
2693 'msvs_guid': '8A3E1774-1DE9-445C-982D-3EE37C8A752A', 2700 'msvs_guid': '8A3E1774-1DE9-445C-982D-3EE37C8A752A',
2694 'dependencies': [ 2701 'dependencies': [
2695 'browser', 2702 'browser',
2696 'chrome', 2703 'chrome',
2697 'test_support_common', 2704 'test_support_common',
2698 'test_support_ui', 2705 'test_support_ui',
2699 'theme_resources', 2706 'theme_resources',
2707 'theme_resources_standard',
2700 '../skia/skia.gyp:skia', 2708 '../skia/skia.gyp:skia',
2701 '../testing/gtest.gyp:gtest', 2709 '../testing/gtest.gyp:gtest',
2702 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 2710 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
2703 ], 2711 ],
2704 'include_dirs': [ 2712 'include_dirs': [
2705 '..', 2713 '..',
2706 ], 2714 ],
2707 'sources': [ 2715 'sources': [
2708 'test/reliability/page_load_test.cc', 2716 'test/reliability/page_load_test.cc',
2709 'test/reliability/page_load_test.h', 2717 'test/reliability/page_load_test.h',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
2792 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', 2800 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98',
2793 'run_as': { 2801 'run_as': {
2794 'action': ['$(TargetPath)', '--gtest_print_time'], 2802 'action': ['$(TargetPath)', '--gtest_print_time'],
2795 }, 2803 },
2796 'dependencies': [ 2804 'dependencies': [
2797 'chrome', 2805 'chrome',
2798 'debugger', 2806 'debugger',
2799 'test_support_common', 2807 'test_support_common',
2800 'test_support_ui', 2808 'test_support_ui',
2801 'theme_resources', 2809 'theme_resources',
2810 'theme_resources_standard',
2802 '../base/base.gyp:base', 2811 '../base/base.gyp:base',
2803 '../skia/skia.gyp:skia', 2812 '../skia/skia.gyp:skia',
2804 '../testing/gtest.gyp:gtest', 2813 '../testing/gtest.gyp:gtest',
2805 ], 2814 ],
2806 'include_dirs': [ 2815 'include_dirs': [
2807 '..', 2816 '..',
2808 ], 2817 ],
2809 'sources': [ 2818 'sources': [
2810 'test/tab_switching/tab_switching_test.cc', 2819 'test/tab_switching/tab_switching_test.cc',
2811 ], 2820 ],
(...skipping 14 matching lines...) Expand all
2826 { 2835 {
2827 'target_name': 'memory_test', 2836 'target_name': 'memory_test',
2828 'type': 'executable', 2837 'type': 'executable',
2829 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', 2838 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE',
2830 'dependencies': [ 2839 'dependencies': [
2831 'chrome', 2840 'chrome',
2832 'debugger', 2841 'debugger',
2833 'test_support_common', 2842 'test_support_common',
2834 'test_support_ui', 2843 'test_support_ui',
2835 'theme_resources', 2844 'theme_resources',
2845 'theme_resources_standard',
2836 '../base/base.gyp:base', 2846 '../base/base.gyp:base',
2837 '../skia/skia.gyp:skia', 2847 '../skia/skia.gyp:skia',
2838 '../testing/gtest.gyp:gtest', 2848 '../testing/gtest.gyp:gtest',
2839 ], 2849 ],
2840 'include_dirs': [ 2850 'include_dirs': [
2841 '..', 2851 '..',
2842 ], 2852 ],
2843 'sources': [ 2853 'sources': [
2844 'test/memory_test/memory_test.cc', 2854 'test/memory_test/memory_test.cc',
2845 ], 2855 ],
2846 'conditions': [ 2856 'conditions': [
2847 ['OS=="linux"', { 2857 ['OS=="linux"', {
2848 'dependencies': [ 2858 'dependencies': [
2849 '../build/linux/system.gyp:gtk', 2859 '../build/linux/system.gyp:gtk',
2850 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2860 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2851 ], 2861 ],
2852 }], 2862 }],
2853 ], 2863 ],
2854 }, 2864 },
2855 { 2865 {
2856 'target_name': 'url_fetch_test', 2866 'target_name': 'url_fetch_test',
2857 'type': 'executable', 2867 'type': 'executable',
2858 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929', 2868 'msvs_guid': '7EFD0C91-198E-4043-9E71-4A4C7879B929',
2859 'dependencies': [ 2869 'dependencies': [
2860 'chrome', 2870 'chrome',
2861 'debugger', 2871 'debugger',
2862 'test_support_common', 2872 'test_support_common',
2863 'test_support_ui', 2873 'test_support_ui',
2864 'theme_resources', 2874 'theme_resources',
2875 'theme_resources_standard',
2865 '../base/base.gyp:base', 2876 '../base/base.gyp:base',
2866 '../net/net.gyp:net', 2877 '../net/net.gyp:net',
2867 '../skia/skia.gyp:skia', 2878 '../skia/skia.gyp:skia',
2868 '../testing/gtest.gyp:gtest', 2879 '../testing/gtest.gyp:gtest',
2869 ], 2880 ],
2870 'include_dirs': [ 2881 'include_dirs': [
2871 '..', 2882 '..',
2872 ], 2883 ],
2873 'sources': [ 2884 'sources': [
2874 'test/url_fetch_test/url_fetch_test.cc', 2885 'test/url_fetch_test/url_fetch_test.cc',
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
3141 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 3152 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
3142 }], 3153 }],
3143 ['OS=="win"', { 3154 ['OS=="win"', {
3144 'sources': [ 3155 'sources': [
3145 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', 3156 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc',
3146 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', 3157 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc',
3147 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 3158 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
3148 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 3159 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
3149 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ', 3160 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ',
3150 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', 3161 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc',
3162 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc',
3151 ], 3163 ],
3152 'include_dirs': [ 3164 'include_dirs': [
3153 '<(DEPTH)/third_party/wtl/include', 3165 '<(DEPTH)/third_party/wtl/include',
3154 ], 3166 ],
3155 'dependencies': [ 3167 'dependencies': [
3156 'chrome_dll_version', 3168 'chrome_dll_version',
3157 'installer_util_strings', 3169 'installer_util_strings',
3158 '../sandbox/sandbox.gyp:sandbox', 3170 '../sandbox/sandbox.gyp:sandbox',
3159 ], 3171 ],
3160 'conditions': [ 3172 'conditions': [
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
3232 'sources': [ 3244 'sources': [
3233 'app/chrome_dll.rc', 3245 'app/chrome_dll.rc',
3234 'app/chrome_dll_resource.h', 3246 'app/chrome_dll_resource.h',
3235 'app/chrome_dll_version.rc.version', 3247 'app/chrome_dll_version.rc.version',
3236 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', 3248 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc',
3237 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc', 3249 '<(SHARED_INTERMEDIATE_DIR)/chrome/autofill_resources.rc',
3238 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 3250 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
3239 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 3251 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
3240 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', 3252 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc',
3241 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', 3253 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc',
3254 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources_standard.rc',
3242 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ', 3255 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ',
3243 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', 3256 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
3244 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', 3257 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc',
3245 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', 3258 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc',
3246 ], 3259 ],
3247 'conditions': [ 3260 'conditions': [
3248 ['win_use_allocator_shim==1', { 3261 ['win_use_allocator_shim==1', {
3249 'dependencies': [ 3262 'dependencies': [
3250 '<(allocator_target)', 3263 '<(allocator_target)',
3251 ], 3264 ],
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
3517 'type': 'shared_library', 3530 'type': 'shared_library',
3518 'product_prefix': '_', 3531 'product_prefix': '_',
3519 'dependencies': [ 3532 'dependencies': [
3520 'chrome', 3533 'chrome',
3521 'debugger', 3534 'debugger',
3522 'syncapi', 3535 'syncapi',
3523 'test_support_common', 3536 'test_support_common',
3524 'chrome_resources', 3537 'chrome_resources',
3525 'chrome_strings', 3538 'chrome_strings',
3526 'theme_resources', 3539 'theme_resources',
3540 'theme_resources_standard',
3527 '../skia/skia.gyp:skia', 3541 '../skia/skia.gyp:skia',
3528 '../testing/gtest.gyp:gtest', 3542 '../testing/gtest.gyp:gtest',
3529 ], 3543 ],
3530 'export_dependent_settings': [ 3544 'export_dependent_settings': [
3531 'test_support_common', 3545 'test_support_common',
3532 ], 3546 ],
3533 'include_dirs': [ 3547 'include_dirs': [
3534 '..', 3548 '..',
3535 ], 3549 ],
3536 'cflags': [ 3550 'cflags': [
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
3828 ] 3842 ]
3829 }], # 'coverage!=0' 3843 }], # 'coverage!=0'
3830 ], # 'conditions' 3844 ], # 'conditions'
3831 } 3845 }
3832 3846
3833 # Local Variables: 3847 # Local Variables:
3834 # tab-width:2 3848 # tab-width:2
3835 # indent-tabs-mode:nil 3849 # indent-tabs-mode:nil
3836 # End: 3850 # End:
3837 # vim: set expandtab tabstop=2 shiftwidth=2: 3851 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698