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

Unified Diff: skia/skia.gyp

Issue 1906773003: Enable SkBitmap to be used by Mojo in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | 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 2103c4bd76df56f00facc1848f82500aec969946..96f1da1627949bc2ff268f3f12cba5d8fdc79079 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -183,13 +183,10 @@
'dependencies': [
'skia',
'../base/base.gyp:base',
- ],
- 'includes': [
- '../mojo/mojom_bindings_generator.gypi',
+ '../third_party/WebKit/public/blink.gyp:mojo_bindings',
],
'sources': [
# Note: file list duplicated in GN build.
- 'public/interfaces/bitmap.mojom',
'public/type_converters.cc',
],
},
« no previous file with comments | « skia/public/type_converters.cc ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698