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

Unified Diff: chrome/chrome_tests.gypi

Issue 11639019: [chromedriver] Implement SwitchToFrame command. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 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/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 fe076e8bc4605c2a5a64cdc4500c7ba233f20849..aa1ad2351e2978be61cbb416ec8f4c03583e23ea 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698