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

Side by Side Diff: ash/ash.gyp

Issue 1014753003: Move low battery notification to Message Center. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | ash/resources/ash_resources.grd » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'system/chromeos/network/tray_network_state_observer.cc', 292 'system/chromeos/network/tray_network_state_observer.cc',
293 'system/chromeos/network/tray_network_state_observer.h', 293 'system/chromeos/network/tray_network_state_observer.h',
294 'system/chromeos/network/tray_sms.cc', 294 'system/chromeos/network/tray_sms.cc',
295 'system/chromeos/network/tray_sms.h', 295 'system/chromeos/network/tray_sms.h',
296 'system/chromeos/network/tray_vpn.cc', 296 'system/chromeos/network/tray_vpn.cc',
297 'system/chromeos/network/tray_vpn.h', 297 'system/chromeos/network/tray_vpn.h',
298 'system/chromeos/network/vpn_delegate.cc', 298 'system/chromeos/network/vpn_delegate.cc',
299 'system/chromeos/network/vpn_delegate.h', 299 'system/chromeos/network/vpn_delegate.h',
300 'system/chromeos/network/vpn_list_view.cc', 300 'system/chromeos/network/vpn_list_view.cc',
301 'system/chromeos/network/vpn_list_view.h', 301 'system/chromeos/network/vpn_list_view.h',
302 'system/chromeos/power/battery_notification.cc',
303 'system/chromeos/power/battery_notification.h',
302 'system/chromeos/power/power_event_observer.cc', 304 'system/chromeos/power/power_event_observer.cc',
303 'system/chromeos/power/power_event_observer.h', 305 'system/chromeos/power/power_event_observer.h',
304 'system/chromeos/power/power_status.cc', 306 'system/chromeos/power/power_status.cc',
305 'system/chromeos/power/power_status.h', 307 'system/chromeos/power/power_status.h',
306 'system/chromeos/power/power_status_view.cc', 308 'system/chromeos/power/power_status_view.cc',
307 'system/chromeos/power/power_status_view.h', 309 'system/chromeos/power/power_status_view.h',
308 'system/chromeos/power/tray_power.cc', 310 'system/chromeos/power/tray_power.cc',
309 'system/chromeos/power/tray_power.h', 311 'system/chromeos/power/tray_power.h',
310 'system/chromeos/power/video_activity_notifier.cc', 312 'system/chromeos/power/video_activity_notifier.cc',
311 'system/chromeos/power/video_activity_notifier.h', 313 'system/chromeos/power/video_activity_notifier.h',
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
1307 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1309 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1308 ], 1310 ],
1309 } 1311 }
1310 ], 1312 ],
1311 ], 1313 ],
1312 }, 1314 },
1313 ], 1315 ],
1314 }], 1316 }],
1315 ], 1317 ],
1316 } 1318 }
OLDNEW
« no previous file with comments | « no previous file | ash/resources/ash_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698