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

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 & Rebase. 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 46bebe56260f162611ff8dced50eaf04edbfa775..fef70dad6ca6f6e14e4d1957b12c28e61dd627bc 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -881,6 +881,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/chromedriver.cc',
'test/chromedriver/chromedriver.h',
'test/chromedriver/command.h',
@@ -981,6 +983,7 @@
'../ui/ui.gyp:ui',
],
'sources': [
+ 'test/chromedriver/capabilities_parser_unittest.cc',
'test/chromedriver/chrome/chrome_desktop_impl_unittest.cc',
'test/chromedriver/chrome/chrome_finder_unittest.cc',
'test/chromedriver/chrome/chrome_impl_unittest.cc',
« 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