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

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

Issue 2643713002: Port BatteryMonitor into Device Service (Closed)
Patch Set: Self-review 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/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("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 "//content:resources", 424 "//content:resources",
425 "//content/child", 425 "//content/child",
426 "//content/common", 426 "//content/common",
427 "//content/gpu:gpu_sources", 427 "//content/gpu:gpu_sources",
428 "//content/public/child:child_sources", 428 "//content/public/child:child_sources",
429 "//content/public/common:common_sources", 429 "//content/public/common:common_sources",
430 "//content/public/common:feature_h264_with_openh264_ffmpeg", 430 "//content/public/common:feature_h264_with_openh264_ffmpeg",
431 "//content/public/common:features", 431 "//content/public/common:features",
432 "//crypto:platform", 432 "//crypto:platform",
433 "//device/base/synchronization", 433 "//device/base/synchronization",
434 "//device/battery:mojo_bindings",
435 "//device/gamepad/public/interfaces", 434 "//device/gamepad/public/interfaces",
436 "//device/screen_orientation/public/interfaces", 435 "//device/screen_orientation/public/interfaces",
437 "//device/sensors/public/cpp", 436 "//device/sensors/public/cpp",
438 "//device/usb/public/interfaces", 437 "//device/usb/public/interfaces",
439 "//device/vibration:mojo_bindings", 438 "//device/vibration:mojo_bindings",
440 "//device/vr:mojo_bindings", 439 "//device/vr:mojo_bindings",
441 "//gin", 440 "//gin",
442 "//gpu", 441 "//gpu",
443 "//gpu/command_buffer/client:gles2_interface", 442 "//gpu/command_buffer/client:gles2_interface",
444 "//jingle:jingle_glue", 443 "//jingle:jingle_glue",
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 # For the defines in mojo_media_config. 936 # For the defines in mojo_media_config.
938 public_configs = [ "//media/mojo/services:mojo_media_config" ] 937 public_configs = [ "//media/mojo/services:mojo_media_config" ]
939 } 938 }
940 939
941 if (!is_component_build) { 940 if (!is_component_build) {
942 public_deps = [ 941 public_deps = [
943 ":renderer", 942 ":renderer",
944 ] 943 ]
945 } 944 }
946 } 945 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698