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

Unified Diff: components/typemaps.gni

Issue 2144533002: Convert network hints to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change ownership of PrescientNetworkingDispatcher for proper shutdown 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/typemaps.gni
diff --git a/components/typemaps.gni b/components/typemaps.gni
index 3589d2c2ed58dda817576331b5c6912fde3ded51..9e90c95cf85ef2b6a7c22e5183800a7a015c0de7 100644
--- a/components/typemaps.gni
+++ b/components/typemaps.gni
@@ -4,5 +4,6 @@
typemaps = [
"//components/autofill/content/public/cpp/autofill_types.typemap",
+ "//components/network_hints/common/network_hints.typemap",
blundell 2016/07/19 06:28:35 Why the divergence in directory structure for wher
tibell 2016/07/19 07:06:10 We usually put them next to the .mojom, which begs
Sam McNally 2016/07/20 00:03:02 I'd prefer typemaps to live with the traits and/or
tibell 2016/07/20 00:29:35 Done.
"//components/safe_json/public/interfaces/safe_json.typemap",
]

Powered by Google App Engine
This is Rietveld 408576698