| 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 # 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |