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

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

Issue 2528743002: Shape Detection: Implement FaceDetection on Mac as out-of-process service (Closed)
Patch Set: Rebase 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
« no previous file with comments | « services/shape_detection/manifest.json ('k') | services/shape_detection/public/interfaces/constants.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..95374286444481486dc1cb57843001d838053a35 100644
--- a/services/shape_detection/public/interfaces/BUILD.gn
+++ b/services/shape_detection/public/interfaces/BUILD.gn
@@ -7,6 +7,7 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
"barcodedetection.mojom",
+ "constants.mojom",
"facedetection.mojom",
"facedetection_provider.mojom",
"textdetection.mojom",
« no previous file with comments | « services/shape_detection/manifest.json ('k') | services/shape_detection/public/interfaces/constants.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698