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

Side by Side Diff: ash/ash.gyp

Issue 1907363004: (Merge to M-51) Revise the shelf alignment locking mechanism. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 8 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/content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc » ('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 # 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'shelf/shelf_delegate.h', 238 'shelf/shelf_delegate.h',
239 'shelf/shelf_icon_observer.h', 239 'shelf/shelf_icon_observer.h',
240 'shelf/shelf_item_delegate.h', 240 'shelf/shelf_item_delegate.h',
241 'shelf/shelf_item_delegate_manager.cc', 241 'shelf/shelf_item_delegate_manager.cc',
242 'shelf/shelf_item_delegate_manager.h', 242 'shelf/shelf_item_delegate_manager.h',
243 'shelf/shelf_item_types.cc', 243 'shelf/shelf_item_types.cc',
244 'shelf/shelf_item_types.h', 244 'shelf/shelf_item_types.h',
245 'shelf/shelf_layout_manager.cc', 245 'shelf/shelf_layout_manager.cc',
246 'shelf/shelf_layout_manager.h', 246 'shelf/shelf_layout_manager.h',
247 'shelf/shelf_layout_manager_observer.h', 247 'shelf/shelf_layout_manager_observer.h',
248 'shelf/shelf_locking_manager.cc',
249 'shelf/shelf_locking_manager.h',
248 'shelf/shelf_menu_model.h', 250 'shelf/shelf_menu_model.h',
249 'shelf/shelf_model.cc', 251 'shelf/shelf_model.cc',
250 'shelf/shelf_model.h', 252 'shelf/shelf_model.h',
251 'shelf/shelf_model_observer.h', 253 'shelf/shelf_model_observer.h',
252 'shelf/shelf_navigator.cc', 254 'shelf/shelf_navigator.cc',
253 'shelf/shelf_navigator.h', 255 'shelf/shelf_navigator.h',
254 'shelf/shelf_tooltip_manager.cc', 256 'shelf/shelf_tooltip_manager.cc',
255 'shelf/shelf_tooltip_manager.h', 257 'shelf/shelf_tooltip_manager.h',
256 'shelf/shelf_types.h', 258 'shelf/shelf_types.h',
257 'shelf/shelf_util.cc', 259 'shelf/shelf_util.cc',
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 'test/display_manager_test_api.cc', 719 'test/display_manager_test_api.cc',
718 'test/display_manager_test_api.h', 720 'test/display_manager_test_api.h',
719 'test/mirror_window_test_api.cc', 721 'test/mirror_window_test_api.cc',
720 'test/mirror_window_test_api.h', 722 'test/mirror_window_test_api.h',
721 'test/overflow_bubble_view_test_api.cc', 723 'test/overflow_bubble_view_test_api.cc',
722 'test/overflow_bubble_view_test_api.h', 724 'test/overflow_bubble_view_test_api.h',
723 'test/shelf_button_pressed_metric_tracker_test_api.cc', 725 'test/shelf_button_pressed_metric_tracker_test_api.cc',
724 'test/shelf_button_pressed_metric_tracker_test_api.h', 726 'test/shelf_button_pressed_metric_tracker_test_api.h',
725 'test/shelf_item_delegate_manager_test_api.cc', 727 'test/shelf_item_delegate_manager_test_api.cc',
726 'test/shelf_item_delegate_manager_test_api.h', 728 'test/shelf_item_delegate_manager_test_api.h',
727 'test/shelf_test_api.cc',
728 'test/shelf_test_api.h', 729 'test/shelf_test_api.h',
729 'test/shelf_view_test_api.cc', 730 'test/shelf_view_test_api.cc',
730 'test/shelf_view_test_api.h', 731 'test/shelf_view_test_api.h',
731 'test/shell_test_api.cc', 732 'test/shell_test_api.cc',
732 'test/shell_test_api.h', 733 'test/shell_test_api.h',
733 'test/status_area_widget_test_helper.cc', 734 'test/status_area_widget_test_helper.cc',
734 'test/status_area_widget_test_helper.h', 735 'test/status_area_widget_test_helper.h',
735 'test/task_switch_time_tracker_test_api.cc', 736 'test/task_switch_time_tracker_test_api.cc',
736 'test/task_switch_time_tracker_test_api.h', 737 'test/task_switch_time_tracker_test_api.h',
737 'test/test_activation_delegate.cc', 738 'test/test_activation_delegate.cc',
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
1373 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1374 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1374 ], 1375 ],
1375 } 1376 }
1376 ], 1377 ],
1377 ], 1378 ],
1378 }, 1379 },
1379 ], 1380 ],
1380 }], 1381 }],
1381 ], 1382 ],
1382 } 1383 }
OLDNEW
« no previous file with comments | « no previous file | ash/content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698