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

Unified Diff: content/content_common_mojo_bindings.gyp

Issue 2014013002: Add SkBitmap StructTraits for skia::mojo::Bitmap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 4 years, 7 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/browser/web_contents/web_contents_impl.cc ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common_mojo_bindings.gyp
diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
index 46d841f7d9bc2a17d9fe83b27a426d0d709c9a55..7708406280455cb178210a9c4b41938952e4b8dd 100644
--- a/content/content_common_mojo_bindings.gyp
+++ b/content/content_common_mojo_bindings.gyp
@@ -20,6 +20,7 @@
'common/storage_partition_service.mojom',
],
'mojom_typemaps': [
+ '../skia/public/interfaces/skbitmap.typemap',
'../ui/gfx/geometry/mojo/geometry.typemap',
'../url/mojo/gurl.typemap',
'../url/mojo/origin.typemap',
@@ -43,9 +44,11 @@
},
'dependencies': [
'../url/url.gyp:url_mojom',
+ '../skia/skia.gyp:skia',
'content_common_mojo_bindings_mojom',
],
'export_dependent_settings': [
+ '../skia/skia.gyp:skia',
'../url/url.gyp:url_mojom',
],
},
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698