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

Unified Diff: components/components_tests.gyp

Issue 848303005: Renamed the dns_prefetch component to network_predictor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 11 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 | « 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 87097936aaa72079c56c9cd77cbdbdc01b58aeba..b77bb4352b746781f3fc5f0b8cfd056c8745c525 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -470,8 +470,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',
+ 'network_hints/renderer/dns_prefetch_queue_unittest.cc',
+ 'network_hints/renderer/renderer_dns_prefetch_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',
@@ -484,12 +484,12 @@
'components.gyp:autofill_content_browser',
'components.gyp:autofill_content_renderer',
'components.gyp:autofill_content_test_support',
- 'components.gyp:dns_prefetch_renderer',
'components.gyp:dom_distiller_content',
'components.gyp:error_page_renderer',
'components.gyp:history_content_browser',
'components.gyp:keyed_service_content',
'components.gyp:navigation_interception',
+ 'components.gyp:network_hints_renderer',
'components.gyp:password_manager_content_browser',
'components.gyp:password_manager_content_common',
'components.gyp:power',
@@ -1046,7 +1046,7 @@
}],
['OS=="mac"', {
'dependencies': [
- '../content/content_shell_and_tests.gyp:content_shell', # Needed for Content Shell.app's Helper.
+ '../content/content_shell_and_tests.gyp:content_shell', # Needed for Content Shell.app's Helper.
],
}],
],
« 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