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

Side by Side Diff: chrome/chrome_tests.gypi

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

Powered by Google App Engine
This is Rietveld 408576698