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

Side by Side Diff: device/battery/battery.gyp

Issue 2066503002: Implement device::BatteryStatus support for UPower daemon 0.99.x (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement device::BatteryStatus support for UPower daemon 0.99.x (rebased) Created 4 years, 4 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 | « device/battery/BUILD.gn ('k') | device/battery/battery_status_manager_linux.h » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'device_battery_mojo_bindings', 113 'device_battery_mojo_bindings',
114 ], 114 ],
115 'defines': [ 115 'defines': [
116 'DEVICE_BATTERY_IMPLEMENTATION', 116 'DEVICE_BATTERY_IMPLEMENTATION',
117 ], 117 ],
118 'sources': [ 118 'sources': [
119 'battery_monitor_impl.cc', 119 'battery_monitor_impl.cc',
120 'battery_monitor_impl.h', 120 'battery_monitor_impl.h',
121 'battery_status_manager_chromeos.cc', 121 'battery_status_manager_chromeos.cc',
122 'battery_status_manager_default.cc', 122 'battery_status_manager_default.cc',
123 'battery_status_manager_linux-inl.h',
123 'battery_status_manager_linux.cc', 124 'battery_status_manager_linux.cc',
124 'battery_status_manager_linux.h', 125 'battery_status_manager_linux.h',
125 'battery_status_manager_mac.cc', 126 'battery_status_manager_mac.cc',
126 'battery_status_manager_win.cc', 127 'battery_status_manager_win.cc',
127 'battery_status_manager_win.h', 128 'battery_status_manager_win.h',
128 'battery_status_manager.h', 129 'battery_status_manager.h',
129 'battery_status_service.cc', 130 'battery_status_service.cc',
130 'battery_status_service.h', 131 'battery_status_service.h',
131 ], 132 ],
132 'conditions': [ 133 'conditions': [
(...skipping 30 matching lines...) Expand all
163 'sources!': [ 164 'sources!': [
164 'battery_status_manager_default.cc', 165 'battery_status_manager_default.cc',
165 ], 166 ],
166 }], 167 }],
167 ], 168 ],
168 }, 169 },
169 ], 170 ],
170 }], 171 }],
171 ], 172 ],
172 } 173 }
OLDNEW
« no previous file with comments | « device/battery/BUILD.gn ('k') | device/battery/battery_status_manager_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698