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

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

Issue 2144533002: Convert network hints to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add untracked dependency on mojom 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
Index: components/network_hints/common/BUILD.gn
diff --git a/components/network_hints/common/BUILD.gn b/components/network_hints/common/BUILD.gn
index 2b0b0848934c33816f96d0ec2b7ad468eccb1486..2d8f7194a10264df2b1483a37889fe2fe5f6679a 100644
--- a/components/network_hints/common/BUILD.gn
+++ b/components/network_hints/common/BUILD.gn
@@ -7,17 +7,9 @@ source_set("common") {
sources = [
"network_hints_common.cc",
"network_hints_common.h",
- "network_hints_message_generator.cc",
- "network_hints_message_generator.h",
- "network_hints_messages.cc",
- "network_hints_messages.h",
]
deps = [
- "//base",
- "//content/public/common",
- "//ipc",
- "//ui/accessibility",
"//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698