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

Unified Diff: chrome/chrome_tests.gypi

Issue 11639019: [chromedriver] Implement SwitchToFrame command. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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') | chrome/test/chromedriver/chrome_impl.h » ('J')
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 a512eda1bb9c7d498069837b3b8d6e748b95df28..ce53f626cc7388ba875debd9ccdd5f1c99a80e73 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -715,6 +715,8 @@
'test/chromedriver/devtools_client_impl.cc',
'test/chromedriver/devtools_client_impl.h',
'test/chromedriver/devtools_event_listener.h',
+ 'test/chromedriver/dom_tracker.h',
+ 'test/chromedriver/dom_tracker.cc',
'test/chromedriver/net/net_util.cc',
'test/chromedriver/net/net_util.h',
'test/chromedriver/net/sync_websocket.h',
@@ -775,6 +777,7 @@
'test/chromedriver/command_executor_impl_unittest.cc',
'test/chromedriver/commands_unittest.cc',
'test/chromedriver/devtools_client_impl_unittest.cc',
+ 'test/chromedriver/dom_tracker_unittest.cc',
'test/chromedriver/fake_session_accessor.cc',
'test/chromedriver/fake_session_accessor.h',
'test/chromedriver/session_command_unittest.cc',
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome.h » ('j') | chrome/test/chromedriver/chrome_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698