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

Unified Diff: third_party/WebKit/Source/platform/mojo/Geometry.typemap

Issue 2656583002: Remove unused typemap includes from generated C++ mojo bindings. (Closed)
Patch Set: Created 3 years, 10 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 | « services/ui/ws/event_dispatcher.h ('k') | third_party/WebKit/Source/platform/mojo/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/mojo/Geometry.typemap
diff --git a/third_party/WebKit/Source/platform/mojo/Geometry.typemap b/third_party/WebKit/Source/platform/mojo/Geometry.typemap
index a97b6f491dbf875484ae3f0095bd5f81a29fea6e..3e1e17d4f7ade10aff445d496ec483823b8f65e4 100644
--- a/third_party/WebKit/Source/platform/mojo/Geometry.typemap
+++ b/third_party/WebKit/Source/platform/mojo/Geometry.typemap
@@ -4,8 +4,10 @@
mojom = "//ui/gfx/geometry/mojo/geometry.mojom"
public_headers = [ "//third_party/WebKit/public/platform/WebSize.h" ]
-traits_headers =
- [ "//third_party/WebKit/Source/platform/mojo/GeometryStructTraits.h" ]
+traits_headers = [
+ "//third_party/WebKit/Source/platform/mojo/GeometryStructTraits.h",
+ "//ui/gfx/geometry/mojo/geometry_struct_traits.h",
+]
# Note: consumers of this typemap must themselves depend on platform.
deps = [
« no previous file with comments | « services/ui/ws/event_dispatcher.h ('k') | third_party/WebKit/Source/platform/mojo/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698