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

Unified Diff: chrome/chrome_tests.gypi

Issue 13185004: [chromedriver] Implement proxy capability. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and Address comments. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/chromedriver/capabilities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 4105a41ff9cae64024a452b243a41cd1e6c41b51..9a519585ef7d810e5e594f871d4f7d4b4cbbe652 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -914,6 +914,8 @@
'../third_party/webdriver/atoms.h',
'test/chromedriver/basic_types.cc',
'test/chromedriver/basic_types.h',
+ 'test/chromedriver/capabilities.cc',
+ 'test/chromedriver/capabilities.h',
'test/chromedriver/chrome_launcher.cc',
'test/chromedriver/chrome_launcher.h',
'test/chromedriver/chromedriver.cc',
@@ -1016,6 +1018,7 @@
'../ui/ui.gyp:ui',
],
'sources': [
+ 'test/chromedriver/capabilities_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.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698