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

Unified Diff: content/public/common/referrer.typemap

Issue 2802593003: Add //net deps to content/public/common/referrer.typemap (Closed)
Patch Set: Created 3 years, 8 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 | « content/public/common/OWNERS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/referrer.typemap
diff --git a/content/public/common/referrer.typemap b/content/public/common/referrer.typemap
index 00cff5972640a4dd86e7662c1f9f4e4dacef5f43..7c6703cde0e0309590af1e7d630cffc0648d1fa6 100644
--- a/content/public/common/referrer.typemap
+++ b/content/public/common/referrer.typemap
@@ -8,4 +8,7 @@ traits_headers = [ "//content/public/common/referrer_struct_traits.h" ]
sources = [
"//content/public/common/referrer_struct_traits.cc",
]
+deps = [
+ "//net",
+]
type_mappings = [ "blink.mojom.Referrer=content::Referrer" ]
« no previous file with comments | « content/public/common/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698