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

Side by Side Diff: content/browser/BUILD.gn

Issue 2528743002: Shape Detection: Implement FaceDetection on Mac as out-of-process service (Closed)
Patch Set: Use media::ScopedResultCallback 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 unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/browser_context.cc » ('j') | content/browser/browser_context.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "//services/catalog/public/interfaces:constants", 104 "//services/catalog/public/interfaces:constants",
105 "//services/device:lib", 105 "//services/device:lib",
106 "//services/device/public/interfaces", 106 "//services/device/public/interfaces",
107 "//services/file:lib", 107 "//services/file:lib",
108 "//services/file/public/interfaces", 108 "//services/file/public/interfaces",
109 "//services/service_manager", 109 "//services/service_manager",
110 "//services/service_manager/public/cpp", 110 "//services/service_manager/public/cpp",
111 "//services/service_manager/public/interfaces", 111 "//services/service_manager/public/interfaces",
112 "//services/service_manager/runner/common", 112 "//services/service_manager/runner/common",
113 "//services/service_manager/runner/host:lib", 113 "//services/service_manager/runner/host:lib",
114 "//services/shape_detection:lib",
115 "//services/shape_detection/public/interfaces",
114 "//skia", 116 "//skia",
115 "//sql", 117 "//sql",
116 "//storage/browser", 118 "//storage/browser",
117 "//storage/common", 119 "//storage/common",
118 "//third_party/WebKit/public:blink_headers", 120 "//third_party/WebKit/public:blink_headers",
119 "//third_party/WebKit/public:features", 121 "//third_party/WebKit/public:features",
120 "//third_party/WebKit/public:image_resources", 122 "//third_party/WebKit/public:image_resources",
121 "//third_party/WebKit/public:mojo_bindings", 123 "//third_party/WebKit/public:mojo_bindings",
122 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings", 124 "//third_party/WebKit/public:offscreen_canvas_mojo_bindings",
123 "//third_party/WebKit/public:resources", 125 "//third_party/WebKit/public:resources",
(...skipping 1853 matching lines...) Expand 10 before | Expand all | Expand 10 after
1977 if (!is_component_build) { 1979 if (!is_component_build) {
1978 public_deps = [ 1980 public_deps = [
1979 ":browser", 1981 ":browser",
1980 ] 1982 ]
1981 } else { 1983 } else {
1982 public_deps = [ 1984 public_deps = [
1983 "//third_party/leveldatabase", 1985 "//third_party/leveldatabase",
1984 ] 1986 ]
1985 } 1987 }
1986 } 1988 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/browser_context.cc » ('j') | content/browser/browser_context.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698