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

Side by Side Diff: ash/ash.gyp

Issue 2067223003: Parameterize Ash unittests to pass with material design enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address trybot failures Created 4 years, 6 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/dip_unittest.cc » ('j') | ash/dip_unittest.cc » ('J')
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 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 'content/screen_orientation_delegate_chromeos.cc', 772 'content/screen_orientation_delegate_chromeos.cc',
773 'content/screen_orientation_delegate_chromeos.h', 773 'content/screen_orientation_delegate_chromeos.h',
774 'content/shell_content_state.cc', 774 'content/shell_content_state.cc',
775 'content/shell_content_state.h', 775 'content/shell_content_state.h',
776 ], 776 ],
777 'ash_test_support_sources': [ 777 'ash_test_support_sources': [
778 'desktop_background/desktop_background_controller_test_api.cc', 778 'desktop_background/desktop_background_controller_test_api.cc',
779 'desktop_background/desktop_background_controller_test_api.h', 779 'desktop_background/desktop_background_controller_test_api.h',
780 'shell/toplevel_window.cc', 780 'shell/toplevel_window.cc',
781 'shell/toplevel_window.h', 781 'shell/toplevel_window.h',
782 'test/ash_md_test_base.cc',
783 'test/ash_md_test_base.h',
782 'test/ash_test_base.cc', 784 'test/ash_test_base.cc',
783 'test/ash_test_base.h', 785 'test/ash_test_base.h',
784 'test/ash_test_helper.cc', 786 'test/ash_test_helper.cc',
785 'test/ash_test_helper.h', 787 'test/ash_test_helper.h',
786 'test/ash_test_views_delegate.cc', 788 'test/ash_test_views_delegate.cc',
787 'test/ash_test_views_delegate.h', 789 'test/ash_test_views_delegate.h',
788 'test/child_modal_window.cc', 790 'test/child_modal_window.cc',
789 'test/child_modal_window.h', 791 'test/child_modal_window.h',
790 'test/cursor_manager_test_api.cc', 792 'test/cursor_manager_test_api.cc',
791 'test/cursor_manager_test_api.h', 793 'test/cursor_manager_test_api.h',
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
1455 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1457 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1456 ], 1458 ],
1457 } 1459 }
1458 ], 1460 ],
1459 ], 1461 ],
1460 }, 1462 },
1461 ], 1463 ],
1462 }], 1464 }],
1463 ], 1465 ],
1464 } 1466 }
OLDNEW
« no previous file with comments | « no previous file | ash/dip_unittest.cc » ('j') | ash/dip_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698