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

Side by Side Diff: ash/ash.gyp

Issue 2082193002: mash: Migrate locale observer and notification to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Format Created 4 years, 6 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'common/system/date/clock_observer.h', 122 'common/system/date/clock_observer.h',
123 'common/system/date/date_default_view.cc', 123 'common/system/date/date_default_view.cc',
124 'common/system/date/date_default_view.h', 124 'common/system/date/date_default_view.h',
125 'common/system/date/date_view.cc', 125 'common/system/date/date_view.cc',
126 'common/system/date/date_view.h', 126 'common/system/date/date_view.h',
127 'common/system/date/tray_date.cc', 127 'common/system/date/tray_date.cc',
128 'common/system/date/tray_date.h', 128 'common/system/date/tray_date.h',
129 'common/system/ime/ime_observer.h', 129 'common/system/ime/ime_observer.h',
130 'common/system/ime/tray_ime_chromeos.cc', 130 'common/system/ime/tray_ime_chromeos.cc',
131 'common/system/ime/tray_ime_chromeos.h', 131 'common/system/ime/tray_ime_chromeos.h',
132 'common/system/locale/locale_notification_controller.cc',
133 'common/system/locale/locale_notification_controller.h',
134 'common/system/locale/locale_observer.h',
132 'common/system/networking_config_delegate.cc', 135 'common/system/networking_config_delegate.cc',
133 'common/system/networking_config_delegate.h', 136 'common/system/networking_config_delegate.h',
134 'common/system/system_notifier.cc', 137 'common/system/system_notifier.cc',
135 'common/system/system_notifier.h', 138 'common/system/system_notifier.h',
136 'common/system/tray/actionable_view.cc', 139 'common/system/tray/actionable_view.cc',
137 'common/system/tray/actionable_view.h', 140 'common/system/tray/actionable_view.h',
138 'common/system/tray/default_system_tray_delegate.cc', 141 'common/system/tray/default_system_tray_delegate.cc',
139 'common/system/tray/default_system_tray_delegate.h', 142 'common/system/tray/default_system_tray_delegate.h',
140 'common/system/tray/fixed_sized_image_view.cc', 143 'common/system/tray/fixed_sized_image_view.cc',
141 'common/system/tray/fixed_sized_image_view.h', 144 'common/system/tray/fixed_sized_image_view.h',
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'system/chromeos/supervised/tray_supervised_user.h', 573 'system/chromeos/supervised/tray_supervised_user.h',
571 'system/chromeos/tray_caps_lock.cc', 574 'system/chromeos/tray_caps_lock.cc',
572 'system/chromeos/tray_caps_lock.h', 575 'system/chromeos/tray_caps_lock.h',
573 'system/chromeos/tray_display.cc', 576 'system/chromeos/tray_display.cc',
574 'system/chromeos/tray_display.h', 577 'system/chromeos/tray_display.h',
575 'system/chromeos/tray_tracing.cc', 578 'system/chromeos/tray_tracing.cc',
576 'system/chromeos/tray_tracing.h', 579 'system/chromeos/tray_tracing.h',
577 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc', 580 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc',
578 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h', 581 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h',
579 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', 582 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
580 'system/locale/locale_notification_controller.cc',
581 'system/locale/locale_notification_controller.h',
582 'system/overview/overview_button_tray.cc', 583 'system/overview/overview_button_tray.cc',
583 'system/overview/overview_button_tray.h', 584 'system/overview/overview_button_tray.h',
584 'system/status_area_widget.cc', 585 'system/status_area_widget.cc',
585 'system/status_area_widget.h', 586 'system/status_area_widget.h',
586 'system/status_area_widget_delegate.cc', 587 'system/status_area_widget_delegate.cc',
587 'system/status_area_widget_delegate.h', 588 'system/status_area_widget_delegate.h',
588 'system/toast/toast_data.cc', 589 'system/toast/toast_data.cc',
589 'system/toast/toast_data.h', 590 'system/toast/toast_data.h',
590 'system/toast/toast_manager.cc', 591 'system/toast/toast_manager.cc',
591 'system/toast/toast_manager.h', 592 'system/toast/toast_manager.h',
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
1455 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1456 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1456 ], 1457 ],
1457 } 1458 }
1458 ], 1459 ],
1459 ], 1460 ],
1460 }, 1461 },
1461 ], 1462 ],
1462 }], 1463 }],
1463 ], 1464 ],
1464 } 1465 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698