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

Unified Diff: chrome/chrome_tests.gypi

Issue 11415205: [chromedriver] Implement connecting to devtools and loading a page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 8 years 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/chrome.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 b0d2711b442ba0a81e65e84e956e83b5dfa409d5..4a1a045ec1d51e5cb4856a7fce5b7c2ecccfac38 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -685,6 +685,10 @@
'test/chromedriver/command_executor_impl.h',
'test/chromedriver/commands.cc',
'test/chromedriver/commands.h',
+ 'test/chromedriver/devtools_client.cc',
+ 'test/chromedriver/devtools_client.h',
+ 'test/chromedriver/net/net_util.cc',
+ 'test/chromedriver/net/net_util.h',
'test/chromedriver/net/sync_websocket.cc',
'test/chromedriver/net/sync_websocket.h',
'test/chromedriver/net/url_request_context_getter.cc',
@@ -715,6 +719,7 @@
],
'sources': [
'test/chromedriver/chrome_finder_unittest.cc',
+ 'test/chromedriver/chrome_impl_unittest.cc',
'test/chromedriver/chromedriver_unittest.cc',
'test/chromedriver/command_executor_impl_unittest.cc',
'test/chromedriver/commands_unittest.cc',
@@ -745,6 +750,7 @@
'..,'
],
'sources': [
+ 'test/chromedriver/net/net_util_unittest.cc',
'test/chromedriver/net/sync_websocket_unittest.cc',
'test/chromedriver/net/websocket_unittest.cc',
],
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698