OLD | NEW |
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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
9 }, | 9 }, |
10 'includes': [ | 10 'includes': [ |
(...skipping 824 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
835 'test/test_shell_delegate.cc', | 835 'test/test_shell_delegate.cc', |
836 'test/test_shell_delegate.h', | 836 'test/test_shell_delegate.h', |
837 'test/test_suite.cc', | 837 'test/test_suite.cc', |
838 'test/test_suite.h', | 838 'test/test_suite.h', |
839 'test/test_suite_init.h', | 839 'test/test_suite_init.h', |
840 'test/test_suite_init.mm', | 840 'test/test_suite_init.mm', |
841 'test/test_system_tray_delegate.cc', | 841 'test/test_system_tray_delegate.cc', |
842 'test/test_system_tray_delegate.h', | 842 'test/test_system_tray_delegate.h', |
843 'test/test_user_wallpaper_delegate.cc', | 843 'test/test_user_wallpaper_delegate.cc', |
844 'test/test_user_wallpaper_delegate.h', | 844 'test/test_user_wallpaper_delegate.h', |
845 'test/test_volume_control_delegate.cc', | |
846 'test/test_volume_control_delegate.h', | |
847 'test/ui_controls_factory_ash.cc', | 845 'test/ui_controls_factory_ash.cc', |
848 'test/ui_controls_factory_ash.h', | 846 'test/ui_controls_factory_ash.h', |
849 ], | 847 ], |
850 'conditions': [ | 848 'conditions': [ |
851 ['OS=="win"', { | 849 ['OS=="win"', { |
852 'dependencies': [ | 850 'dependencies': [ |
853 '../ipc/ipc.gyp:ipc', | 851 '../ipc/ipc.gyp:ipc', |
854 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', | 852 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', |
855 '../win8/win8.gyp:metro_viewer', | 853 '../win8/win8.gyp:metro_viewer', |
856 '../win8/win8.gyp:test_support_win8', | 854 '../win8/win8.gyp:test_support_win8', |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1200 'ash_shell_lib', | 1198 'ash_shell_lib', |
1201 'ash_test_support', | 1199 'ash_test_support', |
1202 ], | 1200 ], |
1203 'sources': [ | 1201 'sources': [ |
1204 'shell/window_watcher_unittest.cc', | 1202 'shell/window_watcher_unittest.cc', |
1205 'test/ash_unittests.cc', | 1203 'test/ash_unittests.cc', |
1206 ], | 1204 ], |
1207 }, | 1205 }, |
1208 ], | 1206 ], |
1209 } | 1207 } |
OLD | NEW |