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

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

Issue 2692993006: Port device_sensors to be hosted in Device Service (Closed)
Patch Set: code 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 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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//content/common/features.gni") 9 import("//content/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 "//media/mojo/interfaces:remoting", 461 "//media/mojo/interfaces:remoting",
462 "//mojo/common", 462 "//mojo/common",
463 "//mojo/edk/js", 463 "//mojo/edk/js",
464 "//mojo/public/cpp/bindings", 464 "//mojo/public/cpp/bindings",
465 "//mojo/public/js", 465 "//mojo/public/js",
466 "//net", 466 "//net",
467 "//ppapi/features", 467 "//ppapi/features",
468 "//printing/features", 468 "//printing/features",
469 "//sandbox", 469 "//sandbox",
470 "//services/device/public/interfaces", 470 "//services/device/public/interfaces",
471 "//services/device/public/interfaces:constants",
471 "//services/service_manager/public/cpp", 472 "//services/service_manager/public/cpp",
472 "//services/service_manager/public/interfaces", 473 "//services/service_manager/public/interfaces",
473 "//services/ui/public/cpp/gpu", 474 "//services/ui/public/cpp/gpu",
474 "//skia", 475 "//skia",
475 "//storage/common", 476 "//storage/common",
476 "//third_party/WebKit/public:blink", 477 "//third_party/WebKit/public:blink",
477 "//third_party/WebKit/public:features", 478 "//third_party/WebKit/public:features",
478 "//third_party/WebKit/public:mojo_bindings", 479 "//third_party/WebKit/public:mojo_bindings",
479 "//third_party/boringssl", 480 "//third_party/boringssl",
480 "//third_party/icu", 481 "//third_party/icu",
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 # For the defines in mojo_media_config. 953 # For the defines in mojo_media_config.
953 public_configs = [ "//media/mojo/services:mojo_media_config" ] 954 public_configs = [ "//media/mojo/services:mojo_media_config" ]
954 } 955 }
955 956
956 if (!is_component_build) { 957 if (!is_component_build) {
957 public_deps = [ 958 public_deps = [
958 ":renderer", 959 ":renderer",
959 ] 960 ]
960 } 961 }
961 } 962 }
OLDNEW
« no previous file with comments | « content/public/app/mojo/content_renderer_manifest.json ('k') | content/renderer/device_sensors/device_sensor_event_pump.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698