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

Unified Diff: content/public/common/typemaps.gni

Issue 2964503003: Move NetworkService mojom files to content/public/common. (Closed)
Patch Set: Merge Created 3 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: content/public/common/typemaps.gni
diff --git a/content/public/common/typemaps.gni b/content/public/common/typemaps.gni
index 2f87ff66ff0347653a6aae4146d0408d6d467321..a9cff966781422a6cf7f4bde2d58badd6a337745 100644
--- a/content/public/common/typemaps.gni
+++ b/content/public/common/typemaps.gni
@@ -4,6 +4,13 @@
typemaps = [
"//content/public/common/manifest.typemap",
+ "//content/public/common/mutable_network_traffic_annotation_tag.typemap",
"//content/public/common/referrer.typemap",
"//content/public/common/resource_type.typemap",
+ "//content/public/common/ssl_info.typemap",
+ "//content/public/common/url_loader_status.typemap",
+ "//content/public/common/url_request.typemap",
+ "//content/public/common/url_request_redirect_info.typemap",
+ "//content/public/common/url_response_head.typemap",
+ "//content/public/common/url_sync_load_result.typemap",
]

Powered by Google App Engine
This is Rietveld 408576698