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

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: trybot fixes: 1) hide gyp target from ios 2) UintToString --> SizeTToString Created 6 years, 1 month 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 | « components/components.gyp ('k') | components/dns_prefetch.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 6baf3f4f889bc695e871bb1466451e47dde3d653..e21bc39415825892c35c497aa91fd3ec812f3cf7 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -493,6 +493,8 @@
['OS != "ios"', {
'sources': [
'autofill/content/renderer/renderer_save_password_progress_logger_unittest.cc',
+ 'dns_prefetch/renderer/predictor_queue_unittest.cc',
+ 'dns_prefetch/renderer/renderer_net_predictor_unittest.cc',
'dom_distiller/content/dom_distiller_viewer_source_unittest.cc',
'dom_distiller/content/web_contents_main_frame_observer_unittest.cc',
'error_page/renderer/net_error_helper_core_unittest.cc',
@@ -506,6 +508,9 @@
'components.gyp:autofill_content_renderer',
'components.gyp:autofill_content_test_support',
+ # Dependencies of dns_prefetch
+ 'components.gyp:dns_prefetch_renderer',
+
# Dependencies of dom_distiller
'components.gyp:dom_distiller_content',
« no previous file with comments | « components/components.gyp ('k') | components/dns_prefetch.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698