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 865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
876 '../ui/ui.gyp:ui', | 876 '../ui/ui.gyp:ui', |
877 ], | 877 ], |
878 'include_dirs': [ | 878 'include_dirs': [ |
879 '..', | 879 '..', |
880 ], | 880 ], |
881 'sources': [ | 881 'sources': [ |
882 '../third_party/webdriver/atoms.cc', | 882 '../third_party/webdriver/atoms.cc', |
883 '../third_party/webdriver/atoms.h', | 883 '../third_party/webdriver/atoms.h', |
884 'test/chromedriver/basic_types.cc', | 884 'test/chromedriver/basic_types.cc', |
885 'test/chromedriver/basic_types.h', | 885 'test/chromedriver/basic_types.h', |
| 886 'test/chromedriver/capabilities_parser.cc', |
| 887 'test/chromedriver/capabilities_parser.h', |
886 'test/chromedriver/chrome_launcher.cc', | 888 'test/chromedriver/chrome_launcher.cc', |
887 'test/chromedriver/chrome_launcher.h', | 889 'test/chromedriver/chrome_launcher.h', |
888 'test/chromedriver/chromedriver.cc', | 890 'test/chromedriver/chromedriver.cc', |
889 'test/chromedriver/chromedriver.h', | 891 'test/chromedriver/chromedriver.h', |
890 'test/chromedriver/command.h', | 892 'test/chromedriver/command.h', |
891 'test/chromedriver/command_executor.h', | 893 'test/chromedriver/command_executor.h', |
892 'test/chromedriver/command_executor_impl.cc', | 894 'test/chromedriver/command_executor_impl.cc', |
893 'test/chromedriver/command_executor_impl.h', | 895 'test/chromedriver/command_executor_impl.h', |
894 'test/chromedriver/command_names.cc', | 896 'test/chromedriver/command_names.cc', |
895 'test/chromedriver/command_names.h', | 897 'test/chromedriver/command_names.h', |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
978 'type': 'executable', | 980 'type': 'executable', |
979 'dependencies': [ | 981 'dependencies': [ |
980 'chromedriver2_lib', | 982 'chromedriver2_lib', |
981 'chromedriver2_server_lib', | 983 'chromedriver2_server_lib', |
982 '../base/base.gyp:base', | 984 '../base/base.gyp:base', |
983 '../base/base.gyp:run_all_unittests', | 985 '../base/base.gyp:run_all_unittests', |
984 '../testing/gtest.gyp:gtest', | 986 '../testing/gtest.gyp:gtest', |
985 '../ui/ui.gyp:ui', | 987 '../ui/ui.gyp:ui', |
986 ], | 988 ], |
987 'sources': [ | 989 'sources': [ |
| 990 'test/chromedriver/capabilities_parser_unittest.cc', |
988 'test/chromedriver/chrome/chrome_finder_unittest.cc', | 991 'test/chromedriver/chrome/chrome_finder_unittest.cc', |
989 'test/chromedriver/chrome/devtools_client_impl_unittest.cc', | 992 'test/chromedriver/chrome/devtools_client_impl_unittest.cc', |
990 'test/chromedriver/chrome/devtools_http_client_unittest.cc', | 993 'test/chromedriver/chrome/devtools_http_client_unittest.cc', |
991 'test/chromedriver/chrome/dom_tracker_unittest.cc', | 994 'test/chromedriver/chrome/dom_tracker_unittest.cc', |
992 'test/chromedriver/chrome/frame_tracker_unittest.cc', | 995 'test/chromedriver/chrome/frame_tracker_unittest.cc', |
993 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc', | 996 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc', |
994 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc', | 997 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc', |
995 'test/chromedriver/chrome/navigation_tracker_unittest.cc', | 998 'test/chromedriver/chrome/navigation_tracker_unittest.cc', |
996 'test/chromedriver/chrome/status_unittest.cc', | 999 'test/chromedriver/chrome/status_unittest.cc', |
997 'test/chromedriver/chrome/stub_chrome.cc', | 1000 'test/chromedriver/chrome/stub_chrome.cc', |
(...skipping 2254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3252 # more details. | 3255 # more details. |
3253 'DebugInformationFormat': '3', | 3256 'DebugInformationFormat': '3', |
3254 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3257 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3255 }, | 3258 }, |
3256 }, | 3259 }, |
3257 }, | 3260 }, |
3258 ], | 3261 ], |
3259 }], | 3262 }], |
3260 ], # 'conditions' | 3263 ], # 'conditions' |
3261 } | 3264 } |
OLD | NEW |