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

Unified Diff: content/gpu/BUILD.gn

Issue 2739163003: Shape Detection: move the Mac service to the sandboxed GPU process (Closed)
Patch Set: rebase Created 3 years, 9 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 | « content/browser/service_manager/service_manager_context.cc ('k') | content/gpu/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/gpu/BUILD.gn
diff --git a/content/gpu/BUILD.gn b/content/gpu/BUILD.gn
index 50ebf1507ba16e7d14c51508812c335e9cdf3976..d504493f85620f7c1e9f7fb0f91ccf73ee5df23e 100644
--- a/content/gpu/BUILD.gn
+++ b/content/gpu/BUILD.gn
@@ -62,6 +62,8 @@ target(link_target_type, "gpu_sources") {
"//media/gpu/ipc/service",
"//services/service_manager/public/cpp",
"//services/service_manager/public/interfaces",
+ "//services/shape_detection:lib",
mcasas 2017/03/10 02:08:53 This is because I need shape_detection::ShapeDet
Ken Rockot(use gerrit already) 2017/03/10 16:09:12 Nooooo. The lib is the internal implementation det
+ "//services/shape_detection/public/interfaces",
"//services/ui/gpu",
"//services/ui/gpu/interfaces",
"//skia",
« no previous file with comments | « content/browser/service_manager/service_manager_context.cc ('k') | content/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698