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

Side by Side Diff: ash/ash.gyp

Issue 843603004: Moves smart deploy UI into the IME tray. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unsplit. Remove IME tray in Linux. Created 5 years, 11 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 | « no previous file | ash/ash_chromeos_strings.grdp » ('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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h', 340 'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h',
341 'system/chromeos/virtual_keyboard/virtual_keyboard_observer.h', 341 'system/chromeos/virtual_keyboard/virtual_keyboard_observer.h',
342 'system/date/clock_observer.h', 342 'system/date/clock_observer.h',
343 'system/date/date_default_view.cc', 343 'system/date/date_default_view.cc',
344 'system/date/date_default_view.h', 344 'system/date/date_default_view.h',
345 'system/date/date_view.cc', 345 'system/date/date_view.cc',
346 'system/date/date_view.h', 346 'system/date/date_view.h',
347 'system/date/tray_date.cc', 347 'system/date/tray_date.cc',
348 'system/date/tray_date.h', 348 'system/date/tray_date.h',
349 'system/ime/ime_observer.h', 349 'system/ime/ime_observer.h',
350 'system/ime/tray_ime.cc', 350 'system/ime/tray_ime_chromeos.cc',
351 'system/ime/tray_ime.h', 351 'system/ime/tray_ime_chromeos.h',
352 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', 352 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
353 'system/locale/locale_notification_controller.cc', 353 'system/locale/locale_notification_controller.cc',
354 'system/locale/locale_notification_controller.h', 354 'system/locale/locale_notification_controller.h',
355 'system/overview/overview_button_tray.h', 355 'system/overview/overview_button_tray.h',
356 'system/overview/overview_button_tray.cc', 356 'system/overview/overview_button_tray.cc',
357 'system/status_area_widget.cc', 357 'system/status_area_widget.cc',
358 'system/status_area_widget.h', 358 'system/status_area_widget.h',
359 'system/status_area_widget_delegate.cc', 359 'system/status_area_widget_delegate.cc',
360 'system/status_area_widget_delegate.h', 360 'system/status_area_widget_delegate.h',
361 'system/system_notifier.cc', 361 'system/system_notifier.cc',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 'system/chromeos/power/power_status_unittest.cc', 799 'system/chromeos/power/power_status_unittest.cc',
800 'system/chromeos/power/power_status_view_unittest.cc', 800 'system/chromeos/power/power_status_view_unittest.cc',
801 'system/chromeos/power/tray_power_unittest.cc', 801 'system/chromeos/power/tray_power_unittest.cc',
802 'system/chromeos/rotation/tray_rotation_lock_unittest.cc', 802 'system/chromeos/rotation/tray_rotation_lock_unittest.cc',
803 'system/chromeos/multi_user/user_switch_util_unittest.cc', 803 'system/chromeos/multi_user/user_switch_util_unittest.cc',
804 'system/chromeos/screen_security/screen_tray_item_unittest.cc', 804 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
805 'system/chromeos/session/logout_confirmation_controller_unittest.cc', 805 'system/chromeos/session/logout_confirmation_controller_unittest.cc',
806 'system/chromeos/session/tray_session_length_limit_unittest.cc', 806 'system/chromeos/session/tray_session_length_limit_unittest.cc',
807 'system/chromeos/supervised/tray_supervised_user_unittest.cc', 807 'system/chromeos/supervised/tray_supervised_user_unittest.cc',
808 'system/chromeos/tray_display_unittest.cc', 808 'system/chromeos/tray_display_unittest.cc',
809 'system/ime/tray_ime_chromeos_unittest.cc',
809 'system/date/date_view_unittest.cc', 810 'system/date/date_view_unittest.cc',
810 'system/overview/overview_button_tray_unittest.cc', 811 'system/overview/overview_button_tray_unittest.cc',
811 'system/tray/media_security/multi_profile_media_tray_item_unittest.cc', 812 'system/tray/media_security/multi_profile_media_tray_item_unittest.cc',
812 'system/tray/system_tray_unittest.cc', 813 'system/tray/system_tray_unittest.cc',
813 'system/tray/tray_details_view_unittest.cc', 814 'system/tray/tray_details_view_unittest.cc',
814 'system/user/tray_user_unittest.cc', 815 'system/user/tray_user_unittest.cc',
815 'system/web_notification/ash_popup_alignment_delegate_unittest.cc', 816 'system/web_notification/ash_popup_alignment_delegate_unittest.cc',
816 'system/web_notification/web_notification_tray_unittest.cc', 817 'system/web_notification/web_notification_tray_unittest.cc',
817 'test/ash_test_helper_unittest.cc', 818 'test/ash_test_helper_unittest.cc',
818 'test/ash_unittests.cc', 819 'test/ash_unittests.cc',
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
1278 '../build/isolate.gypi', 1279 '../build/isolate.gypi',
1279 ], 1280 ],
1280 'sources': [ 1281 'sources': [
1281 'ash_unittests.isolate', 1282 'ash_unittests.isolate',
1282 ], 1283 ],
1283 }, 1284 },
1284 ], 1285 ],
1285 }], 1286 }],
1286 ], 1287 ],
1287 } 1288 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_chromeos_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698