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

Unified Diff: services/shape_detection/public/interfaces/BUILD.gn

Issue 2875243002: RELAND: ShapeDetection: use mojom::Bitmap for mojo interface. (Closed)
Patch Set: RELAND2: ShapeDetection: use mojom::Bitmap for mojo interface. Created 3 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
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 22266aec53d0270669732dfa53854595bcccd0ab..432da86d3c62e90fc4298db76aeaa15d1fe5cfcc 100644
--- a/services/shape_detection/public/interfaces/BUILD.gn
+++ b/services/shape_detection/public/interfaces/BUILD.gn
@@ -14,6 +14,7 @@ mojom("interfaces") {
]
public_deps = [
+ "//skia/public/interfaces",
"//ui/gfx/geometry/mojo",
]

Powered by Google App Engine
This is Rietveld 408576698