| 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 723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 734 'test/test_suite.cc', | 734 'test/test_suite.cc', |
| 735 'test/test_suite.h', | 735 'test/test_suite.h', |
| 736 'test/test_suite_init.h', | 736 'test/test_suite_init.h', |
| 737 'test/test_suite_init.mm', | 737 'test/test_suite_init.mm', |
| 738 'test/test_system_tray_delegate.cc', | 738 'test/test_system_tray_delegate.cc', |
| 739 'test/test_system_tray_delegate.h', | 739 'test/test_system_tray_delegate.h', |
| 740 'test/test_user_wallpaper_delegate.cc', | 740 'test/test_user_wallpaper_delegate.cc', |
| 741 'test/test_user_wallpaper_delegate.h', | 741 'test/test_user_wallpaper_delegate.h', |
| 742 'test/test_volume_control_delegate.cc', | 742 'test/test_volume_control_delegate.cc', |
| 743 'test/test_volume_control_delegate.h', | 743 'test/test_volume_control_delegate.h', |
| 744 'test/tray_cast_test_api.cc', |
| 745 'test/tray_cast_test_api.h', |
| 744 'test/ui_controls_factory_ash.cc', | 746 'test/ui_controls_factory_ash.cc', |
| 745 'test/ui_controls_factory_ash.h', | 747 'test/ui_controls_factory_ash.h', |
| 746 'test/user_metrics_recorder_test_api.cc', | 748 'test/user_metrics_recorder_test_api.cc', |
| 747 'test/user_metrics_recorder_test_api.h', | 749 'test/user_metrics_recorder_test_api.h', |
| 748 'test/virtual_keyboard_test_helper.cc', | 750 'test/virtual_keyboard_test_helper.cc', |
| 749 'test/virtual_keyboard_test_helper.h', | 751 'test/virtual_keyboard_test_helper.h', |
| 750 ], | 752 ], |
| 751 'ash_shell_lib_sources': [ | 753 'ash_shell_lib_sources': [ |
| 752 '../ui/views/test/test_views_delegate_aura.cc', | 754 '../ui/views/test/test_views_delegate_aura.cc', |
| 753 'shell/app_list.cc', | 755 'shell/app_list.cc', |
| (...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1351 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1353 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1352 ], | 1354 ], |
| 1353 } | 1355 } |
| 1354 ], | 1356 ], |
| 1355 ], | 1357 ], |
| 1356 }, | 1358 }, |
| 1357 ], | 1359 ], |
| 1358 }], | 1360 }], |
| 1359 ], | 1361 ], |
| 1360 } | 1362 } |
| OLD | NEW |