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

Unified Diff: skia/skia.gyp

Issue 1028543002: Turn the utility process image decoder into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and address comments. Created 5 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 | « 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 0f13b69bafd4e2ee2785c1c0d6f54cf2cbb6592f..756baf71e051efef74e3b991d7ed4ba55d81d432 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -147,5 +147,22 @@
'../build/android/increase_size_for_speed.gypi',
],
},
+ {
+ 'target_name': 'skia_mojo',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'skia',
+ '../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