Chromium Code Reviews| 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 2017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3092 # courgette source directory in an include path. | 3092 # courgette source directory in an include path. |
| 3093 '../courgette/courgette.gyp:courgette_unittests', | 3093 '../courgette/courgette.gyp:courgette_unittests', |
| 3094 'browser_tests', | 3094 'browser_tests', |
| 3095 ]}], | 3095 ]}], |
| 3096 ['OS=="linux"', { | 3096 ['OS=="linux"', { |
| 3097 'dependencies': [ | 3097 'dependencies': [ |
| 3098 # Win bot needs to be turned into an interactive bot. | 3098 # Win bot needs to be turned into an interactive bot. |
| 3099 'interactive_ui_tests', | 3099 'interactive_ui_tests', |
| 3100 # Disabled from running in coverage_posix.py. | 3100 # Disabled from running in coverage_posix.py. |
| 3101 # We need to build this during compile step, so enabling here. | 3101 # We need to build this during compile step, so enabling here. |
| 3102 'browser_tests', | 3102 '../url/url.gyp:googleurl_unittests', |
|
brettw
2013/04/12 04:37:44
This one isn't in order.
tfarina
2013/04/12 14:07:13
Done.
| |
| 3103 '../content/content.gyp:content_browsertests', | |
| 3103 '../courgette/courgette.gyp:courgette_unittests', | 3104 '../courgette/courgette.gyp:courgette_unittests', |
| 3104 '../crypto/crypto.gyp:crypto_unittests', | 3105 '../crypto/crypto.gyp:crypto_unittests', |
| 3105 'chromedriver_unittests', | |
| 3106 '../build/temp_gyp/googleurl.gyp:googleurl_unittests', | |
| 3107 'gpu_tests', | |
| 3108 '../jingle/jingle.gyp:jingle_unittests', | 3106 '../jingle/jingle.gyp:jingle_unittests', |
| 3109 '../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 'browser_tests', | |
| 3110 'chromedriver_unittests', | |
| 3111 'gpu_tests', | |
| 3110 'performance_ui_tests', | 3112 'performance_ui_tests', |
| 3113 'pyautolib', | |
| 3111 'reliability_tests', | 3114 'reliability_tests', |
| 3112 'sync_integration_tests', | 3115 'sync_integration_tests', |
| 3113 '../third_party/WebKit/Source/WebKit/chromium/WebKitUnitTests.gy p:webkit_unit_tests', | |
| 3114 'pyautolib', | |
| 3115 '../content/content.gyp:content_browsertests', | |
| 3116 ]}], | 3116 ]}], |
| 3117 ['OS=="mac"', { | 3117 ['OS=="mac"', { |
| 3118 'dependencies': [ | 3118 'dependencies': [ |
| 3119 # Placeholder; empty for now. | 3119 # Placeholder; empty for now. |
| 3120 ]}], | 3120 ]}], |
| 3121 ], # 'conditions' | 3121 ], # 'conditions' |
| 3122 'actions': [ | 3122 'actions': [ |
| 3123 { | 3123 { |
| 3124 # 'message' for Linux/scons in particular. Scons | 3124 # 'message' for Linux/scons in particular. Scons |
| 3125 # requires the 'coverage' target be run from within | 3125 # requires the 'coverage' target be run from within |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3294 # more details. | 3294 # more details. |
| 3295 'DebugInformationFormat': '3', | 3295 'DebugInformationFormat': '3', |
| 3296 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3296 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
| 3297 }, | 3297 }, |
| 3298 }, | 3298 }, |
| 3299 }, | 3299 }, |
| 3300 ], | 3300 ], |
| 3301 }], | 3301 }], |
| 3302 ], # 'conditions' | 3302 ], # 'conditions' |
| 3303 } | 3303 } |
| OLD | NEW |