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

Unified Diff: chrome/chrome_tests.gypi

Issue 1669453002: [chromedriver] Apply page load timeout to slow cross-process navigations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure virtual Created 4 years, 8 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/alert_commands.cc » ('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 2cf079d167bf3e72eb07c0bd0a69f90cbdd05ef1..8b30dea05d6d7ec8a9d547188a778c4442569b66 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1336,6 +1336,8 @@
'test/chromedriver/net/sync_websocket_factory.h',
'test/chromedriver/net/sync_websocket_impl.cc',
'test/chromedriver/net/sync_websocket_impl.h',
+ 'test/chromedriver/net/timeout.cc',
+ 'test/chromedriver/net/timeout.h',
'test/chromedriver/net/url_request_context_getter.cc',
'test/chromedriver/net/url_request_context_getter.h',
'test/chromedriver/net/websocket.cc',
@@ -1438,6 +1440,7 @@
'test/chromedriver/command_listener_proxy_unittest.cc',
'test/chromedriver/commands_unittest.cc',
'test/chromedriver/logging_unittest.cc',
+ 'test/chromedriver/net/timeout_unittest.cc',
'test/chromedriver/performance_logger_unittest.cc',
'test/chromedriver/server/http_handler_unittest.cc',
'test/chromedriver/session_commands_unittest.cc',
« no previous file with comments | « no previous file | chrome/test/chromedriver/alert_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698