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

Side by Side Diff: ash/ash.gyp

Issue 1996563002: Add ImeMenuTray element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to ash/common/ and use WmWindow. 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'common/system/accessibility_observer.h', 105 'common/system/accessibility_observer.h',
106 'common/system/audio/audio_observer.h', 106 'common/system/audio/audio_observer.h',
107 'common/system/audio/tray_audio.cc', 107 'common/system/audio/tray_audio.cc',
108 'common/system/audio/tray_audio.h', 108 'common/system/audio/tray_audio.h',
109 'common/system/audio/tray_audio_delegate.h', 109 'common/system/audio/tray_audio_delegate.h',
110 'common/system/audio/volume_view.cc', 110 'common/system/audio/volume_view.cc',
111 'common/system/audio/volume_view.h', 111 'common/system/audio/volume_view.h',
112 'common/system/cast/tray_cast.cc', 112 'common/system/cast/tray_cast.cc',
113 'common/system/cast/tray_cast.h', 113 'common/system/cast/tray_cast.h',
114 'common/system/chromeos/bluetooth/bluetooth_observer.h', 114 'common/system/chromeos/bluetooth/bluetooth_observer.h',
115 'common/system/chromeos/ime_menu/ime_menu_tray.cc',
116 'common/system/chromeos/ime_menu/ime_menu_tray.h',
115 'common/system/chromeos/devicetype_utils.cc', 117 'common/system/chromeos/devicetype_utils.cc',
116 'common/system/chromeos/devicetype_utils.h', 118 'common/system/chromeos/devicetype_utils.h',
117 'common/system/chromeos/enterprise/enterprise_domain_observer.h', 119 'common/system/chromeos/enterprise/enterprise_domain_observer.h',
118 'common/system/chromeos/media_security/media_capture_observer.h', 120 'common/system/chromeos/media_security/media_capture_observer.h',
119 'common/system/chromeos/network/network_observer.h', 121 'common/system/chromeos/network/network_observer.h',
120 'common/system/chromeos/network/network_portal_detector_observer.h', 122 'common/system/chromeos/network/network_portal_detector_observer.h',
121 'common/system/chromeos/power/battery_notification.cc', 123 'common/system/chromeos/power/battery_notification.cc',
122 'common/system/chromeos/power/battery_notification.h', 124 'common/system/chromeos/power/battery_notification.h',
123 'common/system/chromeos/power/dual_role_notification.cc', 125 'common/system/chromeos/power/dual_role_notification.cc',
124 'common/system/chromeos/power/dual_role_notification.h', 126 'common/system/chromeos/power/dual_role_notification.h',
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 'accelerators/accelerator_filter_unittest.cc', 895 'accelerators/accelerator_filter_unittest.cc',
894 'accelerators/accelerator_table_unittest.cc', 896 'accelerators/accelerator_table_unittest.cc',
895 'accelerators/magnifier_key_scroller_unittest.cc', 897 'accelerators/magnifier_key_scroller_unittest.cc',
896 'accelerators/spoken_feedback_toggler_unittest.cc', 898 'accelerators/spoken_feedback_toggler_unittest.cc',
897 'app_list/app_list_presenter_delegate_unittest.cc', 899 'app_list/app_list_presenter_delegate_unittest.cc',
898 'ash_touch_exploration_manager_chromeos_unittest.cc', 900 'ash_touch_exploration_manager_chromeos_unittest.cc',
899 'autoclick/autoclick_unittest.cc', 901 'autoclick/autoclick_unittest.cc',
900 'common/display/display_info_unittest.cc', 902 'common/display/display_info_unittest.cc',
901 'common/material_design/material_design_controller_unittest.cc', 903 'common/material_design/material_design_controller_unittest.cc',
902 'common/shelf/shelf_model_unittest.cc', 904 'common/shelf/shelf_model_unittest.cc',
905 'common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
James Cook 2016/06/30 21:15:46 Did you forget to "git add" this file? I don't see
Azure Wei 2016/07/01 03:48:04 Sorry for the silly mistake. ime_menu_tray_unitte
903 'common/system/chromeos/power/power_status_unittest.cc', 906 'common/system/chromeos/power/power_status_unittest.cc',
904 'common/system/chromeos/power/power_status_view_unittest.cc', 907 'common/system/chromeos/power/power_status_view_unittest.cc',
905 'common/system/chromeos/power/tray_power_unittest.cc', 908 'common/system/chromeos/power/tray_power_unittest.cc',
906 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc', 909 'common/system/chromeos/screen_security/screen_tray_item_unittest.cc',
907 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ', 910 'common/system/chromeos/session/logout_confirmation_controller_unittest.cc ',
908 'common/system/chromeos/session/tray_session_length_limit_unittest.cc', 911 'common/system/chromeos/session/tray_session_length_limit_unittest.cc',
909 'common/system/date/date_view_unittest.cc', 912 'common/system/date/date_view_unittest.cc',
910 'common/system/ime/tray_ime_chromeos_unittest.cc', 913 'common/system/ime/tray_ime_chromeos_unittest.cc',
911 'common/system/tray/tray_details_view_unittest.cc', 914 'common/system/tray/tray_details_view_unittest.cc',
912 'common/system/update/tray_update_unittest.cc', 915 'common/system/update/tray_update_unittest.cc',
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1454 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1452 ], 1455 ],
1453 } 1456 }
1454 ], 1457 ],
1455 ], 1458 ],
1456 }, 1459 },
1457 ], 1460 ],
1458 }], 1461 }],
1459 ], 1462 ],
1460 } 1463 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_chromeos_strings.grdp » ('j') | ash/common/system/chromeos/ime_menu/ime_menu_tray.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698