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

Unified Diff: components/network_hints/browser/BUILD.gn

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/network_hints/OWNERS ('k') | components/network_hints/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/network_hints/browser/BUILD.gn
diff --git a/components/dns_prefetch/browser/BUILD.gn b/components/network_hints/browser/BUILD.gn
similarity index 65%
rename from components/dns_prefetch/browser/BUILD.gn
rename to components/network_hints/browser/BUILD.gn
index f6cdd8304a32e2bee99bd7bc2b5c7ee9fb6453d7..aafe3eb8d062bee9dd98857a116f4e2c32b78dbe 100644
--- a/components/dns_prefetch/browser/BUILD.gn
+++ b/components/network_hints/browser/BUILD.gn
@@ -2,11 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# GYP version: components/dns_prefetch.gypi:dns_prefetch_browser
+# GYP version: components/network_hints.gypi:network_hints_browser
source_set("browser") {
sources = [
- "net_message_filter.cc",
- "net_message_filter.h",
+ "network_hints_message_filter.cc",
+ "network_hints_message_filter.h",
]
public_deps = [
« no previous file with comments | « components/network_hints/OWNERS ('k') | components/network_hints/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698