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

Unified Diff: content/browser/BUILD.gn

Issue 2528743002: Shape Detection: Implement FaceDetection on Mac as out-of-process service (Closed)
Patch Set: Launch shape detection service as a utility process 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: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 0b973765b875f2433cb225dad48f631dcea7fcce..b06b901b18a05b696715e3f24cce07520e47f615 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -113,7 +113,8 @@ source_set("browser") {
"//services/service_manager/public/interfaces",
"//services/service_manager/runner/common",
"//services/service_manager/runner/host:lib",
- "//services/shape_detection/public/interfaces:interfaces",
+ "//services/shape_detection:lib",
+ "//services/shape_detection/public/interfaces",
"//services/ui/gpu/interfaces",
"//services/ui/public/cpp/gpu",
"//skia",
@@ -1296,6 +1297,8 @@ source_set("browser") {
"service_worker/service_worker_version.h",
"service_worker/service_worker_write_to_cache_job.cc",
"service_worker/service_worker_write_to_cache_job.h",
+ "shapedetection/face_detection_service_dispatcher.cc",
+ "shapedetection/face_detection_service_dispatcher.h",
"shared_worker/shared_worker_host.cc",
"shared_worker/shared_worker_host.h",
"shared_worker/shared_worker_instance.cc",

Powered by Google App Engine
This is Rietveld 408576698