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 | |
5 { | 4 { |
6 'variables' : { | 5 'variables' : { |
7 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 9 'common/automation_constants.h', |
11 'common/pref_names.cc', | 10 'common/pref_names.cc', |
12 'common/pref_names.h', | 11 'common/pref_names.h', |
13 'test/automation/browser_proxy.cc', | 12 'test/automation/browser_proxy.cc', |
14 'test/automation/browser_proxy.h', | 13 'test/automation/browser_proxy.h', |
(...skipping 12 matching lines...) Expand all Loading... |
27 }], | 26 }], |
28 ], | 27 ], |
29 }, | 28 }, |
30 'targets': [ | 29 'targets': [ |
31 { | 30 { |
32 # This target contains mocks and test utilities that don't belong in | 31 # This target contains mocks and test utilities that don't belong in |
33 # production libraries but are used by more than one test executable. | 32 # production libraries but are used by more than one test executable. |
34 'target_name': 'test_support_common', | 33 'target_name': 'test_support_common', |
35 'type': 'static_library', | 34 'type': 'static_library', |
36 'dependencies': [ | 35 'dependencies': [ |
| 36 'app/policy/cloud_policy_codegen.gyp:policy', |
37 'browser', | 37 'browser', |
| 38 'browser/sync/protocol/sync_proto.gyp:sync_proto', |
| 39 'chrome_resources.gyp:chrome_resources', |
| 40 'chrome_resources.gyp:chrome_strings', |
| 41 'chrome_resources.gyp:theme_resources', |
38 'common', | 42 'common', |
| 43 'plugin', |
39 'renderer', | 44 'renderer', |
40 'plugin', | |
41 'service', | 45 'service', |
42 'utility', | 46 'utility', |
43 'chrome_resources', | |
44 'chrome_strings', | |
45 'app/policy/cloud_policy_codegen.gyp:policy', | |
46 'browser/sync/protocol/sync_proto.gyp:sync_proto', | |
47 'theme_resources', | |
48 '../base/base.gyp:test_support_base', | 47 '../base/base.gyp:test_support_base', |
49 '../content/content.gyp:content_app', | 48 '../content/content.gyp:content_app', |
50 '../content/content.gyp:content_gpu', | 49 '../content/content.gyp:content_gpu', |
51 '../content/content.gyp:content_plugin', | 50 '../content/content.gyp:content_plugin', |
52 '../content/content.gyp:content_ppapi_plugin', | 51 '../content/content.gyp:content_ppapi_plugin', |
53 '../content/content.gyp:content_renderer', | 52 '../content/content.gyp:content_renderer', |
54 '../content/content.gyp:content_utility', | 53 '../content/content.gyp:content_utility', |
55 '../content/content.gyp:content_worker', | 54 '../content/content.gyp:content_worker', |
56 '../content/content.gyp:test_support_content', | 55 '../content/content.gyp:test_support_content', |
57 '../ipc/ipc.gyp:test_support_ipc', | 56 '../ipc/ipc.gyp:test_support_ipc', |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 'include_dirs': [ | 258 'include_dirs': [ |
260 '<(DEPTH)/third_party/wtl/include', | 259 '<(DEPTH)/third_party/wtl/include', |
261 ], | 260 ], |
262 }], | 261 }], |
263 ], | 262 ], |
264 }, | 263 }, |
265 { | 264 { |
266 'target_name': 'test_support_ui', | 265 'target_name': 'test_support_ui', |
267 'type': 'static_library', | 266 'type': 'static_library', |
268 'dependencies': [ | 267 'dependencies': [ |
| 268 'chrome_resources.gyp:chrome_resources', |
| 269 'chrome_resources.gyp:chrome_strings', |
| 270 'chrome_resources.gyp:theme_resources', |
269 'test_support_common', | 271 'test_support_common', |
270 'chrome_resources', | |
271 'chrome_strings', | |
272 'theme_resources', | |
273 '../skia/skia.gyp:skia', | 272 '../skia/skia.gyp:skia', |
274 '../testing/gtest.gyp:gtest', | 273 '../testing/gtest.gyp:gtest', |
275 ], | 274 ], |
276 'export_dependent_settings': [ | 275 'export_dependent_settings': [ |
277 'test_support_common', | 276 'test_support_common', |
278 ], | 277 ], |
279 'include_dirs': [ | 278 'include_dirs': [ |
280 '..', | 279 '..', |
281 ], | 280 ], |
282 'sources': [ | 281 'sources': [ |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
392 ], | 391 ], |
393 'sources': [ | 392 'sources': [ |
394 'browser/sync/notifier/mock_sync_notifier_observer.cc', | 393 'browser/sync/notifier/mock_sync_notifier_observer.cc', |
395 'browser/sync/notifier/mock_sync_notifier_observer.h', | 394 'browser/sync/notifier/mock_sync_notifier_observer.h', |
396 ], | 395 ], |
397 }, | 396 }, |
398 { | 397 { |
399 'target_name': 'test_support_unit', | 398 'target_name': 'test_support_unit', |
400 'type': 'static_library', | 399 'type': 'static_library', |
401 'dependencies': [ | 400 'dependencies': [ |
| 401 'chrome_resources.gyp:chrome_resources', |
| 402 'chrome_resources.gyp:chrome_strings', |
402 'test_support_common', | 403 'test_support_common', |
403 'chrome_resources', | |
404 'chrome_strings', | |
405 '../skia/skia.gyp:skia', | 404 '../skia/skia.gyp:skia', |
406 '../testing/gtest.gyp:gtest', | 405 '../testing/gtest.gyp:gtest', |
407 ], | 406 ], |
408 'include_dirs': [ | 407 'include_dirs': [ |
409 '..', | 408 '..', |
410 ], | 409 ], |
411 'sources': [ | 410 'sources': [ |
412 'test/base/run_all_unittests.cc', | 411 'test/base/run_all_unittests.cc', |
413 ], | 412 ], |
414 'conditions': [ | 413 'conditions': [ |
415 ['toolkit_uses_gtk == 1', { | 414 ['toolkit_uses_gtk == 1', { |
416 'dependencies': [ | 415 'dependencies': [ |
417 # Needed for the following #include chain: | 416 # Needed for the following #include chain: |
418 # test/base/run_all_unittests.cc | 417 # test/base/run_all_unittests.cc |
419 # test/base/chrome_test_suite.h | 418 # test/base/chrome_test_suite.h |
420 # gtk/gtk.h | 419 # gtk/gtk.h |
421 '../build/linux/system.gyp:gtk', | 420 '../build/linux/system.gyp:gtk', |
422 ], | 421 ], |
423 }], | 422 }], |
424 ], | 423 ], |
425 }, | 424 }, |
426 { | 425 { |
427 'target_name': 'automated_ui_tests', | 426 'target_name': 'automated_ui_tests', |
428 'type': 'executable', | 427 'type': 'executable', |
429 'dependencies': [ | 428 'dependencies': [ |
430 'browser', | 429 'browser', |
| 430 'chrome_resources.gyp:theme_resources', |
431 'renderer', | 431 'renderer', |
432 'test_support_common', | 432 'test_support_common', |
433 'test_support_ui', | 433 'test_support_ui', |
434 'theme_resources', | |
435 '../base/base.gyp:base', | 434 '../base/base.gyp:base', |
436 '../skia/skia.gyp:skia', | 435 '../skia/skia.gyp:skia', |
437 '../third_party/libxml/libxml.gyp:libxml', | 436 '../third_party/libxml/libxml.gyp:libxml', |
438 '../testing/gtest.gyp:gtest', | 437 '../testing/gtest.gyp:gtest', |
439 ], | 438 ], |
440 'include_dirs': [ | 439 'include_dirs': [ |
441 '..', | 440 '..', |
442 ], | 441 ], |
443 'sources': [ | 442 'sources': [ |
444 'test/reliability/automated_ui_test_interactive_test.cc', | 443 'test/reliability/automated_ui_test_interactive_test.cc', |
(...skipping 30 matching lines...) Expand all Loading... |
475 ], | 474 ], |
476 }], | 475 }], |
477 ], | 476 ], |
478 }, | 477 }, |
479 { | 478 { |
480 'target_name': 'interactive_ui_tests', | 479 'target_name': 'interactive_ui_tests', |
481 'type': 'executable', | 480 'type': 'executable', |
482 'dependencies': [ | 481 'dependencies': [ |
483 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 482 'browser/sync/protocol/sync_proto.gyp:sync_proto', |
484 'chrome', | 483 'chrome', |
485 'chrome_resources', | 484 'chrome_resources.gyp:chrome_resources', |
486 'chrome_strings', | 485 'chrome_resources.gyp:chrome_strings', |
487 'debugger', | 486 'debugger', |
488 'syncapi_core', | 487 'syncapi_core', |
489 'test_support_common', | 488 'test_support_common', |
490 'test_support_ui', | 489 'test_support_ui', |
491 '../third_party/hunspell/hunspell.gyp:hunspell', | 490 '../third_party/hunspell/hunspell.gyp:hunspell', |
492 '../net/net.gyp:net', | 491 '../net/net.gyp:net', |
493 '../net/net.gyp:net_resources', | 492 '../net/net.gyp:net_resources', |
494 '../net/net.gyp:net_test_support', | 493 '../net/net.gyp:net_test_support', |
495 '../skia/skia.gyp:skia', | 494 '../skia/skia.gyp:skia', |
496 '../third_party/icu/icu.gyp:icui18n', | 495 '../third_party/icu/icu.gyp:icui18n', |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
676 'sources!': [ | 675 'sources!': [ |
677 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 676 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
678 ], | 677 ], |
679 }], # OS != "win" | 678 }], # OS != "win" |
680 ], # conditions | 679 ], # conditions |
681 }, | 680 }, |
682 { | 681 { |
683 'target_name': 'ui_tests', | 682 'target_name': 'ui_tests', |
684 'type': 'executable', | 683 'type': 'executable', |
685 'dependencies': [ | 684 'dependencies': [ |
| 685 'browser', |
686 'chrome', | 686 'chrome', |
687 'browser', | 687 'chrome_resources.gyp:chrome_resources', |
| 688 'chrome_resources.gyp:chrome_strings', |
688 'common', | 689 'common', |
689 'chrome_resources', | |
690 'chrome_strings', | |
691 'test_support_ui', | 690 'test_support_ui', |
692 '../base/base.gyp:base', | 691 '../base/base.gyp:base', |
693 '../net/net.gyp:net', | 692 '../net/net.gyp:net', |
694 '../net/net.gyp:net_test_support', | 693 '../net/net.gyp:net_test_support', |
695 '../build/temp_gyp/googleurl.gyp:googleurl', | 694 '../build/temp_gyp/googleurl.gyp:googleurl', |
696 '../skia/skia.gyp:skia', | 695 '../skia/skia.gyp:skia', |
697 '../testing/gmock.gyp:gmock', | 696 '../testing/gmock.gyp:gmock', |
698 '../testing/gtest.gyp:gtest', | 697 '../testing/gtest.gyp:gtest', |
699 '../third_party/icu/icu.gyp:icui18n', | 698 '../third_party/icu/icu.gyp:icui18n', |
700 '../third_party/icu/icu.gyp:icuuc', | 699 '../third_party/icu/icu.gyp:icuuc', |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
871 ], | 870 ], |
872 }, | 871 }, |
873 { | 872 { |
874 # chromedriver is the chromium implementation of WebDriver. | 873 # chromedriver is the chromium implementation of WebDriver. |
875 # See http://www.chromium.org/developers/testing/webdriver-for-chrome | 874 # See http://www.chromium.org/developers/testing/webdriver-for-chrome |
876 'target_name': 'chromedriver_lib', | 875 'target_name': 'chromedriver_lib', |
877 'type': 'static_library', | 876 'type': 'static_library', |
878 'dependencies': [ | 877 'dependencies': [ |
879 'browser', | 878 'browser', |
880 'chrome', | 879 'chrome', |
881 'chrome_resources', | 880 'chrome_resources.gyp:chrome_resources', |
882 'chrome_strings', | 881 'chrome_resources.gyp:chrome_strings', |
883 'chromedriver_support', | 882 'chromedriver_support', |
884 'common', | 883 'common', |
885 'syncapi_core', | 884 'syncapi_core', |
886 'test_support_ui', | 885 'test_support_ui', |
887 '../base/base.gyp:base', | 886 '../base/base.gyp:base', |
888 '../build/temp_gyp/googleurl.gyp:googleurl', | 887 '../build/temp_gyp/googleurl.gyp:googleurl', |
889 '../net/net.gyp:net', | 888 '../net/net.gyp:net', |
890 '../skia/skia.gyp:skia', | 889 '../skia/skia.gyp:skia', |
891 '../testing/gtest.gyp:gtest', | 890 '../testing/gtest.gyp:gtest', |
892 '../third_party/icu/icu.gyp:icui18n', | 891 '../third_party/icu/icu.gyp:icui18n', |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1115 '../third_party/icu/icu.gyp:icui18n', | 1114 '../third_party/icu/icu.gyp:icui18n', |
1116 '../third_party/icu/icu.gyp:icuuc', | 1115 '../third_party/icu/icu.gyp:icuuc', |
1117 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 1116 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
1118 '../third_party/libjingle/libjingle.gyp:libjingle', | 1117 '../third_party/libjingle/libjingle.gyp:libjingle', |
1119 '../third_party/libxml/libxml.gyp:libxml', | 1118 '../third_party/libxml/libxml.gyp:libxml', |
1120 '../ui/gfx/gl/gl.gyp:gl', | 1119 '../ui/gfx/gl/gl.gyp:gl', |
1121 '../ui/ui.gyp:ui_resources', | 1120 '../ui/ui.gyp:ui_resources', |
1122 '../ui/ui.gyp:ui_resources_standard', | 1121 '../ui/ui.gyp:ui_resources_standard', |
1123 '../ui/ui.gyp:ui_test_support', | 1122 '../ui/ui.gyp:ui_test_support', |
1124 '../v8/tools/gyp/v8.gyp:v8', | 1123 '../v8/tools/gyp/v8.gyp:v8', |
1125 'chrome_resources', | 1124 'chrome_resources.gyp:chrome_resources', |
1126 'chrome_strings', | 1125 'chrome_resources.gyp:chrome_strings', |
1127 ], | 1126 ], |
1128 'include_dirs': [ | 1127 'include_dirs': [ |
1129 '..', | 1128 '..', |
1130 ], | 1129 ], |
1131 'defines': [ | 1130 'defines': [ |
1132 'CLD_WINDOWS', | 1131 'CLD_WINDOWS', |
1133 ], | 1132 ], |
1134 'direct_dependent_settings': { | 1133 'direct_dependent_settings': { |
1135 'defines': [ | 1134 'defines': [ |
1136 'CLD_WINDOWS', | 1135 'CLD_WINDOWS', |
(...skipping 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2150 # The Mac linker isn't so sensitive that moving this library to the | 2149 # The Mac linker isn't so sensitive that moving this library to the |
2151 # front of the list will cause problems. | 2150 # front of the list will cause problems. |
2152 # | 2151 # |
2153 # Enough pluses to make get this target prepended to the target's | 2152 # Enough pluses to make get this target prepended to the target's |
2154 # list of dependencies. | 2153 # list of dependencies. |
2155 'dependencies+++': [ | 2154 'dependencies+++': [ |
2156 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', | 2155 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', |
2157 ], | 2156 ], |
2158 }, { # OS != "mac" | 2157 }, { # OS != "mac" |
2159 'dependencies': [ | 2158 'dependencies': [ |
| 2159 'chrome_resources.gyp:packed_extra_resources', |
| 2160 'chrome_resources.gyp:packed_resources', |
2160 'convert_dict_lib', | 2161 'convert_dict_lib', |
2161 'packed_extra_resources', | |
2162 'packed_resources', | |
2163 '../third_party/hunspell/hunspell.gyp:hunspell', | 2162 '../third_party/hunspell/hunspell.gyp:hunspell', |
2164 ], | 2163 ], |
2165 'sources!': [ | 2164 'sources!': [ |
2166 'browser/spellchecker/spellchecker_platform_engine_unittest.cc', | 2165 'browser/spellchecker/spellchecker_platform_engine_unittest.cc', |
2167 ], | 2166 ], |
2168 }], | 2167 }], |
2169 ['OS=="win"', { | 2168 ['OS=="win"', { |
2170 'dependencies': [ | 2169 'dependencies': [ |
2171 'chrome_version_resources', | 2170 'chrome_version_resources', |
2172 'installer_util_strings', | 2171 'installer_util_strings', |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2275 'gypv8sh': '../tools/gypv8sh.py', | 2274 'gypv8sh': '../tools/gypv8sh.py', |
2276 'js2webui': 'browser/ui/webui/javascript2webui.js', | 2275 'js2webui': 'browser/ui/webui/javascript2webui.js', |
2277 'js2webui_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2webui', | 2276 'js2webui_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2webui', |
2278 'mock_js': 'third_party/mock4js/mock4js.js', | 2277 'mock_js': 'third_party/mock4js/mock4js.js', |
2279 'test_api_js': 'test/data/webui/test_api.js', | 2278 'test_api_js': 'test/data/webui/test_api.js', |
2280 }, | 2279 }, |
2281 'dependencies': [ | 2280 'dependencies': [ |
2282 'browser', | 2281 'browser', |
2283 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 2282 'browser/sync/protocol/sync_proto.gyp:sync_proto', |
2284 'chrome', | 2283 'chrome', |
2285 'chrome_resources', | 2284 'chrome_resources.gyp:chrome_resources', |
2286 'chrome_strings', | 2285 'chrome_resources.gyp:chrome_strings', |
2287 'renderer', | 2286 'renderer', |
2288 'test_support_common', | 2287 'test_support_common', |
2289 '../base/base.gyp:base', | 2288 '../base/base.gyp:base', |
2290 '../base/base.gyp:base_i18n', | 2289 '../base/base.gyp:base_i18n', |
2291 '../base/base.gyp:test_support_base', | 2290 '../base/base.gyp:test_support_base', |
2292 '../net/net.gyp:net', | 2291 '../net/net.gyp:net', |
2293 '../net/net.gyp:net_test_support', | 2292 '../net/net.gyp:net_test_support', |
2294 '../skia/skia.gyp:skia', | 2293 '../skia/skia.gyp:skia', |
2295 '../testing/gmock.gyp:gmock', | 2294 '../testing/gmock.gyp:gmock', |
2296 '../testing/gtest.gyp:gtest', | 2295 '../testing/gtest.gyp:gtest', |
(...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2945 # To run the tests from page_load_test.cc on Linux, we need to: | 2944 # To run the tests from page_load_test.cc on Linux, we need to: |
2946 # | 2945 # |
2947 # a) Build with Breakpad (GYP_DEFINES="linux_chromium_breakpad=1") | 2946 # a) Build with Breakpad (GYP_DEFINES="linux_chromium_breakpad=1") |
2948 # b) Run with CHROME_HEADLESS=1 to generate crash dumps. | 2947 # b) Run with CHROME_HEADLESS=1 to generate crash dumps. |
2949 # c) Strip the binary if it's a debug build. (binary may be over 2GB) | 2948 # c) Strip the binary if it's a debug build. (binary may be over 2GB) |
2950 'target_name': 'reliability_tests', | 2949 'target_name': 'reliability_tests', |
2951 'type': 'executable', | 2950 'type': 'executable', |
2952 'dependencies': [ | 2951 'dependencies': [ |
2953 'browser', | 2952 'browser', |
2954 'chrome', | 2953 'chrome', |
| 2954 'chrome_resources.gyp:theme_resources', |
2955 'test_support_common', | 2955 'test_support_common', |
2956 'test_support_ui', | 2956 'test_support_ui', |
2957 'theme_resources', | |
2958 '../skia/skia.gyp:skia', | 2957 '../skia/skia.gyp:skia', |
2959 '../testing/gtest.gyp:gtest', | 2958 '../testing/gtest.gyp:gtest', |
2960 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 2959 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
2961 ], | 2960 ], |
2962 'include_dirs': [ | 2961 'include_dirs': [ |
2963 '..', | 2962 '..', |
2964 ], | 2963 ], |
2965 'sources': [ | 2964 'sources': [ |
2966 'test/reliability/page_load_test.cc', | 2965 'test/reliability/page_load_test.cc', |
2967 ], | 2966 ], |
(...skipping 28 matching lines...) Expand all Loading... |
2996 '../build/linux/system.gyp:gtk', | 2995 '../build/linux/system.gyp:gtk', |
2997 ], | 2996 ], |
2998 },], | 2997 },], |
2999 ], | 2998 ], |
3000 }, | 2999 }, |
3001 { | 3000 { |
3002 'target_name': 'performance_ui_tests', | 3001 'target_name': 'performance_ui_tests', |
3003 'type': 'executable', | 3002 'type': 'executable', |
3004 'dependencies': [ | 3003 'dependencies': [ |
3005 'chrome', | 3004 'chrome', |
3006 'chrome_resources', | 3005 'chrome_resources.gyp:chrome_resources', |
3007 'chrome_strings', | 3006 'chrome_resources.gyp:chrome_strings', |
3008 'debugger', | 3007 'debugger', |
3009 'test_support_common', | 3008 'test_support_common', |
3010 'test_support_ui', | 3009 'test_support_ui', |
3011 '../base/base.gyp:base', | 3010 '../base/base.gyp:base', |
3012 '../skia/skia.gyp:skia', | 3011 '../skia/skia.gyp:skia', |
3013 '../testing/gtest.gyp:gtest', | 3012 '../testing/gtest.gyp:gtest', |
3014 ], | 3013 ], |
3015 'sources': [ | 3014 'sources': [ |
3016 # TODO(darin): Move other UIPerfTests here. | 3015 # TODO(darin): Move other UIPerfTests here. |
3017 'test/perf/dom_checker_uitest.cc', | 3016 'test/perf/dom_checker_uitest.cc', |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3230 # See the comment in this section of the unit_tests target for an | 3229 # See the comment in this section of the unit_tests target for an |
3231 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). | 3230 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). |
3232 'dependencies+++': [ | 3231 'dependencies+++': [ |
3233 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', | 3232 '../third_party/WebKit/Source/WebCore/WebCore.gyp/WebCore.gyp:webcor
e', |
3234 ], | 3233 ], |
3235 'dependencies': [ | 3234 'dependencies': [ |
3236 'helper_app' | 3235 'helper_app' |
3237 ], | 3236 ], |
3238 },{ # OS!="mac" | 3237 },{ # OS!="mac" |
3239 'dependencies': [ | 3238 'dependencies': [ |
3240 'packed_extra_resources', | 3239 'chrome_resources.gyp:packed_extra_resources', |
3241 'packed_resources' | 3240 'chrome_resources.gyp:packed_resources' |
3242 ], | 3241 ], |
3243 }], | 3242 }], |
3244 ['OS=="linux" and chromeos==1', { | 3243 ['OS=="linux" and chromeos==1', { |
3245 'include_dirs': [ | 3244 'include_dirs': [ |
3246 '<(grit_out_dir)', | 3245 '<(grit_out_dir)', |
3247 ], | 3246 ], |
3248 }], | 3247 }], |
3249 ], | 3248 ], |
3250 }, | 3249 }, |
3251 { | 3250 { |
3252 'target_name': 'sync_integration_tests', | 3251 'target_name': 'sync_integration_tests', |
3253 'type': 'executable', | 3252 'type': 'executable', |
3254 'dependencies': [ | 3253 'dependencies': [ |
3255 'browser', | 3254 'browser', |
3256 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 3255 'browser/sync/protocol/sync_proto.gyp:sync_proto', |
3257 'chrome', | 3256 'chrome', |
3258 'chrome_resources', | 3257 'chrome_resources.gyp:chrome_resources', |
| 3258 'chrome_resources.gyp:chrome_strings', |
3259 'common', | 3259 'common', |
3260 'renderer', | 3260 'renderer', |
3261 'chrome_strings', | |
3262 'test_support_common', | 3261 'test_support_common', |
3263 '../net/net.gyp:net', | 3262 '../net/net.gyp:net', |
3264 '../net/net.gyp:net_test_support', | 3263 '../net/net.gyp:net_test_support', |
3265 '../printing/printing.gyp:printing', | 3264 '../printing/printing.gyp:printing', |
3266 '../skia/skia.gyp:skia', | 3265 '../skia/skia.gyp:skia', |
3267 '../testing/gmock.gyp:gmock', | 3266 '../testing/gmock.gyp:gmock', |
3268 '../testing/gtest.gyp:gtest', | 3267 '../testing/gtest.gyp:gtest', |
3269 '../third_party/icu/icu.gyp:icui18n', | 3268 '../third_party/icu/icu.gyp:icui18n', |
3270 '../third_party/icu/icu.gyp:icuuc', | 3269 '../third_party/icu/icu.gyp:icuuc', |
3271 '../third_party/npapi/npapi.gyp:npapi', | 3270 '../third_party/npapi/npapi.gyp:npapi', |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3544 { | 3543 { |
3545 # Executable that contains all the tests to be run on the GPU bots. | 3544 # Executable that contains all the tests to be run on the GPU bots. |
3546 'target_name': 'gpu_tests', | 3545 'target_name': 'gpu_tests', |
3547 'type': 'executable', | 3546 'type': 'executable', |
3548 'variables': { | 3547 'variables': { |
3549 'test_list_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome/test/gpu', | 3548 'test_list_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome/test/gpu', |
3550 }, | 3549 }, |
3551 'dependencies': [ | 3550 'dependencies': [ |
3552 'browser', | 3551 'browser', |
3553 'chrome', | 3552 'chrome', |
3554 'chrome_resources', | 3553 'chrome_resources.gyp:chrome_resources', |
3555 'chrome_strings', | 3554 'chrome_resources.gyp:chrome_strings', |
3556 'renderer', | 3555 'renderer', |
3557 'test_support_common', | 3556 'test_support_common', |
3558 'test_support_ui', | 3557 'test_support_ui', |
3559 '../base/base.gyp:base', | 3558 '../base/base.gyp:base', |
3560 '../base/base.gyp:test_support_base', | 3559 '../base/base.gyp:test_support_base', |
3561 '../net/net.gyp:net_test_support', | 3560 '../net/net.gyp:net_test_support', |
3562 '../skia/skia.gyp:skia', | 3561 '../skia/skia.gyp:skia', |
3563 '../testing/gtest.gyp:gtest', | 3562 '../testing/gtest.gyp:gtest', |
3564 '../third_party/icu/icu.gyp:icui18n', | 3563 '../third_party/icu/icu.gyp:icui18n', |
3565 '../third_party/icu/icu.gyp:icuuc', | 3564 '../third_party/icu/icu.gyp:icuuc', |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3652 '../views/views.gyp:views', | 3651 '../views/views.gyp:views', |
3653 ], | 3652 ], |
3654 }], | 3653 }], |
3655 ], | 3654 ], |
3656 }, | 3655 }, |
3657 { | 3656 { |
3658 'target_name': 'plugin_tests', | 3657 'target_name': 'plugin_tests', |
3659 'type': 'executable', | 3658 'type': 'executable', |
3660 'dependencies': [ | 3659 'dependencies': [ |
3661 'chrome', | 3660 'chrome', |
3662 'chrome_resources', | 3661 'chrome_resources.gyp:chrome_resources', |
3663 'chrome_strings', | 3662 'chrome_resources.gyp:chrome_strings', |
3664 'test_support_common', | 3663 'test_support_common', |
3665 'test_support_ui', | 3664 'test_support_ui', |
3666 '../skia/skia.gyp:skia', | 3665 '../skia/skia.gyp:skia', |
3667 '../testing/gtest.gyp:gtest', | 3666 '../testing/gtest.gyp:gtest', |
3668 '../third_party/libxslt/libxslt.gyp:libxslt', | 3667 '../third_party/libxslt/libxslt.gyp:libxslt', |
3669 '../third_party/npapi/npapi.gyp:npapi', | 3668 '../third_party/npapi/npapi.gyp:npapi', |
3670 ], | 3669 ], |
3671 'include_dirs': [ | 3670 'include_dirs': [ |
3672 '..', | 3671 '..', |
3673 ], | 3672 ], |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3724 }, | 3723 }, |
3725 ], | 3724 ], |
3726 }], | 3725 }], |
3727 ['OS!="mac"', { | 3726 ['OS!="mac"', { |
3728 'targets': [ | 3727 'targets': [ |
3729 { | 3728 { |
3730 'target_name': 'perf_tests', | 3729 'target_name': 'perf_tests', |
3731 'type': 'executable', | 3730 'type': 'executable', |
3732 'dependencies': [ | 3731 'dependencies': [ |
3733 'browser', | 3732 'browser', |
| 3733 'chrome_resources.gyp:chrome_resources', |
| 3734 'chrome_resources.gyp:chrome_strings', |
3734 'common', | 3735 'common', |
3735 'renderer', | 3736 'renderer', |
3736 'chrome_resources', | |
3737 'chrome_strings', | |
3738 '../content/content.gyp:content_gpu', | 3737 '../content/content.gyp:content_gpu', |
3739 '../content/content.gyp:test_support_content', | 3738 '../content/content.gyp:test_support_content', |
3740 '../base/base.gyp:base', | 3739 '../base/base.gyp:base', |
3741 '../base/base.gyp:test_support_base', | 3740 '../base/base.gyp:test_support_base', |
3742 '../base/base.gyp:test_support_perf', | 3741 '../base/base.gyp:test_support_perf', |
3743 '../skia/skia.gyp:skia', | 3742 '../skia/skia.gyp:skia', |
3744 '../testing/gtest.gyp:gtest', | 3743 '../testing/gtest.gyp:gtest', |
3745 '../webkit/support/webkit_support.gyp:glue', | 3744 '../webkit/support/webkit_support.gyp:glue', |
3746 ], | 3745 ], |
3747 'sources': [ | 3746 'sources': [ |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3853 # for the chromium_builder_qa target. | 3852 # for the chromium_builder_qa target. |
3854 ['OS == "mac" or OS == "win" or (os_posix == 1 and target_arch == python_arc
h)', { | 3853 ['OS == "mac" or OS == "win" or (os_posix == 1 and target_arch == python_arc
h)', { |
3855 'targets': [ | 3854 'targets': [ |
3856 { | 3855 { |
3857 # Documentation: http://dev.chromium.org/developers/testing/pyauto | 3856 # Documentation: http://dev.chromium.org/developers/testing/pyauto |
3858 'target_name': 'pyautolib', | 3857 'target_name': 'pyautolib', |
3859 'type': 'loadable_module', | 3858 'type': 'loadable_module', |
3860 'product_prefix': '_', | 3859 'product_prefix': '_', |
3861 'dependencies': [ | 3860 'dependencies': [ |
3862 'chrome', | 3861 'chrome', |
| 3862 'chrome_resources.gyp:chrome_resources', |
| 3863 'chrome_resources.gyp:chrome_strings', |
| 3864 'chrome_resources.gyp:theme_resources', |
3863 'debugger', | 3865 'debugger', |
3864 'syncapi_core', | 3866 'syncapi_core', |
3865 'test_support_common', | 3867 'test_support_common', |
3866 'chrome_resources', | |
3867 'chrome_strings', | |
3868 'theme_resources', | |
3869 '../skia/skia.gyp:skia', | 3868 '../skia/skia.gyp:skia', |
3870 '../testing/gtest.gyp:gtest', | 3869 '../testing/gtest.gyp:gtest', |
3871 ], | 3870 ], |
3872 'export_dependent_settings': [ | 3871 'export_dependent_settings': [ |
3873 'test_support_common', | 3872 'test_support_common', |
3874 ], | 3873 ], |
3875 'include_dirs': [ | 3874 'include_dirs': [ |
3876 '..', | 3875 '..', |
3877 ], | 3876 ], |
3878 'cflags': [ | 3877 'cflags': [ |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4149 # Use outputs of this action as inputs for the main target build. | 4148 # Use outputs of this action as inputs for the main target build. |
4150 # Seems as a misnomer but makes this happy on Linux (scons). | 4149 # Seems as a misnomer but makes this happy on Linux (scons). |
4151 'process_outputs_as_sources': 1, | 4150 'process_outputs_as_sources': 1, |
4152 }, | 4151 }, |
4153 ], # 'actions' | 4152 ], # 'actions' |
4154 }, | 4153 }, |
4155 ] | 4154 ] |
4156 }], # 'coverage!=0' | 4155 }], # 'coverage!=0' |
4157 ], # 'conditions' | 4156 ], # 'conditions' |
4158 } | 4157 } |
OLD | NEW |