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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "//services/catalog/public/interfaces:constants", 106 "//services/catalog/public/interfaces:constants",
107 "//services/device:lib", 107 "//services/device:lib",
108 "//services/device/public/interfaces", 108 "//services/device/public/interfaces",
109 "//services/file:lib", 109 "//services/file:lib",
110 "//services/file/public/interfaces", 110 "//services/file/public/interfaces",
111 "//services/service_manager", 111 "//services/service_manager",
112 "//services/service_manager/public/cpp", 112 "//services/service_manager/public/cpp",
113 "//services/service_manager/public/interfaces", 113 "//services/service_manager/public/interfaces",
114 "//services/service_manager/runner/common", 114 "//services/service_manager/runner/common",
115 "//services/service_manager/runner/host:lib", 115 "//services/service_manager/runner/host:lib",
116 "//services/shape_detection/public/interfaces:interfaces", 116 "//services/shape_detection:lib",
117 "//services/shape_detection/public/interfaces",
117 "//services/ui/gpu/interfaces", 118 "//services/ui/gpu/interfaces",
118 "//services/ui/public/cpp/gpu", 119 "//services/ui/public/cpp/gpu",
119 "//skia", 120 "//skia",
120 "//sql", 121 "//sql",
121 "//storage/browser", 122 "//storage/browser",
122 "//storage/common", 123 "//storage/common",
123 "//third_party/WebKit/public:blink_headers", 124 "//third_party/WebKit/public:blink_headers",
124 "//third_party/WebKit/public:features", 125 "//third_party/WebKit/public:features",
125 "//third_party/WebKit/public:image_resources", 126 "//third_party/WebKit/public:image_resources",
126 "//third_party/WebKit/public:mojo_bindings", 127 "//third_party/WebKit/public:mojo_bindings",
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 "service_worker/service_worker_stream_reader.cc", 1290 "service_worker/service_worker_stream_reader.cc",
1290 "service_worker/service_worker_stream_reader.h", 1291 "service_worker/service_worker_stream_reader.h",
1291 "service_worker/service_worker_unregister_job.cc", 1292 "service_worker/service_worker_unregister_job.cc",
1292 "service_worker/service_worker_unregister_job.h", 1293 "service_worker/service_worker_unregister_job.h",
1293 "service_worker/service_worker_url_request_job.cc", 1294 "service_worker/service_worker_url_request_job.cc",
1294 "service_worker/service_worker_url_request_job.h", 1295 "service_worker/service_worker_url_request_job.h",
1295 "service_worker/service_worker_version.cc", 1296 "service_worker/service_worker_version.cc",
1296 "service_worker/service_worker_version.h", 1297 "service_worker/service_worker_version.h",
1297 "service_worker/service_worker_write_to_cache_job.cc", 1298 "service_worker/service_worker_write_to_cache_job.cc",
1298 "service_worker/service_worker_write_to_cache_job.h", 1299 "service_worker/service_worker_write_to_cache_job.h",
1300 "shapedetection/face_detection_service_dispatcher.cc",
1301 "shapedetection/face_detection_service_dispatcher.h",
1299 "shared_worker/shared_worker_host.cc", 1302 "shared_worker/shared_worker_host.cc",
1300 "shared_worker/shared_worker_host.h", 1303 "shared_worker/shared_worker_host.h",
1301 "shared_worker/shared_worker_instance.cc", 1304 "shared_worker/shared_worker_instance.cc",
1302 "shared_worker/shared_worker_instance.h", 1305 "shared_worker/shared_worker_instance.h",
1303 "shared_worker/shared_worker_message_filter.cc", 1306 "shared_worker/shared_worker_message_filter.cc",
1304 "shared_worker/shared_worker_message_filter.h", 1307 "shared_worker/shared_worker_message_filter.h",
1305 "shared_worker/shared_worker_service_impl.cc", 1308 "shared_worker/shared_worker_service_impl.cc",
1306 "shared_worker/shared_worker_service_impl.h", 1309 "shared_worker/shared_worker_service_impl.h",
1307 "shared_worker/worker_document_set.cc", 1310 "shared_worker/worker_document_set.cc",
1308 "shared_worker/worker_document_set.h", 1311 "shared_worker/worker_document_set.h",
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
2007 if (!is_component_build) { 2010 if (!is_component_build) {
2008 public_deps = [ 2011 public_deps = [
2009 ":browser", 2012 ":browser",
2010 ] 2013 ]
2011 } else { 2014 } else {
2012 public_deps = [ 2015 public_deps = [
2013 "//third_party/leveldatabase", 2016 "//third_party/leveldatabase",
2014 ] 2017 ]
2015 } 2018 }
2016 } 2019 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698