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

Side by Side Diff: ash/ash.gyp

Issue 2151603002: ash: Fix flaky TrayIME* tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/common/system/ime/tray_ime_chromeos_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 826 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 'test/test_user_wallpaper_delegate.cc', 837 'test/test_user_wallpaper_delegate.cc',
838 'test/test_user_wallpaper_delegate.h', 838 'test/test_user_wallpaper_delegate.h',
839 'test/test_volume_control_delegate.cc', 839 'test/test_volume_control_delegate.cc',
840 'test/test_volume_control_delegate.h', 840 'test/test_volume_control_delegate.h',
841 'test/tray_cast_test_api.cc', 841 'test/tray_cast_test_api.cc',
842 'test/tray_cast_test_api.h', 842 'test/tray_cast_test_api.h',
843 'test/ui_controls_factory_ash.cc', 843 'test/ui_controls_factory_ash.cc',
844 'test/ui_controls_factory_ash.h', 844 'test/ui_controls_factory_ash.h',
845 'test/user_metrics_recorder_test_api.cc', 845 'test/user_metrics_recorder_test_api.cc',
846 'test/user_metrics_recorder_test_api.h', 846 'test/user_metrics_recorder_test_api.h',
847 'test/virtual_keyboard_test_helper.cc',
848 'test/virtual_keyboard_test_helper.h',
849 ], 847 ],
850 'ash_test_support_with_content_sources': [ 848 'ash_test_support_with_content_sources': [
851 'test/content/test_shell_content_state.cc', 849 'test/content/test_shell_content_state.cc',
852 'test/content/test_shell_content_state.h', 850 'test/content/test_shell_content_state.h',
853 ], 851 ],
854 'ash_shell_lib_sources': [ 852 'ash_shell_lib_sources': [
855 '../ui/views/test/test_views_delegate_aura.cc', 853 '../ui/views/test/test_views_delegate_aura.cc',
856 'shell/app_list.cc', 854 'shell/app_list.cc',
857 'shell/bubble.cc', 855 'shell/bubble.cc',
858 'shell/context_menu.cc', 856 'shell/context_menu.cc',
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1449 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1452 ], 1450 ],
1453 } 1451 }
1454 ], 1452 ],
1455 ], 1453 ],
1456 }, 1454 },
1457 ], 1455 ],
1458 }], 1456 }],
1459 ], 1457 ],
1460 } 1458 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/ime/tray_ime_chromeos_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698