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

Unified Diff: components/network_hints/public/interfaces/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/public/interfaces/BUILD.gn
diff --git a/components/password_manager/content/public/interfaces/BUILD.gn b/components/network_hints/public/interfaces/BUILD.gn
similarity index 70%
copy from components/password_manager/content/public/interfaces/BUILD.gn
copy to components/network_hints/public/interfaces/BUILD.gn
index 77f6d165215dfc260ff4cf67dd44582b3987c4cf..f04e95fcac2881749d4fa4e19ff49d295f2c0769 100644
--- a/components/password_manager/content/public/interfaces/BUILD.gn
+++ b/components/network_hints/public/interfaces/BUILD.gn
@@ -4,15 +4,13 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("interfaces") {
+# GYP version: components/network_hints.gypi:network_hints_mojom
+mojom("network_hints_mojom") {
sources = [
- "credential_manager.mojom",
+ "network_hints.mojom",
]
public_deps = [
"//url/mojo:url_mojom_gurl",
- "//url/mojo:url_mojom_origin",
]
-
- use_new_wrapper_types = false
}

Powered by Google App Engine
This is Rietveld 408576698