| 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 890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 901 'wm/lock_state_controller_unittest.cc', | 901 'wm/lock_state_controller_unittest.cc', |
| 902 'wm/maximize_mode/accelerometer_test_data_literals.cc', | 902 'wm/maximize_mode/accelerometer_test_data_literals.cc', |
| 903 'wm/maximize_mode/maximize_mode_controller_unittest.cc', | 903 'wm/maximize_mode/maximize_mode_controller_unittest.cc', |
| 904 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc', | 904 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc', |
| 905 'wm/mru_window_tracker_unittest.cc', | 905 'wm/mru_window_tracker_unittest.cc', |
| 906 'wm/overlay_event_filter_unittest.cc', | 906 'wm/overlay_event_filter_unittest.cc', |
| 907 'wm/overview/window_selector_unittest.cc', | 907 'wm/overview/window_selector_unittest.cc', |
| 908 'wm/panels/panel_layout_manager_unittest.cc', | 908 'wm/panels/panel_layout_manager_unittest.cc', |
| 909 'wm/panels/panel_window_resizer_unittest.cc', | 909 'wm/panels/panel_window_resizer_unittest.cc', |
| 910 'wm/resize_shadow_and_cursor_unittest.cc', | 910 'wm/resize_shadow_and_cursor_unittest.cc', |
| 911 'wm/root_window_layout_manager_unittest.cc', |
| 911 'wm/screen_dimmer_unittest.cc', | 912 'wm/screen_dimmer_unittest.cc', |
| 912 'wm/session_state_animator_impl_unittest.cc', | 913 'wm/session_state_animator_impl_unittest.cc', |
| 913 'wm/stacking_controller_unittest.cc', | 914 'wm/stacking_controller_unittest.cc', |
| 914 'wm/system_gesture_event_filter_unittest.cc', | 915 'wm/system_gesture_event_filter_unittest.cc', |
| 915 'wm/system_modal_container_layout_manager_unittest.cc', | 916 'wm/system_modal_container_layout_manager_unittest.cc', |
| 916 'wm/toplevel_window_event_handler_unittest.cc', | 917 'wm/toplevel_window_event_handler_unittest.cc', |
| 917 'wm/video_detector_unittest.cc', | 918 'wm/video_detector_unittest.cc', |
| 918 'wm/window_animations_unittest.cc', | 919 'wm/window_animations_unittest.cc', |
| 919 'wm/window_cycle_controller_unittest.cc', | 920 'wm/window_cycle_controller_unittest.cc', |
| 920 'wm/window_manager_unittest.cc', | 921 'wm/window_manager_unittest.cc', |
| (...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1364 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1365 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1365 ], | 1366 ], |
| 1366 } | 1367 } |
| 1367 ], | 1368 ], |
| 1368 ], | 1369 ], |
| 1369 }, | 1370 }, |
| 1370 ], | 1371 ], |
| 1371 }], | 1372 }], |
| 1372 ], | 1373 ], |
| 1373 } | 1374 } |
| OLD | NEW |