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

Unified Diff: components/components_tests.gyp

Issue 644123002: Componentize renderer side of DNS prefetching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 6 years, 2 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: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 71e539de8bd1a84e9a110b6682720dcbd1f2ee2f..7af9d2338dfc770030480229340e4d833bc293fd 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -475,6 +475,8 @@
'metrics/gpu/gpu_metrics_provider_unittest.cc',
'password_manager/content/browser/content_credential_manager_dispatcher_unittest.cc',
'power/origin_power_map_unittest.cc',
+ 'predictor/renderer/predictor_queue_unittest.cc',
+ 'predictor/renderer/renderer_net_predictor_unittest.cc',
],
'dependencies': [
# Dependencies of autofill
@@ -506,6 +508,9 @@
# Dependencies of power
'components.gyp:power',
+ # Dependencies of predictor
+ 'components.gyp:predictor_renderer',
+
# Dependencies of sessions
'components.gyp:sessions_content',

Powered by Google App Engine
This is Rietveld 408576698