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

Side by Side Diff: ash/ash.gyp

Issue 2139183003: mash: Migrate //ash/system/toast to WM common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move test back 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
« no previous file with comments | « ash/accelerators/debug_commands.cc ('k') | ash/common/system/toast/OWNERS » ('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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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
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 }
OLDNEW
« no previous file with comments | « ash/accelerators/debug_commands.cc ('k') | ash/common/system/toast/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698