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

Unified Diff: content/common/typemaps.gni

Issue 1970693002: Use mojo for Chrome Loading, Part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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/common/BUILD.gn ('k') | content/common/url_loader.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/typemaps.gni
diff --git a/media/mojo/interfaces/typemaps.gni b/content/common/typemaps.gni
similarity index 56%
copy from media/mojo/interfaces/typemaps.gni
copy to content/common/typemaps.gni
index 54f9f0e5bc0615d3d21f39e726c7ec3c1307d32d..2dd3ed67f1350ca11ea46862eb846353959828f3 100644
--- a/media/mojo/interfaces/typemaps.gni
+++ b/content/common/typemaps.gni
@@ -3,6 +3,7 @@
# found in the LICENSE file.
typemaps = [
- "//media/mojo/interfaces/audio_parameters.typemap",
- "//media/mojo/interfaces/pipeline_statistics.typemap",
+ "//content/common/url_loader_status.typemap",
+ "//content/common/url_request.typemap",
+ "//content/common/url_response_head.typemap",
]
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/url_loader.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698