| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 711 'test/chromedriver/command_executor_impl_unittest.cc', | 711 'test/chromedriver/command_executor_impl_unittest.cc', |
| 712 'test/chromedriver/commands_unittest.cc', | 712 'test/chromedriver/commands_unittest.cc', |
| 713 'test/chromedriver/fake_session_accessor.cc', | 713 'test/chromedriver/fake_session_accessor.cc', |
| 714 'test/chromedriver/fake_session_accessor.h', | 714 'test/chromedriver/fake_session_accessor.h', |
| 715 'test/chromedriver/session_command_unittest.cc', | 715 'test/chromedriver/session_command_unittest.cc', |
| 716 'test/chromedriver/session_unittest.cc', | 716 'test/chromedriver/session_unittest.cc', |
| 717 'test/chromedriver/status_unittest.cc', | 717 'test/chromedriver/status_unittest.cc', |
| 718 'test/chromedriver/synchronized_map_unittest.cc', | 718 'test/chromedriver/synchronized_map_unittest.cc', |
| 719 ], | 719 ], |
| 720 }, | 720 }, |
| 721 # ChromeDriver2 tests that aren't run on the main buildbots. | 721 # ChromeDriver2 tests that aren't run on the main buildbot. Available |
| 722 # as an optional test type on trybots. |
| 722 { | 723 { |
| 723 'target_name': 'chromedriver2_tests', | 724 'target_name': 'chromedriver2_tests', |
| 724 'type': 'executable', | 725 'type': 'executable', |
| 725 'dependencies': [ | 726 'dependencies': [ |
| 726 'chromedriver2_lib', | 727 'chromedriver2_lib', |
| 727 '../base/base.gyp:base', | 728 '../base/base.gyp:base', |
| 728 '../base/base.gyp:run_all_unittests', | 729 '../base/base.gyp:run_all_unittests', |
| 729 '../build/temp_gyp/googleurl.gyp:googleurl', | 730 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 730 '../net/net.gyp:http_server', | 731 '../net/net.gyp:http_server', |
| 731 '../net/net.gyp:net', | 732 '../net/net.gyp:net', |
| (...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2863 'sync_integration_tests.isolate', | 2864 'sync_integration_tests.isolate', |
| 2864 ], | 2865 ], |
| 2865 'sources': [ | 2866 'sources': [ |
| 2866 'sync_integration_tests.isolate', | 2867 'sync_integration_tests.isolate', |
| 2867 ], | 2868 ], |
| 2868 }, | 2869 }, |
| 2869 ], | 2870 ], |
| 2870 }], | 2871 }], |
| 2871 ], # 'conditions' | 2872 ], # 'conditions' |
| 2872 } | 2873 } |
| OLD | NEW |