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

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

Issue 2510033002: [Device Service] Move PowerMonitor into the Device Service (Closed)
Patch Set: Rebase only 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
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »
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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "//content/public/common:common_sources", 67 "//content/public/common:common_sources",
68 "//crypto", 68 "//crypto",
69 "//device/battery", 69 "//device/battery",
70 "//device/battery:mojo_bindings", 70 "//device/battery:mojo_bindings",
71 "//device/bluetooth", 71 "//device/bluetooth",
72 "//device/gamepad", 72 "//device/gamepad",
73 "//device/generic_sensor", 73 "//device/generic_sensor",
74 "//device/geolocation", 74 "//device/geolocation",
75 "//device/geolocation/public/interfaces", 75 "//device/geolocation/public/interfaces",
76 "//device/nfc:mojo_bindings", 76 "//device/nfc:mojo_bindings",
77 "//device/power_monitor",
78 "//device/power_save_blocker", 77 "//device/power_save_blocker",
79 "//device/screen_orientation/public/interfaces", 78 "//device/screen_orientation/public/interfaces",
80 "//device/sensors/public/cpp", 79 "//device/sensors/public/cpp",
81 "//device/vibration", 80 "//device/vibration",
82 "//device/wake_lock", 81 "//device/wake_lock",
83 "//gin", 82 "//gin",
84 "//google_apis", 83 "//google_apis",
85 "//gpu", 84 "//gpu",
86 "//gpu/command_buffer/client:gles2_implementation", 85 "//gpu/command_buffer/client:gles2_implementation",
87 "//gpu/command_buffer/client:gles2_interface", 86 "//gpu/command_buffer/client:gles2_interface",
(...skipping 1918 matching lines...) Expand 10 before | Expand all | Expand 10 after
2006 if (!is_component_build) { 2005 if (!is_component_build) {
2007 public_deps = [ 2006 public_deps = [
2008 ":browser", 2007 ":browser",
2009 ] 2008 ]
2010 } else { 2009 } else {
2011 public_deps = [ 2010 public_deps = [
2012 "//third_party/leveldatabase", 2011 "//third_party/leveldatabase",
2013 ] 2012 ]
2014 } 2013 }
2015 } 2014 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698