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

Unified Diff: third_party/WebKit/public/blink_typemaps.gni

Issue 2161993004: Make geometry struct_trait shared by Blink and Chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: third_party/WebKit/public/blink_typemaps.gni
diff --git a/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni b/third_party/WebKit/public/blink_typemaps.gni
similarity index 65%
copy from third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
copy to third_party/WebKit/public/blink_typemaps.gni
index e5f50b0c008d0d29d997cffd9436648cbff4db7d..9e56c32db80fadcafa875ca796cac738f234ee3a 100644
--- a/third_party/WebKit/Source/platform/mojo/blink_typemaps.gni
+++ b/third_party/WebKit/public/blink_typemaps.gni
@@ -3,8 +3,8 @@
# found in the LICENSE file.
typemaps = [
- "//third_party/WebKit/Source/platform/mojo/KURL.typemap",
- "//third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap",
+ # These typemaps are required by compositor_frame.mojom
"//cc/ipc/surface_id.typemap",
"//cc/ipc/surface_sequence.typemap",
+ "//ui/gfx/geometry/mojo/geometry.typemap",
]

Powered by Google App Engine
This is Rietveld 408576698