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

Unified Diff: chrome/chrome_tests.gypi

Issue 19616008: [chromedriver] Allow commands to be async. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 5 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/README.txt » ('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 705f7319419c1054258d3fa9dd7b1e4a4c87618e..84b38ffdafe6e1fb1f0e51425871d5510e864e3e 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -974,8 +974,7 @@
'test/chromedriver/session.h',
'test/chromedriver/session_commands.cc',
'test/chromedriver/session_commands.h',
- 'test/chromedriver/session_map.h',
- 'test/chromedriver/synchronized_map.h',
+ 'test/chromedriver/session_thread_map.h',
'test/chromedriver/util.cc',
'test/chromedriver/util.h',
'test/chromedriver/window_commands.cc',
@@ -1059,14 +1058,11 @@
'test/chromedriver/chrome/web_view_impl_unittest.cc',
'test/chromedriver/chrome_launcher_unittest.cc',
'test/chromedriver/commands_unittest.cc',
- 'test/chromedriver/fake_session_accessor.cc',
- 'test/chromedriver/fake_session_accessor.h',
'test/chromedriver/logging_unittest.cc',
'test/chromedriver/server/http_handler_unittest.cc',
'test/chromedriver/server/http_response_unittest.cc',
'test/chromedriver/session_commands_unittest.cc',
'test/chromedriver/session_unittest.cc',
- 'test/chromedriver/synchronized_map_unittest.cc',
'test/chromedriver/util_unittest.cc',
],
'conditions': [
« no previous file with comments | « no previous file | chrome/test/chromedriver/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698