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

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

Issue 2698083007: Port device_generic_sensor to be hosted in Device Service. (Closed)
Patch Set: Port device_generic_sensor to be hosted in Device Service. Created 3 years, 8 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("//ppapi/features/features.gni") 7 import("//ppapi/features/features.gni")
8 import("//third_party/WebKit/public/public_features.gni") 8 import("//third_party/WebKit/public/public_features.gni")
9 9
10 if (is_component_build) { 10 if (is_component_build) {
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "//content/app/strings", 233 "//content/app/strings",
234 "//content/common", 234 "//content/common",
235 "//content/public/common:common_sources", 235 "//content/public/common:common_sources",
236 "//crypto:platform", 236 "//crypto:platform",
237 "//gpu/command_buffer/client", 237 "//gpu/command_buffer/client",
238 "//media", 238 "//media",
239 "//media/blink", 239 "//media/blink",
240 "//mojo/common", 240 "//mojo/common",
241 "//mojo/edk/system", 241 "//mojo/edk/system",
242 "//net", 242 "//net",
243 "//services/device/public/cpp:device_features",
243 "//services/device/public/cpp/power_monitor", 244 "//services/device/public/cpp/power_monitor",
244 "//services/device/public/interfaces:constants", 245 "//services/device/public/interfaces:constants",
245 "//services/resource_coordinator/public/cpp", 246 "//services/resource_coordinator/public/cpp",
246 "//services/service_manager/public/cpp", 247 "//services/service_manager/public/cpp",
247 "//services/service_manager/public/interfaces", 248 "//services/service_manager/public/interfaces",
248 "//services/service_manager/runner/common", 249 "//services/service_manager/runner/common",
249 "//skia", 250 "//skia",
250 "//storage/common", 251 "//storage/common",
251 "//third_party/WebKit/public:blink_headers", 252 "//third_party/WebKit/public:blink_headers",
252 "//third_party/WebKit/public:features", 253 "//third_party/WebKit/public:features",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 299
299 # See comment at the top of //content/BUILD.gn for how this works. 300 # See comment at the top of //content/BUILD.gn for how this works.
300 group("for_content_tests") { 301 group("for_content_tests") {
301 visibility = [ "//content/test/*" ] 302 visibility = [ "//content/test/*" ]
302 if (!is_component_build) { 303 if (!is_component_build) {
303 public_deps = [ 304 public_deps = [
304 ":child", 305 ":child",
305 ] 306 ]
306 } 307 }
307 } 308 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698