OLD | NEW |
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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 'common/system/locale/locale_notification_controller.h', | 216 'common/system/locale/locale_notification_controller.h', |
217 'common/system/locale/locale_observer.h', | 217 'common/system/locale/locale_observer.h', |
218 'common/system/networking_config_delegate.cc', | 218 'common/system/networking_config_delegate.cc', |
219 'common/system/networking_config_delegate.h', | 219 'common/system/networking_config_delegate.h', |
220 'common/system/overview/overview_button_tray.cc', | 220 'common/system/overview/overview_button_tray.cc', |
221 'common/system/overview/overview_button_tray.h', | 221 'common/system/overview/overview_button_tray.h', |
222 'common/system/status_area_widget_delegate.cc', | 222 'common/system/status_area_widget_delegate.cc', |
223 'common/system/status_area_widget_delegate.h', | 223 'common/system/status_area_widget_delegate.h', |
224 'common/system/system_notifier.cc', | 224 'common/system/system_notifier.cc', |
225 'common/system/system_notifier.h', | 225 'common/system/system_notifier.h', |
| 226 'common/system/toast/toast_data.cc', |
| 227 'common/system/toast/toast_data.h', |
| 228 'common/system/toast/toast_manager.cc', |
| 229 'common/system/toast/toast_manager.h', |
| 230 'common/system/toast/toast_overlay.cc', |
| 231 'common/system/toast/toast_overlay.h', |
226 'common/system/tray/actionable_view.cc', | 232 'common/system/tray/actionable_view.cc', |
227 'common/system/tray/actionable_view.h', | 233 'common/system/tray/actionable_view.h', |
228 'common/system/tray/default_system_tray_delegate.cc', | 234 'common/system/tray/default_system_tray_delegate.cc', |
229 'common/system/tray/default_system_tray_delegate.h', | 235 'common/system/tray/default_system_tray_delegate.h', |
230 'common/system/tray/fixed_sized_image_view.cc', | 236 'common/system/tray/fixed_sized_image_view.cc', |
231 'common/system/tray/fixed_sized_image_view.h', | 237 'common/system/tray/fixed_sized_image_view.h', |
232 'common/system/tray/fixed_sized_scroll_view.cc', | 238 'common/system/tray/fixed_sized_scroll_view.cc', |
233 'common/system/tray/fixed_sized_scroll_view.h', | 239 'common/system/tray/fixed_sized_scroll_view.h', |
234 'common/system/tray/hover_highlight_view.cc', | 240 'common/system/tray/hover_highlight_view.cc', |
235 'common/system/tray/hover_highlight_view.h', | 241 'common/system/tray/hover_highlight_view.h', |
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
627 'system/chromeos/power/power_event_observer.cc', | 633 'system/chromeos/power/power_event_observer.cc', |
628 'system/chromeos/power/power_event_observer.h', | 634 'system/chromeos/power/power_event_observer.h', |
629 'system/chromeos/power/video_activity_notifier.cc', | 635 'system/chromeos/power/video_activity_notifier.cc', |
630 'system/chromeos/power/video_activity_notifier.h', | 636 'system/chromeos/power/video_activity_notifier.h', |
631 'system/chromeos/rotation/tray_rotation_lock.cc', | 637 'system/chromeos/rotation/tray_rotation_lock.cc', |
632 'system/chromeos/rotation/tray_rotation_lock.h', | 638 'system/chromeos/rotation/tray_rotation_lock.h', |
633 'system/chromeos/tray_display.cc', | 639 'system/chromeos/tray_display.cc', |
634 'system/chromeos/tray_display.h', | 640 'system/chromeos/tray_display.h', |
635 'system/status_area_widget.cc', | 641 'system/status_area_widget.cc', |
636 'system/status_area_widget.h', | 642 'system/status_area_widget.h', |
637 'system/toast/toast_data.cc', | |
638 'system/toast/toast_data.h', | |
639 'system/toast/toast_manager.cc', | |
640 'system/toast/toast_manager.h', | |
641 'system/toast/toast_overlay.cc', | |
642 'system/toast/toast_overlay.h', | |
643 'system/tray/system_tray.cc', | 643 'system/tray/system_tray.cc', |
644 'system/tray/system_tray.h', | 644 'system/tray/system_tray.h', |
645 'touch/touch_hud_debug.cc', | 645 'touch/touch_hud_debug.cc', |
646 'touch/touch_hud_debug.h', | 646 'touch/touch_hud_debug.h', |
647 'touch/touch_hud_projection.cc', | 647 'touch/touch_hud_projection.cc', |
648 'touch/touch_hud_projection.h', | 648 'touch/touch_hud_projection.h', |
649 'touch/touch_observer_hud.cc', | 649 'touch/touch_observer_hud.cc', |
650 'touch/touch_observer_hud.h', | 650 'touch/touch_observer_hud.h', |
651 'touch/touch_transformer_controller.cc', | 651 'touch/touch_transformer_controller.cc', |
652 'touch/touch_transformer_controller.h', | 652 'touch/touch_transformer_controller.h', |
(...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1452 ], | 1452 ], |
1453 } | 1453 } |
1454 ], | 1454 ], |
1455 ], | 1455 ], |
1456 }, | 1456 }, |
1457 ], | 1457 ], |
1458 }], | 1458 }], |
1459 ], | 1459 ], |
1460 } | 1460 } |
OLD | NEW |