Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 13185004: [chromedriver] Implement proxy capability. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments & Rebase. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 '../ui/ui.gyp:ui', 874 '../ui/ui.gyp:ui',
875 ], 875 ],
876 'include_dirs': [ 876 'include_dirs': [
877 '..', 877 '..',
878 ], 878 ],
879 'sources': [ 879 'sources': [
880 '../third_party/webdriver/atoms.cc', 880 '../third_party/webdriver/atoms.cc',
881 '../third_party/webdriver/atoms.h', 881 '../third_party/webdriver/atoms.h',
882 'test/chromedriver/basic_types.cc', 882 'test/chromedriver/basic_types.cc',
883 'test/chromedriver/basic_types.h', 883 'test/chromedriver/basic_types.h',
884 'test/chromedriver/capabilities_parser.cc',
885 'test/chromedriver/capabilities_parser.h',
884 'test/chromedriver/chromedriver.cc', 886 'test/chromedriver/chromedriver.cc',
885 'test/chromedriver/chromedriver.h', 887 'test/chromedriver/chromedriver.h',
886 'test/chromedriver/command.h', 888 'test/chromedriver/command.h',
887 'test/chromedriver/command_executor.h', 889 'test/chromedriver/command_executor.h',
888 'test/chromedriver/command_executor_impl.cc', 890 'test/chromedriver/command_executor_impl.cc',
889 'test/chromedriver/command_executor_impl.h', 891 'test/chromedriver/command_executor_impl.h',
890 'test/chromedriver/command_names.cc', 892 'test/chromedriver/command_names.cc',
891 'test/chromedriver/command_names.h', 893 'test/chromedriver/command_names.h',
892 'test/chromedriver/commands.cc', 894 'test/chromedriver/commands.cc',
893 'test/chromedriver/commands.h', 895 'test/chromedriver/commands.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 'type': 'executable', 976 'type': 'executable',
975 'dependencies': [ 977 'dependencies': [
976 'chromedriver2_lib', 978 'chromedriver2_lib',
977 'chromedriver2_server_lib', 979 'chromedriver2_server_lib',
978 '../base/base.gyp:base', 980 '../base/base.gyp:base',
979 '../base/base.gyp:run_all_unittests', 981 '../base/base.gyp:run_all_unittests',
980 '../testing/gtest.gyp:gtest', 982 '../testing/gtest.gyp:gtest',
981 '../ui/ui.gyp:ui', 983 '../ui/ui.gyp:ui',
982 ], 984 ],
983 'sources': [ 985 'sources': [
986 'test/chromedriver/capabilities_parser_unittest.cc',
984 'test/chromedriver/chrome/chrome_desktop_impl_unittest.cc', 987 'test/chromedriver/chrome/chrome_desktop_impl_unittest.cc',
985 'test/chromedriver/chrome/chrome_finder_unittest.cc', 988 'test/chromedriver/chrome/chrome_finder_unittest.cc',
986 'test/chromedriver/chrome/chrome_impl_unittest.cc', 989 'test/chromedriver/chrome/chrome_impl_unittest.cc',
987 'test/chromedriver/chrome/devtools_client_impl_unittest.cc', 990 'test/chromedriver/chrome/devtools_client_impl_unittest.cc',
988 'test/chromedriver/chrome/dom_tracker_unittest.cc', 991 'test/chromedriver/chrome/dom_tracker_unittest.cc',
989 'test/chromedriver/chrome/frame_tracker_unittest.cc', 992 'test/chromedriver/chrome/frame_tracker_unittest.cc',
990 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc', 993 'test/chromedriver/chrome/geolocation_override_manager_unittest.cc',
991 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc', 994 'test/chromedriver/chrome/javascript_dialog_manager_unittest.cc',
992 'test/chromedriver/chrome/navigation_tracker_unittest.cc', 995 'test/chromedriver/chrome/navigation_tracker_unittest.cc',
993 'test/chromedriver/chrome/status_unittest.cc', 996 'test/chromedriver/chrome/status_unittest.cc',
(...skipping 2254 matching lines...) Expand 10 before | Expand all | Expand 10 after
3248 # more details. 3251 # more details.
3249 'DebugInformationFormat': '3', 3252 'DebugInformationFormat': '3',
3250 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3253 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3251 }, 3254 },
3252 }, 3255 },
3253 }, 3256 },
3254 ], 3257 ],
3255 }], 3258 }],
3256 ], # 'conditions' 3259 ], # 'conditions'
3257 } 3260 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/capabilities_parser.h » ('j') | chrome/test/chromedriver/capabilities_parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698