OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 'type': 'static_library', | 492 'type': 'static_library', |
493 'dependencies': [ | 493 'dependencies': [ |
494 'browser', | 494 'browser', |
495 'chrome', | 495 'chrome', |
496 'chrome_resources.gyp:chrome_resources', | 496 'chrome_resources.gyp:chrome_resources', |
497 'chrome_resources.gyp:chrome_strings', | 497 'chrome_resources.gyp:chrome_strings', |
498 'chromedriver_support', | 498 'chromedriver_support', |
499 'common', | 499 'common', |
500 'test_support_ui', | 500 'test_support_ui', |
501 '../base/base.gyp:base', | 501 '../base/base.gyp:base', |
502 '../build/temp_gyp/googleurl.gyp:googleurl', | |
503 '../net/net.gyp:net', | 502 '../net/net.gyp:net', |
504 '../skia/skia.gyp:skia', | 503 '../skia/skia.gyp:skia', |
505 '../sync/sync.gyp:sync', | 504 '../sync/sync.gyp:sync', |
506 '../testing/gtest.gyp:gtest', | 505 '../testing/gtest.gyp:gtest', |
507 '../third_party/icu/icu.gyp:icui18n', | 506 '../third_party/icu/icu.gyp:icui18n', |
508 '../third_party/icu/icu.gyp:icuuc', | 507 '../third_party/icu/icu.gyp:icuuc', |
509 '../third_party/libxml/libxml.gyp:libxml', | 508 '../third_party/libxml/libxml.gyp:libxml', |
| 509 '../url/url.gyp:url', |
510 ], | 510 ], |
511 'include_dirs': [ | 511 'include_dirs': [ |
512 '..', | 512 '..', |
513 ], | 513 ], |
514 'sources': [ | 514 'sources': [ |
515 'test/webdriver/commands/alert_commands.cc', | 515 'test/webdriver/commands/alert_commands.cc', |
516 'test/webdriver/commands/alert_commands.h', | 516 'test/webdriver/commands/alert_commands.h', |
517 'test/webdriver/commands/appcache_status_command.cc', | 517 'test/webdriver/commands/appcache_status_command.cc', |
518 'test/webdriver/commands/appcache_status_command.h', | 518 'test/webdriver/commands/appcache_status_command.h', |
519 'test/webdriver/commands/browser_connection_commands.cc', | 519 'test/webdriver/commands/browser_connection_commands.cc', |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
734 }], | 734 }], |
735 ], | 735 ], |
736 }, | 736 }, |
737 { | 737 { |
738 'target_name': 'chrome_devtools_lib', | 738 'target_name': 'chrome_devtools_lib', |
739 'type': 'static_library', | 739 'type': 'static_library', |
740 'hard_dependency': 1, | 740 'hard_dependency': 1, |
741 'dependencies': [ | 741 'dependencies': [ |
742 '../base/base.gyp:base', | 742 '../base/base.gyp:base', |
743 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 743 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
744 '../build/temp_gyp/googleurl.gyp:googleurl', | |
745 '../net/net.gyp:net', | 744 '../net/net.gyp:net', |
746 '../third_party/zlib/zlib.gyp:minizip', | 745 '../third_party/zlib/zlib.gyp:minizip', |
747 '../third_party/zlib/zlib.gyp:zlib', | 746 '../third_party/zlib/zlib.gyp:zlib', |
748 '../ui/ui.gyp:ui', | 747 '../ui/ui.gyp:ui', |
| 748 '../url/url.gyp:url', |
749 ], | 749 ], |
750 'include_dirs': [ | 750 'include_dirs': [ |
751 '..', | 751 '..', |
752 '<(SHARED_INTERMEDIATE_DIR)', | 752 '<(SHARED_INTERMEDIATE_DIR)', |
753 ], | 753 ], |
754 'direct_dependent_settings': { | 754 'direct_dependent_settings': { |
755 'include_dirs': [ | 755 'include_dirs': [ |
756 '<(SHARED_INTERMEDIATE_DIR)', | 756 '<(SHARED_INTERMEDIATE_DIR)', |
757 ], | 757 ], |
758 }, | 758 }, |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1050 }, | 1050 }, |
1051 # ChromeDriver2 tests that aren't run on the main buildbot. Available | 1051 # ChromeDriver2 tests that aren't run on the main buildbot. Available |
1052 # as an optional test type on trybots. | 1052 # as an optional test type on trybots. |
1053 { | 1053 { |
1054 'target_name': 'chromedriver2_tests', | 1054 'target_name': 'chromedriver2_tests', |
1055 'type': 'executable', | 1055 'type': 'executable', |
1056 'dependencies': [ | 1056 'dependencies': [ |
1057 'chromedriver2_lib', | 1057 'chromedriver2_lib', |
1058 '../base/base.gyp:base', | 1058 '../base/base.gyp:base', |
1059 '../base/base.gyp:run_all_unittests', | 1059 '../base/base.gyp:run_all_unittests', |
1060 '../build/temp_gyp/googleurl.gyp:googleurl', | |
1061 '../net/net.gyp:http_server', | 1060 '../net/net.gyp:http_server', |
1062 '../net/net.gyp:net', | 1061 '../net/net.gyp:net', |
1063 '../net/net.gyp:net_test_support', | 1062 '../net/net.gyp:net_test_support', |
1064 '../testing/gtest.gyp:gtest', | 1063 '../testing/gtest.gyp:gtest', |
| 1064 '../url/url.gyp:url', |
1065 ], | 1065 ], |
1066 'include_dirs': [ | 1066 'include_dirs': [ |
1067 '..,' | 1067 '..,' |
1068 ], | 1068 ], |
1069 'sources': [ | 1069 'sources': [ |
1070 'test/chromedriver/key_converter_unittest.cc', | 1070 'test/chromedriver/key_converter_unittest.cc', |
1071 'test/chromedriver/keycode_text_conversion_unittest.cc', | 1071 'test/chromedriver/keycode_text_conversion_unittest.cc', |
1072 'test/chromedriver/net/net_util_unittest.cc', | 1072 'test/chromedriver/net/net_util_unittest.cc', |
1073 'test/chromedriver/net/sync_websocket_impl_unittest.cc', | 1073 'test/chromedriver/net/sync_websocket_impl_unittest.cc', |
1074 'test/chromedriver/net/test_http_server.cc', | 1074 'test/chromedriver/net/test_http_server.cc', |
(...skipping 2018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3093 # courgette source directory in an include path. | 3093 # courgette source directory in an include path. |
3094 '../courgette/courgette.gyp:courgette_unittests', | 3094 '../courgette/courgette.gyp:courgette_unittests', |
3095 'browser_tests', | 3095 'browser_tests', |
3096 ]}], | 3096 ]}], |
3097 ['OS=="linux"', { | 3097 ['OS=="linux"', { |
3098 'dependencies': [ | 3098 'dependencies': [ |
3099 # Win bot needs to be turned into an interactive bot. | 3099 # Win bot needs to be turned into an interactive bot. |
3100 'interactive_ui_tests', | 3100 'interactive_ui_tests', |
3101 # Disabled from running in coverage_posix.py. | 3101 # Disabled from running in coverage_posix.py. |
3102 # We need to build this during compile step, so enabling here. | 3102 # We need to build this during compile step, so enabling here. |
3103 'browser_tests', | 3103 '../content/content.gyp:content_browsertests', |
3104 '../courgette/courgette.gyp:courgette_unittests', | 3104 '../courgette/courgette.gyp:courgette_unittests', |
3105 '../crypto/crypto.gyp:crypto_unittests', | 3105 '../crypto/crypto.gyp:crypto_unittests', |
3106 'chromedriver_unittests', | |
3107 '../build/temp_gyp/googleurl.gyp:googleurl_unittests', | |
3108 'gpu_tests', | |
3109 '../jingle/jingle.gyp:jingle_unittests', | 3106 '../jingle/jingle.gyp:jingle_unittests', |
3110 '../net/net.gyp:net_perftests', | 3107 '../net/net.gyp:net_perftests', |
| 3108 '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gy
p:webkit_unit_tests', |
| 3109 '../url/url.gyp:googleurl_unittests', |
| 3110 'browser_tests', |
| 3111 'chromedriver_unittests', |
| 3112 'gpu_tests', |
3111 'performance_ui_tests', | 3113 'performance_ui_tests', |
| 3114 'pyautolib', |
3112 'reliability_tests', | 3115 'reliability_tests', |
3113 'sync_integration_tests', | 3116 'sync_integration_tests', |
3114 '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gy
p:webkit_unit_tests', | |
3115 'pyautolib', | |
3116 '../content/content.gyp:content_browsertests', | |
3117 ]}], | 3117 ]}], |
3118 ['OS=="mac"', { | 3118 ['OS=="mac"', { |
3119 'dependencies': [ | 3119 'dependencies': [ |
3120 # Placeholder; empty for now. | 3120 # Placeholder; empty for now. |
3121 ]}], | 3121 ]}], |
3122 ], # 'conditions' | 3122 ], # 'conditions' |
3123 'actions': [ | 3123 'actions': [ |
3124 { | 3124 { |
3125 # 'message' for Linux/scons in particular. Scons | 3125 # 'message' for Linux/scons in particular. Scons |
3126 # requires the 'coverage' target be run from within | 3126 # requires the 'coverage' target be run from within |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3295 # more details. | 3295 # more details. |
3296 'DebugInformationFormat': '3', | 3296 'DebugInformationFormat': '3', |
3297 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3297 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3298 }, | 3298 }, |
3299 }, | 3299 }, |
3300 }, | 3300 }, |
3301 ], | 3301 ], |
3302 }], | 3302 }], |
3303 ], # 'conditions' | 3303 ], # 'conditions' |
3304 } | 3304 } |
OLD | NEW |