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

Side by Side Diff: ash/ash.gyp

Issue 2103053004: mash: Convert virtual keyboard system tray item to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak Created 4 years, 5 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.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'common/system/chromeos/session/logout_button_observer.h', 132 'common/system/chromeos/session/logout_button_observer.h',
133 'common/system/chromeos/session/session_length_limit_observer.h', 133 'common/system/chromeos/session/session_length_limit_observer.h',
134 'common/system/chromeos/settings/tray_settings.cc', 134 'common/system/chromeos/settings/tray_settings.cc',
135 'common/system/chromeos/settings/tray_settings.h', 135 'common/system/chromeos/settings/tray_settings.h',
136 'common/system/chromeos/shutdown_policy_observer.h', 136 'common/system/chromeos/shutdown_policy_observer.h',
137 'common/system/chromeos/system_clock_observer.cc', 137 'common/system/chromeos/system_clock_observer.cc',
138 'common/system/chromeos/system_clock_observer.h', 138 'common/system/chromeos/system_clock_observer.h',
139 'common/system/chromeos/tray_tracing.cc', 139 'common/system/chromeos/tray_tracing.cc',
140 'common/system/chromeos/tray_tracing.h', 140 'common/system/chromeos/tray_tracing.h',
141 'common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h', 141 'common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h',
142 'common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc',
143 'common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h',
142 'common/system/date/clock_observer.h', 144 'common/system/date/clock_observer.h',
143 'common/system/date/date_default_view.cc', 145 'common/system/date/date_default_view.cc',
144 'common/system/date/date_default_view.h', 146 'common/system/date/date_default_view.h',
145 'common/system/date/date_view.cc', 147 'common/system/date/date_view.cc',
146 'common/system/date/date_view.h', 148 'common/system/date/date_view.h',
147 'common/system/date/tray_date.cc', 149 'common/system/date/tray_date.cc',
148 'common/system/date/tray_date.h', 150 'common/system/date/tray_date.h',
149 'common/system/ime/ime_observer.h', 151 'common/system/ime/ime_observer.h',
150 'common/system/ime/tray_ime_chromeos.cc', 152 'common/system/ime/tray_ime_chromeos.cc',
151 'common/system/ime/tray_ime_chromeos.h', 153 'common/system/ime/tray_ime_chromeos.h',
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 'system/chromeos/session/logout_confirmation_dialog.h', 607 'system/chromeos/session/logout_confirmation_dialog.h',
606 'system/chromeos/session/tray_session_length_limit.cc', 608 'system/chromeos/session/tray_session_length_limit.cc',
607 'system/chromeos/session/tray_session_length_limit.h', 609 'system/chromeos/session/tray_session_length_limit.h',
608 'system/chromeos/supervised/custodian_info_tray_observer.h', 610 'system/chromeos/supervised/custodian_info_tray_observer.h',
609 'system/chromeos/supervised/tray_supervised_user.cc', 611 'system/chromeos/supervised/tray_supervised_user.cc',
610 'system/chromeos/supervised/tray_supervised_user.h', 612 'system/chromeos/supervised/tray_supervised_user.h',
611 'system/chromeos/tray_caps_lock.cc', 613 'system/chromeos/tray_caps_lock.cc',
612 'system/chromeos/tray_caps_lock.h', 614 'system/chromeos/tray_caps_lock.h',
613 'system/chromeos/tray_display.cc', 615 'system/chromeos/tray_display.cc',
614 'system/chromeos/tray_display.h', 616 'system/chromeos/tray_display.h',
615 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc',
616 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h',
617 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', 617 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
618 'system/overview/overview_button_tray.cc', 618 'system/overview/overview_button_tray.cc',
619 'system/overview/overview_button_tray.h', 619 'system/overview/overview_button_tray.h',
620 'system/status_area_widget.cc', 620 'system/status_area_widget.cc',
621 'system/status_area_widget.h', 621 'system/status_area_widget.h',
622 'system/status_area_widget_delegate.cc', 622 'system/status_area_widget_delegate.cc',
623 'system/status_area_widget_delegate.h', 623 'system/status_area_widget_delegate.h',
624 'system/toast/toast_data.cc', 624 'system/toast/toast_data.cc',
625 'system/toast/toast_data.h', 625 'system/toast/toast_data.h',
626 'system/toast/toast_manager.cc', 626 'system/toast/toast_manager.cc',
(...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1449 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1450 ], 1450 ],
1451 } 1451 }
1452 ], 1452 ],
1453 ], 1453 ],
1454 }, 1454 },
1455 ], 1455 ],
1456 }], 1456 }],
1457 ], 1457 ],
1458 } 1458 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h » ('j') | ash/common/wm_shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698