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

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: Fix return build errors. 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
Index: content/content_common_mojo_bindings.gyp
diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
index 6ee89513b16b0b79f6bf99882c410359dc450297..23f98f8418f6f8c1fb94ebaa1e358f24a6960805 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',
'../url/mojo/gurl.typemap',
'../url/mojo/origin.typemap',
],
@@ -42,9 +43,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',
],
},

Powered by Google App Engine
This is Rietveld 408576698