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

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: Remove DEPS modifications. Created 4 years, 10 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 44f1adcf5bafe3604e48138e88529aded39904ae..345b28e4a1efbce4db417756ebb3c6d342cf7dd8 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1253,6 +1253,7 @@
'test/chromedriver/chrome/device_manager.h',
'test/chromedriver/chrome/device_metrics.cc',
'test/chromedriver/chrome/device_metrics.h',
+ 'test/chromedriver/chrome/devtools_client.cc',
'test/chromedriver/chrome/devtools_client.h',
'test/chromedriver/chrome/devtools_client_impl.cc',
'test/chromedriver/chrome/devtools_client_impl.h',
@@ -1309,6 +1310,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',
@@ -1411,6 +1414,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') | chrome/test/chromedriver/chrome/devtools_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698