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

Unified 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. Created 7 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 1d7c4fa27029910e9492faf7e630f8d9ce96dc23..107055ce95f99adb05ab8c07d2458804c7445585 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -883,6 +883,8 @@
'../third_party/webdriver/atoms.h',
'test/chromedriver/basic_types.cc',
'test/chromedriver/basic_types.h',
+ 'test/chromedriver/capabilities_parser.cc',
+ 'test/chromedriver/capabilities_parser.h',
'test/chromedriver/chrome_launcher.cc',
'test/chromedriver/chrome_launcher.h',
'test/chromedriver/chromedriver.cc',
@@ -985,6 +987,7 @@
'../ui/ui.gyp:ui',
],
'sources': [
+ 'test/chromedriver/capabilities_parser_unittest.cc',
'test/chromedriver/chrome/chrome_finder_unittest.cc',
'test/chromedriver/chrome/devtools_client_impl_unittest.cc',
'test/chromedriver/chrome/devtools_http_client_unittest.cc',
« no previous file with comments | « no previous file | chrome/test/chromedriver/capabilities_parser.h » ('j') | chrome/test/chromedriver/capabilities_parser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698