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

Unified Diff: third_party/WebKit/Source/platform/mojo/blink_typemaps.gni

Issue 2555853003: Break up common_custom_types.mojom. (Closed)
Patch Set: Created 4 years 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: third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
diff --git a/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni b/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
index a7a03204bd5897a827e55a0c51ccc1edd345ed48..af47d176b85dcd984306a085b8d9534dee260503 100644
--- a/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
+++ b/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
@@ -3,8 +3,9 @@
# found in the LICENSE file.
typemaps = [
- "//third_party/WebKit/Source/platform/mojo/CommonCustomTypes.typemap",
+ "//third_party/WebKit/Source/platform/mojo/File.typemap",
+ "//third_party/WebKit/Source/platform/mojo/Geometry.typemap",
"//third_party/WebKit/Source/platform/mojo/KURL.typemap",
"//third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap",
- "//third_party/WebKit/Source/platform/mojo/Geometry.typemap",
+ "//third_party/WebKit/Source/platform/mojo/String.typemap",
]

Powered by Google App Engine
This is Rietveld 408576698