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

Unified Diff: chrome/chrome_tests.gypi

Issue 1004843002: [chromedriver] Add Network Presets to Network Throttling feature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaning up Network Names; adding integration tests Created 5 years, 9 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 fed070ea06bae728c14c72ae11ac5a132bead14e..27ef2c814286c5eb64d1f90c8d29be88dfac6876 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1144,8 +1144,12 @@
'test/chromedriver/chrome/mobile_emulation_override_manager.h',
'test/chromedriver/chrome/navigation_tracker.cc',
'test/chromedriver/chrome/navigation_tracker.h',
+ 'test/chromedriver/chrome/network_conditions.cc',
+ 'test/chromedriver/chrome/network_conditions.h',
'test/chromedriver/chrome/network_conditions_override_manager.cc',
'test/chromedriver/chrome/network_conditions_override_manager.h',
+ 'test/chromedriver/chrome/network_list.cc',
+ 'test/chromedriver/chrome/network_list.h',
'test/chromedriver/chrome/status.cc',
'test/chromedriver/chrome/status.h',
'test/chromedriver/chrome/ui_events.cc',

Powered by Google App Engine
This is Rietveld 408576698