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

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: Activates window when clicked. 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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'system/chromeos/bluetooth/bluetooth_notification_controller.cc', 549 'system/chromeos/bluetooth/bluetooth_notification_controller.cc',
550 'system/chromeos/bluetooth/bluetooth_notification_controller.h', 550 'system/chromeos/bluetooth/bluetooth_notification_controller.h',
551 'system/chromeos/bluetooth/tray_bluetooth.cc', 551 'system/chromeos/bluetooth/tray_bluetooth.cc',
552 'system/chromeos/bluetooth/tray_bluetooth.h', 552 'system/chromeos/bluetooth/tray_bluetooth.h',
553 'system/chromeos/brightness/brightness_controller_chromeos.cc', 553 'system/chromeos/brightness/brightness_controller_chromeos.cc',
554 'system/chromeos/brightness/brightness_controller_chromeos.h', 554 'system/chromeos/brightness/brightness_controller_chromeos.h',
555 'system/chromeos/brightness/tray_brightness.cc', 555 'system/chromeos/brightness/tray_brightness.cc',
556 'system/chromeos/brightness/tray_brightness.h', 556 'system/chromeos/brightness/tray_brightness.h',
557 'system/chromeos/enterprise/tray_enterprise.cc', 557 'system/chromeos/enterprise/tray_enterprise.cc',
558 'system/chromeos/enterprise/tray_enterprise.h', 558 'system/chromeos/enterprise/tray_enterprise.h',
559 'system/chromeos/ime_menu/ime_menu_tray.cc',
560 'system/chromeos/ime_menu/ime_menu_tray.h',
559 'system/chromeos/keyboard_brightness_controller.cc', 561 'system/chromeos/keyboard_brightness_controller.cc',
560 'system/chromeos/keyboard_brightness_controller.h', 562 'system/chromeos/keyboard_brightness_controller.h',
561 'system/chromeos/label_tray_view.cc', 563 'system/chromeos/label_tray_view.cc',
562 'system/chromeos/label_tray_view.h', 564 'system/chromeos/label_tray_view.h',
563 'system/chromeos/media_security/multi_profile_media_tray_item.cc', 565 'system/chromeos/media_security/multi_profile_media_tray_item.cc',
564 'system/chromeos/media_security/multi_profile_media_tray_item.h', 566 'system/chromeos/media_security/multi_profile_media_tray_item.h',
565 'system/chromeos/multi_user/user_switch_util.cc', 567 'system/chromeos/multi_user/user_switch_util.cc',
566 'system/chromeos/multi_user/user_switch_util.h', 568 'system/chromeos/multi_user/user_switch_util.h',
567 'system/chromeos/network/network_detailed_view.h', 569 'system/chromeos/network/network_detailed_view.h',
568 'system/chromeos/network/network_state_list_detailed_view.cc', 570 'system/chromeos/network/network_state_list_detailed_view.cc',
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 'shelf/shelf_navigator_unittest.cc', 954 'shelf/shelf_navigator_unittest.cc',
953 'shelf/shelf_tooltip_manager_unittest.cc', 955 'shelf/shelf_tooltip_manager_unittest.cc',
954 'shelf/shelf_unittest.cc', 956 'shelf/shelf_unittest.cc',
955 'shelf/shelf_view_unittest.cc', 957 'shelf/shelf_view_unittest.cc',
956 'shelf/shelf_widget_unittest.cc', 958 'shelf/shelf_widget_unittest.cc',
957 'shelf/shelf_window_watcher_unittest.cc', 959 'shelf/shelf_window_watcher_unittest.cc',
958 'shell_unittest.cc', 960 'shell_unittest.cc',
959 'sticky_keys/sticky_keys_overlay_unittest.cc', 961 'sticky_keys/sticky_keys_overlay_unittest.cc',
960 'sticky_keys/sticky_keys_unittest.cc', 962 'sticky_keys/sticky_keys_unittest.cc',
961 'system/chromeos/brightness/tray_brightness_unittest.cc', 963 'system/chromeos/brightness/tray_brightness_unittest.cc',
964 'system/chromeos/ime_menu/ime_menu_tray_unittest.cc',
962 'system/chromeos/media_security/multi_profile_media_tray_item_unittest.cc' , 965 'system/chromeos/media_security/multi_profile_media_tray_item_unittest.cc' ,
963 'system/chromeos/multi_user/user_switch_util_unittest.cc', 966 'system/chromeos/multi_user/user_switch_util_unittest.cc',
964 'system/chromeos/power/power_event_observer_unittest.cc', 967 'system/chromeos/power/power_event_observer_unittest.cc',
965 'system/chromeos/rotation/tray_rotation_lock_unittest.cc', 968 'system/chromeos/rotation/tray_rotation_lock_unittest.cc',
966 'system/chromeos/screen_security/screen_tray_item_unittest.cc', 969 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
967 'system/chromeos/session/logout_confirmation_controller_unittest.cc', 970 'system/chromeos/session/logout_confirmation_controller_unittest.cc',
968 'system/chromeos/session/tray_session_length_limit_unittest.cc', 971 'system/chromeos/session/tray_session_length_limit_unittest.cc',
969 'system/chromeos/supervised/tray_supervised_user_unittest.cc', 972 'system/chromeos/supervised/tray_supervised_user_unittest.cc',
970 'system/chromeos/tray_display_unittest.cc', 973 'system/chromeos/tray_display_unittest.cc',
971 'system/overview/overview_button_tray_unittest.cc', 974 'system/overview/overview_button_tray_unittest.cc',
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1452 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1450 ], 1453 ],
1451 } 1454 }
1452 ], 1455 ],
1453 ], 1456 ],
1454 }, 1457 },
1455 ], 1458 ],
1456 }], 1459 }],
1457 ], 1460 ],
1458 } 1461 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_chromeos_strings.grdp » ('j') | ash/system/chromeos/ime_menu/ime_menu_tray.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698