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

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

Issue 730833004: Adds simple browser-side implementation for DNS prefetching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address ttuttle@ comments Created 6 years 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/dns_prefetch.gypi ('k') | components/dns_prefetch/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dns_prefetch/browser/BUILD.gn
diff --git a/components/cdm/browser/BUILD.gn b/components/dns_prefetch/browser/BUILD.gn
similarity index 58%
copy from components/cdm/browser/BUILD.gn
copy to components/dns_prefetch/browser/BUILD.gn
index e18b67035e55756ee7f08d3048949c8f8a7feb7b..f6cdd8304a32e2bee99bd7bc2b5c7ee9fb6453d7 100644
--- a/components/cdm/browser/BUILD.gn
+++ b/components/dns_prefetch/browser/BUILD.gn
@@ -2,17 +2,15 @@
# 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
source_set("browser") {
sources = [
- "cdm_message_filter_android.cc",
- "cdm_message_filter_android.h",
+ "net_message_filter.cc",
+ "net_message_filter.h",
]
- deps = [
- "//base",
- "//components/cdm/common",
+ public_deps = [
"//content/public/browser",
- "//content/public/common",
- "//media",
+ "//net",
]
}
« no previous file with comments | « components/dns_prefetch.gypi ('k') | components/dns_prefetch/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698