| 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 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 815 'test/ash_unittests.cc', | 815 'test/ash_unittests.cc', |
| 816 'tooltips/tooltip_controller_unittest.cc', | 816 'tooltips/tooltip_controller_unittest.cc', |
| 817 'touch/touch_observer_hud_unittest.cc', | 817 'touch/touch_observer_hud_unittest.cc', |
| 818 'touch/touch_transformer_controller_unittest.cc', | 818 'touch/touch_transformer_controller_unittest.cc', |
| 819 'touch/touchscreen_util_unittest.cc', | 819 'touch/touchscreen_util_unittest.cc', |
| 820 'utility/partial_screenshot_controller_unittest.cc', | 820 'utility/partial_screenshot_controller_unittest.cc', |
| 821 'virtual_keyboard_controller_unittest.cc', | 821 'virtual_keyboard_controller_unittest.cc', |
| 822 'wm/always_on_top_controller_unittest.cc', | 822 'wm/always_on_top_controller_unittest.cc', |
| 823 'wm/app_list_controller_unittest.cc', | 823 'wm/app_list_controller_unittest.cc', |
| 824 'wm/ash_native_cursor_manager_unittest.cc', | 824 'wm/ash_native_cursor_manager_unittest.cc', |
| 825 'wm/cursor_manager_chromeos_unittest.cc', |
| 825 'wm/dock/docked_window_layout_manager_unittest.cc', | 826 'wm/dock/docked_window_layout_manager_unittest.cc', |
| 826 'wm/dock/docked_window_resizer_unittest.cc', | 827 'wm/dock/docked_window_resizer_unittest.cc', |
| 827 'wm/drag_window_resizer_unittest.cc', | 828 'wm/drag_window_resizer_unittest.cc', |
| 828 'wm/gestures/overview_gesture_handler_unittest.cc', | 829 'wm/gestures/overview_gesture_handler_unittest.cc', |
| 829 'wm/immersive_fullscreen_controller_unittest.cc', | 830 'wm/immersive_fullscreen_controller_unittest.cc', |
| 830 'wm/lock_layout_manager_unittest.cc', | 831 'wm/lock_layout_manager_unittest.cc', |
| 831 'wm/lock_state_controller_unittest.cc', | 832 'wm/lock_state_controller_unittest.cc', |
| 832 'wm/maximize_mode/accelerometer_test_data_literals.cc', | 833 'wm/maximize_mode/accelerometer_test_data_literals.cc', |
| 833 'wm/maximize_mode/maximize_mode_controller_unittest.cc', | 834 'wm/maximize_mode/maximize_mode_controller_unittest.cc', |
| 834 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc', | 835 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc', |
| (...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1288 '../build/isolate.gypi', | 1289 '../build/isolate.gypi', |
| 1289 ], | 1290 ], |
| 1290 'sources': [ | 1291 'sources': [ |
| 1291 'ash_unittests.isolate', | 1292 'ash_unittests.isolate', |
| 1292 ], | 1293 ], |
| 1293 }, | 1294 }, |
| 1294 ], | 1295 ], |
| 1295 }], | 1296 }], |
| 1296 ], | 1297 ], |
| 1297 } | 1298 } |
| OLD | NEW |