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

Side by Side Diff: ash/ash.gyp

Issue 196473011: Attempting to reland the Overview Button Change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge in updates from Master Created 6 years, 9 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_strings.grd » ('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 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 'system/date/tray_date.h', 372 'system/date/tray_date.h',
373 'system/drive/drive_observer.h', 373 'system/drive/drive_observer.h',
374 'system/drive/tray_drive.cc', 374 'system/drive/tray_drive.cc',
375 'system/drive/tray_drive.h', 375 'system/drive/tray_drive.h',
376 'system/ime/ime_observer.h', 376 'system/ime/ime_observer.h',
377 'system/ime/tray_ime.cc', 377 'system/ime/tray_ime.cc',
378 'system/ime/tray_ime.h', 378 'system/ime/tray_ime.h',
379 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', 379 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
380 'system/locale/locale_notification_controller.cc', 380 'system/locale/locale_notification_controller.cc',
381 'system/locale/locale_notification_controller.h', 381 'system/locale/locale_notification_controller.h',
382 'system/overview/overview_button_tray.h',
383 'system/overview/overview_button_tray.cc',
382 'system/status_area_widget.cc', 384 'system/status_area_widget.cc',
383 'system/status_area_widget.h', 385 'system/status_area_widget.h',
384 'system/status_area_widget_delegate.cc', 386 'system/status_area_widget_delegate.cc',
385 'system/status_area_widget_delegate.h', 387 'system/status_area_widget_delegate.h',
386 'system/system_notifier.cc', 388 'system/system_notifier.cc',
387 'system/system_notifier.h', 389 'system/system_notifier.h',
388 'system/tray/actionable_view.cc', 390 'system/tray/actionable_view.cc',
389 'system/tray/actionable_view.h', 391 'system/tray/actionable_view.h',
390 'system/tray/default_system_tray_delegate.cc', 392 'system/tray/default_system_tray_delegate.cc',
391 'system/tray/default_system_tray_delegate.h', 393 'system/tray/default_system_tray_delegate.h',
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 'system/chromeos/network/network_state_notifier_unittest.cc', 921 'system/chromeos/network/network_state_notifier_unittest.cc',
920 'system/chromeos/power/power_event_observer_unittest.cc', 922 'system/chromeos/power/power_event_observer_unittest.cc',
921 'system/chromeos/power/power_status_unittest.cc', 923 'system/chromeos/power/power_status_unittest.cc',
922 'system/chromeos/power/power_status_view_unittest.cc', 924 'system/chromeos/power/power_status_view_unittest.cc',
923 'system/chromeos/power/tray_power_unittest.cc', 925 'system/chromeos/power/tray_power_unittest.cc',
924 'system/chromeos/screen_security/screen_tray_item_unittest.cc', 926 'system/chromeos/screen_security/screen_tray_item_unittest.cc',
925 'system/chromeos/session/logout_confirmation_controller_unittest.cc', 927 'system/chromeos/session/logout_confirmation_controller_unittest.cc',
926 'system/chromeos/session/tray_session_length_limit_unittest.cc', 928 'system/chromeos/session/tray_session_length_limit_unittest.cc',
927 'system/chromeos/tray_display_unittest.cc', 929 'system/chromeos/tray_display_unittest.cc',
928 'system/date/date_view_unittest.cc', 930 'system/date/date_view_unittest.cc',
931 'system/overview/overview_button_tray_unittest.cc',
929 'system/tray/system_tray_unittest.cc', 932 'system/tray/system_tray_unittest.cc',
930 'system/tray/tray_details_view_unittest.cc', 933 'system/tray/tray_details_view_unittest.cc',
931 'system/user/tray_user_unittest.cc', 934 'system/user/tray_user_unittest.cc',
932 'system/web_notification/web_notification_tray_unittest.cc', 935 'system/web_notification/web_notification_tray_unittest.cc',
933 'test/ash_test_helper_unittest.cc', 936 'test/ash_test_helper_unittest.cc',
934 'test/ash_unittests.cc', 937 'test/ash_unittests.cc',
935 'tooltips/tooltip_controller_unittest.cc', 938 'tooltips/tooltip_controller_unittest.cc',
936 'touch/touch_observer_hud_unittest.cc', 939 'touch/touch_observer_hud_unittest.cc',
937 'wm/app_list_controller_unittest.cc', 940 'wm/app_list_controller_unittest.cc',
938 'wm/ash_native_cursor_manager_unittest.cc', 941 'wm/ash_native_cursor_manager_unittest.cc',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
1122 }], 1125 }],
1123 ['chromeos==1', { 1126 ['chromeos==1', {
1124 'dependencies': [ 1127 'dependencies': [
1125 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1128 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1126 ], 1129 ],
1127 }], 1130 }],
1128 ], 1131 ],
1129 }, 1132 },
1130 ], 1133 ],
1131 } 1134 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698