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

Unified Diff: services/shape_detection/public/interfaces/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: services/shape_detection/public/interfaces/BUILD.gn
diff --git a/services/shape_detection/public/interfaces/BUILD.gn b/services/shape_detection/public/interfaces/BUILD.gn
index 6aaf8a4dfa944579bbff986caa8f83ced1ea9119..4e3115981783b79bd35e87ca19200487bc2229cd 100644
--- a/services/shape_detection/public/interfaces/BUILD.gn
+++ b/services/shape_detection/public/interfaces/BUILD.gn
@@ -13,6 +13,7 @@ mojom("interfaces") {
]
public_deps = [
+ "//skia/public/interfaces",
"//ui/gfx/geometry/mojo",
]
}

Powered by Google App Engine
This is Rietveld 408576698