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

Unified Diff: chrome/chrome_tests.gypi

Issue 2125123002: [chromedriver] Add page loading strategy to capabilities (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed unittests, renamed py tests Created 4 years, 4 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/capabilities.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 87e8bd7adea95583d454fcd9211e6b2e7dcf3f51..fd2e766c93a820de51d5067f84e226610f0759b4 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1342,6 +1342,10 @@
'test/chromedriver/chrome/network_conditions_override_manager.h',
'test/chromedriver/chrome/network_list.cc',
'test/chromedriver/chrome/network_list.h',
+ 'test/chromedriver/chrome/non_blocking_navigation_tracker.cc',
+ 'test/chromedriver/chrome/non_blocking_navigation_tracker.h',
+ 'test/chromedriver/chrome/page_load_strategy.cc',
+ 'test/chromedriver/chrome/page_load_strategy.h',
'test/chromedriver/chrome/status.cc',
'test/chromedriver/chrome/status.h',
'test/chromedriver/chrome/ui_events.cc',
« no previous file with comments | « no previous file | chrome/test/chromedriver/capabilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698