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

Side by Side Diff: ash/ash.gyp

Issue 2295843006: Signin screen and locked screen status area focus advancing (Closed)
Patch Set: optimization Created 4 years, 3 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 (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_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'common/system/ime/tray_ime_chromeos.cc', 308 'common/system/ime/tray_ime_chromeos.cc',
309 'common/system/ime/tray_ime_chromeos.h', 309 'common/system/ime/tray_ime_chromeos.h',
310 'common/system/keyboard_brightness_control_delegate.h', 310 'common/system/keyboard_brightness_control_delegate.h',
311 'common/system/locale/locale_notification_controller.cc', 311 'common/system/locale/locale_notification_controller.cc',
312 'common/system/locale/locale_notification_controller.h', 312 'common/system/locale/locale_notification_controller.h',
313 'common/system/locale/locale_observer.h', 313 'common/system/locale/locale_observer.h',
314 'common/system/networking_config_delegate.cc', 314 'common/system/networking_config_delegate.cc',
315 'common/system/networking_config_delegate.h', 315 'common/system/networking_config_delegate.h',
316 'common/system/overview/overview_button_tray.cc', 316 'common/system/overview/overview_button_tray.cc',
317 'common/system/overview/overview_button_tray.h', 317 'common/system/overview/overview_button_tray.h',
318 'common/system/status_area_focus_observer.h',
318 'common/system/status_area_layout_manager.cc', 319 'common/system/status_area_layout_manager.cc',
319 'common/system/status_area_layout_manager.h', 320 'common/system/status_area_layout_manager.h',
320 'common/system/status_area_widget.cc', 321 'common/system/status_area_widget.cc',
321 'common/system/status_area_widget.h', 322 'common/system/status_area_widget.h',
322 'common/system/status_area_widget_delegate.cc', 323 'common/system/status_area_widget_delegate.cc',
323 'common/system/status_area_widget_delegate.h', 324 'common/system/status_area_widget_delegate.h',
324 'common/system/system_notifier.cc', 325 'common/system/system_notifier.cc',
325 'common/system/system_notifier.h', 326 'common/system/system_notifier.h',
326 'common/system/toast/toast_data.cc', 327 'common/system/toast/toast_data.cc',
327 'common/system/toast/toast_data.h', 328 'common/system/toast/toast_data.h',
(...skipping 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1518 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1519 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1519 ], 1520 ],
1520 } 1521 }
1521 ], 1522 ],
1522 ], 1523 ],
1523 }, 1524 },
1524 ], 1525 ],
1525 }], 1526 }],
1526 ], 1527 ],
1527 } 1528 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/status_area_focus_observer.h » ('j') | ash/common/system/status_area_focus_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698