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

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

Issue 2179693002: Revert of Convert network hints to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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.gypi ('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/network_hints/browser/BUILD.gn b/components/network_hints/browser/BUILD.gn
index 883ada6d629ed5f55ee28975a4705a8e6a147414..315a535002ae08da194876b90435c7c7c8097733 100644
--- a/components/network_hints/browser/BUILD.gn
+++ b/components/network_hints/browser/BUILD.gn
@@ -5,14 +5,13 @@
# GYP version: components/network_hints.gypi:network_hints_browser
source_set("browser") {
sources = [
- "network_hints_impl.cc",
- "network_hints_impl.h",
+ "network_hints_message_filter.cc",
+ "network_hints_message_filter.h",
]
public_deps = [
"//base",
"//components/network_hints/common",
- "//components/network_hints/public/interfaces:network_hints_mojom",
"//content/public/browser",
"//ipc",
"//net",
« no previous file with comments | « components/network_hints.gypi ('k') | components/network_hints/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698