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

Unified Diff: content/public/app/BUILD.gn

Issue 2528743002: Shape Detection: Implement FaceDetection on Mac as out-of-process service (Closed)
Patch Set: Created 4 years 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: content/public/app/BUILD.gn
diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
index 620f170618c97393351e840fd0f89a7ac6ed6ef0..7aa32d13b932f00b886ddd4cfcbb558d2c7b95cd 100644
--- a/content/public/app/BUILD.gn
+++ b/content/public/app/BUILD.gn
@@ -173,11 +173,13 @@ service_manifest("browser_manifest") {
"device",
"file",
"media",
+ "shape_detection",
]
deps = [
"//media/mojo/services:media_manifest",
"//services/device:manifest",
"//services/file:manifest",
+ "//services/shape_detection:manifest",
]
}

Powered by Google App Engine
This is Rietveld 408576698