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

Unified Diff: skia/skia.gyp

Issue 1098643002: Add bitmap.mojom definition and typeconverters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « skia/public/type_converters.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 109adffdbed91a98f2aad5a60c976debbacaff39..50f36f5059a798874e6a7f9c2e4b68c445cd37f7 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -146,5 +146,22 @@
'../build/android/increase_size_for_speed.gypi',
],
},
+ {
+ 'target_name': 'skia_mojo',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'skia_library',
+ '../base/base.gyp:base',
+ ],
+ 'includes': [
+ '../third_party/mojo/mojom_bindings_generator.gypi',
+ ],
+ 'sources': [
+ # Note: file list duplicated in GN build.
+ 'public/interfaces/bitmap.mojom',
+ 'public/type_converters.cc',
+ 'public/type_converters.h',
+ ],
+ },
],
}
« no previous file with comments | « skia/public/type_converters.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698