| 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 'chromedriver_unittest_sources': [ | |
| 7 'test/chromedriver/capabilities_unittest.cc', | |
| 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', | |
| 9 'test/chromedriver/chrome/console_logger_unittest.cc', | |
| 10 'test/chromedriver/chrome/device_manager_unittest.cc', | |
| 11 'test/chromedriver/chrome/devtools_client_impl_unittest.cc', | |
| 12 'test/chromedriver/chrome/devtools_http_client_unittest.cc', | |
| 13 'test/chromedriver/chrome/dom_tracker_unittest.cc', | |
| 14 'test/chromedriver/chrome/frame_tracker_unittest.cc', | |
| 15 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc', | |
| 16 'test/chromedriver/chrome/heap_snapshot_taker_unittest.cc', | |
| 17 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc', | |
| 18 'test/chromedriver/chrome/navigation_tracker_unittest.cc', | |
| 19 'test/chromedriver/chrome/performance_logger_unittest.cc', | |
| 20 'test/chromedriver/chrome/status_unittest.cc', | |
| 21 'test/chromedriver/chrome/stub_chrome.cc', | |
| 22 'test/chromedriver/chrome/stub_chrome.h', | |
| 23 'test/chromedriver/chrome/stub_devtools_client.cc', | |
| 24 'test/chromedriver/chrome/stub_devtools_client.h', | |
| 25 'test/chromedriver/chrome/stub_web_view.cc', | |
| 26 'test/chromedriver/chrome/stub_web_view.h', | |
| 27 'test/chromedriver/chrome/web_view_impl_unittest.cc', | |
| 28 'test/chromedriver/chrome_launcher_unittest.cc', | |
| 29 'test/chromedriver/commands_unittest.cc', | |
| 30 'test/chromedriver/logging_unittest.cc', | |
| 31 'test/chromedriver/server/http_handler_unittest.cc', | |
| 32 'test/chromedriver/session_commands_unittest.cc', | |
| 33 'test/chromedriver/session_unittest.cc', | |
| 34 'test/chromedriver/util_unittest.cc', | |
| 35 ], | |
| 36 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 37 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 38 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 39 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 40 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| 41 'common/pref_names.h', | 11 'common/pref_names.h', |
| 42 'test/automation/browser_proxy.cc', | 12 'test/automation/browser_proxy.cc', |
| 43 'test/automation/browser_proxy.h', | 13 'test/automation/browser_proxy.h', |
| 44 'test/automation/tab_proxy.cc', | 14 'test/automation/tab_proxy.cc', |
| 45 'test/automation/tab_proxy.h', | 15 'test/automation/tab_proxy.h', |
| (...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 833 '../net/net.gyp:net', | 803 '../net/net.gyp:net', |
| 834 '../testing/gtest.gyp:gtest', | 804 '../testing/gtest.gyp:gtest', |
| 835 '../ui/gfx/gfx.gyp:gfx', | 805 '../ui/gfx/gfx.gyp:gfx', |
| 836 '../ui/gfx/gfx.gyp:gfx_geometry', | 806 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 837 '../ui/ui.gyp:ui', | 807 '../ui/ui.gyp:ui', |
| 838 ], | 808 ], |
| 839 'include_dirs': [ | 809 'include_dirs': [ |
| 840 '..,' | 810 '..,' |
| 841 ], | 811 ], |
| 842 'sources': [ | 812 'sources': [ |
| 843 '<@(chromedriver_unittest_sources)', | 813 'test/chromedriver/capabilities_unittest.cc', |
| 814 'test/chromedriver/chrome/chrome_finder_unittest.cc', |
| 815 'test/chromedriver/chrome/console_logger_unittest.cc', |
| 816 'test/chromedriver/chrome/device_manager_unittest.cc', |
| 817 'test/chromedriver/chrome/devtools_client_impl_unittest.cc', |
| 818 'test/chromedriver/chrome/devtools_http_client_unittest.cc', |
| 819 'test/chromedriver/chrome/dom_tracker_unittest.cc', |
| 820 'test/chromedriver/chrome/frame_tracker_unittest.cc', |
| 821 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc', |
| 822 'test/chromedriver/chrome/heap_snapshot_taker_unittest.cc', |
| 823 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc', |
| 824 'test/chromedriver/chrome/navigation_tracker_unittest.cc', |
| 825 'test/chromedriver/chrome/performance_logger_unittest.cc', |
| 826 'test/chromedriver/chrome/status_unittest.cc', |
| 827 'test/chromedriver/chrome/stub_chrome.cc', |
| 828 'test/chromedriver/chrome/stub_chrome.h', |
| 829 'test/chromedriver/chrome/stub_devtools_client.cc', |
| 830 'test/chromedriver/chrome/stub_devtools_client.h', |
| 831 'test/chromedriver/chrome/stub_web_view.cc', |
| 832 'test/chromedriver/chrome/stub_web_view.h', |
| 833 'test/chromedriver/chrome/web_view_impl_unittest.cc', |
| 834 'test/chromedriver/chrome_launcher_unittest.cc', |
| 835 'test/chromedriver/commands_unittest.cc', |
| 836 'test/chromedriver/logging_unittest.cc', |
| 837 'test/chromedriver/server/http_handler_unittest.cc', |
| 838 'test/chromedriver/session_commands_unittest.cc', |
| 839 'test/chromedriver/session_unittest.cc', |
| 840 'test/chromedriver/util_unittest.cc', |
| 844 ], | 841 ], |
| 845 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 842 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 846 'msvs_disabled_warnings': [ 4267, ], | 843 'msvs_disabled_warnings': [ 4267, ], |
| 847 }, | 844 }, |
| 848 # TODO(kkania): Remove when infra no longer references this. | 845 # ChromeDriver tests that aren't run on the main buildbot. Available |
| 849 { | |
| 850 'target_name': 'chromedriver2_unittests', | |
| 851 'type': 'executable', | |
| 852 'dependencies': [ | |
| 853 'chromedriver_lib', | |
| 854 '../base/base.gyp:base', | |
| 855 '../base/base.gyp:run_all_unittests', | |
| 856 '../net/net.gyp:http_server', | |
| 857 '../net/net.gyp:net', | |
| 858 '../testing/gtest.gyp:gtest', | |
| 859 '../ui/gfx/gfx.gyp:gfx', | |
| 860 '../ui/gfx/gfx.gyp:gfx_geometry', | |
| 861 '../ui/ui.gyp:ui', | |
| 862 ], | |
| 863 'include_dirs': [ | |
| 864 '..,' | |
| 865 ], | |
| 866 'sources': [ | |
| 867 '<@(chromedriver_unittest_sources)', | |
| 868 ], | |
| 869 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | |
| 870 'msvs_disabled_warnings': [ 4267, ], | |
| 871 }, | |
| 872 # ChromeDriver2 tests that aren't run on the main buildbot. Available | |
| 873 # as an optional test type on trybots. | 846 # as an optional test type on trybots. |
| 874 { | 847 { |
| 875 'target_name': 'chromedriver_tests', | 848 'target_name': 'chromedriver_tests', |
| 876 'type': 'executable', | 849 'type': 'executable', |
| 877 'dependencies': [ | 850 'dependencies': [ |
| 878 'chromedriver_lib', | 851 'chromedriver_lib', |
| 879 '../base/base.gyp:base', | 852 '../base/base.gyp:base', |
| 880 '../base/base.gyp:run_all_unittests', | 853 '../base/base.gyp:run_all_unittests', |
| 881 '../net/net.gyp:http_server', | 854 '../net/net.gyp:http_server', |
| 882 '../net/net.gyp:net', | 855 '../net/net.gyp:net', |
| (...skipping 2348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3231 'utility', | 3204 'utility', |
| 3232 ], | 3205 ], |
| 3233 'sources': [ | 3206 'sources': [ |
| 3234 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3207 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3235 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3208 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3236 ], | 3209 ], |
| 3237 }] | 3210 }] |
| 3238 }], | 3211 }], |
| 3239 ], # 'conditions' | 3212 ], # 'conditions' |
| 3240 } | 3213 } |
| OLD | NEW |