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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2629433003: ShapeDetection: use mojom::Bitmap for mojo interface. (Closed)
Patch Set: ShapeDetection: use mojom::Bitmap for mojo interface. Created 3 years, 11 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: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 08739cbd6be3d8aa892c54cb804ce879ab5887d2..7c7d2235184047a4bff72f2f531253aa2f5ab1b6 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -672,6 +672,7 @@ mojom("mojo_bindings") {
":android_mojo_bindings",
"//device/bluetooth/public/interfaces",
"//mojo/common:common_custom_types",
+ "//skia/public/interfaces",
xianglu 2017/01/18 21:08:38 Remove this.
"//ui/gfx/geometry/mojo",
"//ui/gfx/geometry/mojo:mojo",
"//url/mojo:url_mojom_gurl",

Powered by Google App Engine
This is Rietveld 408576698