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

Side by Side Diff: ash/ash.gyp

Issue 2251213004: Moves ImmersiveFullscreenController::SetupForTest into test class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: explicit Created 4 years, 4 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_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 'test/ash_test_helper.cc', 821 'test/ash_test_helper.cc',
822 'test/ash_test_helper.h', 822 'test/ash_test_helper.h',
823 'test/ash_test_views_delegate.cc', 823 'test/ash_test_views_delegate.cc',
824 'test/ash_test_views_delegate.h', 824 'test/ash_test_views_delegate.h',
825 'test/child_modal_window.cc', 825 'test/child_modal_window.cc',
826 'test/child_modal_window.h', 826 'test/child_modal_window.h',
827 'test/cursor_manager_test_api.cc', 827 'test/cursor_manager_test_api.cc',
828 'test/cursor_manager_test_api.h', 828 'test/cursor_manager_test_api.h',
829 'test/display_manager_test_api.cc', 829 'test/display_manager_test_api.cc',
830 'test/display_manager_test_api.h', 830 'test/display_manager_test_api.h',
831 'test/immersive_fullscreen_controller_test_api.cc',
832 'test/immersive_fullscreen_controller_test_api.h',
831 'test/mirror_window_test_api.cc', 833 'test/mirror_window_test_api.cc',
832 'test/mirror_window_test_api.h', 834 'test/mirror_window_test_api.h',
833 'test/overflow_bubble_view_test_api.cc', 835 'test/overflow_bubble_view_test_api.cc',
834 'test/overflow_bubble_view_test_api.h', 836 'test/overflow_bubble_view_test_api.h',
835 'test/shelf_button_pressed_metric_tracker_test_api.cc', 837 'test/shelf_button_pressed_metric_tracker_test_api.cc',
836 'test/shelf_button_pressed_metric_tracker_test_api.h', 838 'test/shelf_button_pressed_metric_tracker_test_api.h',
837 'test/shelf_test_api.h', 839 'test/shelf_test_api.h',
838 'test/shelf_view_test_api.cc', 840 'test/shelf_view_test_api.cc',
839 'test/shelf_view_test_api.h', 841 'test/shelf_view_test_api.h',
840 'test/shell_test_api.cc', 842 'test/shell_test_api.cc',
(...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
1491 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1493 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1492 ], 1494 ],
1493 } 1495 }
1494 ], 1496 ],
1495 ], 1497 ],
1496 }, 1498 },
1497 ], 1499 ],
1498 }], 1500 }],
1499 ], 1501 ],
1500 } 1502 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698