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

Side by Side Diff: ash/ash.gyp

Issue 1877543002: Revise the shelf alignment locking mechanism. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update and cleanup tests. 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
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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'shelf/shelf_delegate.h', 240 'shelf/shelf_delegate.h',
241 'shelf/shelf_icon_observer.h', 241 'shelf/shelf_icon_observer.h',
242 'shelf/shelf_item_delegate.h', 242 'shelf/shelf_item_delegate.h',
243 'shelf/shelf_item_delegate_manager.cc', 243 'shelf/shelf_item_delegate_manager.cc',
244 'shelf/shelf_item_delegate_manager.h', 244 'shelf/shelf_item_delegate_manager.h',
245 'shelf/shelf_item_types.cc', 245 'shelf/shelf_item_types.cc',
246 'shelf/shelf_item_types.h', 246 'shelf/shelf_item_types.h',
247 'shelf/shelf_layout_manager.cc', 247 'shelf/shelf_layout_manager.cc',
248 'shelf/shelf_layout_manager.h', 248 'shelf/shelf_layout_manager.h',
249 'shelf/shelf_layout_manager_observer.h', 249 'shelf/shelf_layout_manager_observer.h',
250 'shelf/shelf_locking_manager.cc',
251 'shelf/shelf_locking_manager.h',
250 'shelf/shelf_menu_model.h', 252 'shelf/shelf_menu_model.h',
251 'shelf/shelf_model.cc', 253 'shelf/shelf_model.cc',
252 'shelf/shelf_model.h', 254 'shelf/shelf_model.h',
253 'shelf/shelf_model_observer.h', 255 'shelf/shelf_model_observer.h',
254 'shelf/shelf_navigator.cc', 256 'shelf/shelf_navigator.cc',
255 'shelf/shelf_navigator.h', 257 'shelf/shelf_navigator.h',
256 'shelf/shelf_tooltip_manager.cc', 258 'shelf/shelf_tooltip_manager.cc',
257 'shelf/shelf_tooltip_manager.h', 259 'shelf/shelf_tooltip_manager.h',
258 'shelf/shelf_types.h', 260 'shelf/shelf_types.h',
259 'shelf/shelf_util.cc', 261 'shelf/shelf_util.cc',
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 'test/display_manager_test_api.cc', 731 'test/display_manager_test_api.cc',
730 'test/display_manager_test_api.h', 732 'test/display_manager_test_api.h',
731 'test/mirror_window_test_api.cc', 733 'test/mirror_window_test_api.cc',
732 'test/mirror_window_test_api.h', 734 'test/mirror_window_test_api.h',
733 'test/overflow_bubble_view_test_api.cc', 735 'test/overflow_bubble_view_test_api.cc',
734 'test/overflow_bubble_view_test_api.h', 736 'test/overflow_bubble_view_test_api.h',
735 'test/shelf_button_pressed_metric_tracker_test_api.cc', 737 'test/shelf_button_pressed_metric_tracker_test_api.cc',
736 'test/shelf_button_pressed_metric_tracker_test_api.h', 738 'test/shelf_button_pressed_metric_tracker_test_api.h',
737 'test/shelf_item_delegate_manager_test_api.cc', 739 'test/shelf_item_delegate_manager_test_api.cc',
738 'test/shelf_item_delegate_manager_test_api.h', 740 'test/shelf_item_delegate_manager_test_api.h',
739 'test/shelf_test_api.cc',
740 'test/shelf_test_api.h', 741 'test/shelf_test_api.h',
741 'test/shelf_view_test_api.cc', 742 'test/shelf_view_test_api.cc',
742 'test/shelf_view_test_api.h', 743 'test/shelf_view_test_api.h',
743 'test/shell_test_api.cc', 744 'test/shell_test_api.cc',
744 'test/shell_test_api.h', 745 'test/shell_test_api.h',
745 'test/status_area_widget_test_helper.cc', 746 'test/status_area_widget_test_helper.cc',
746 'test/status_area_widget_test_helper.h', 747 'test/status_area_widget_test_helper.h',
747 'test/task_switch_time_tracker_test_api.cc', 748 'test/task_switch_time_tracker_test_api.cc',
748 'test/task_switch_time_tracker_test_api.h', 749 'test/task_switch_time_tracker_test_api.h',
749 'test/test_activation_delegate.cc', 750 'test/test_activation_delegate.cc',
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
1382 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1383 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1383 ], 1384 ],
1384 } 1385 }
1385 ], 1386 ],
1386 ], 1387 ],
1387 }, 1388 },
1388 ], 1389 ],
1389 }], 1390 }],
1390 ], 1391 ],
1391 } 1392 }
OLDNEW
« no previous file with comments | « ash/app_list/app_list_presenter_delegate.cc ('k') | ash/content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698