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

Unified Diff: chrome/chrome_tests.gypi

Issue 12093057: [ChromeDriver] Send DOM.getDocument after each DOM.documentUpdated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: actually uploaded the files 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_impl.h » ('j') | chrome/test/chromedriver/devtools_state.cc » ('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 19152f8710c2c7bb178fa323005762876ba6c3e8..08b45b3de8df2f3f84b86c57f5a30bfbc0b4d248 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -731,6 +731,8 @@
'test/chromedriver/devtools_client_impl.cc',
'test/chromedriver/devtools_client_impl.h',
'test/chromedriver/devtools_event_listener.h',
+ 'test/chromedriver/devtools_state.cc',
+ 'test/chromedriver/devtools_state.h',
'test/chromedriver/dom_tracker.cc',
'test/chromedriver/dom_tracker.h',
'test/chromedriver/element_util.cc',
@@ -853,6 +855,7 @@
'test/chromedriver/command_executor_impl_unittest.cc',
'test/chromedriver/commands_unittest.cc',
'test/chromedriver/devtools_client_impl_unittest.cc',
+ 'test/chromedriver/devtools_state_unittest.cc',
'test/chromedriver/dom_tracker_unittest.cc',
'test/chromedriver/fake_session_accessor.cc',
'test/chromedriver/fake_session_accessor.h',
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome_impl.h » ('j') | chrome/test/chromedriver/devtools_state.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698