| 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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 861 'metrics/task_switch_metrics_recorder_unittest.cc', | 861 'metrics/task_switch_metrics_recorder_unittest.cc', |
| 862 'metrics/task_switch_time_tracker_unittest.cc', | 862 'metrics/task_switch_time_tracker_unittest.cc', |
| 863 'metrics/user_metrics_recorder_unittest.cc', | 863 'metrics/user_metrics_recorder_unittest.cc', |
| 864 'popup_message_unittest.cc', | 864 'popup_message_unittest.cc', |
| 865 'root_window_controller_unittest.cc', | 865 'root_window_controller_unittest.cc', |
| 866 'rotator/screen_rotation_animation_unittest.cc', | 866 'rotator/screen_rotation_animation_unittest.cc', |
| 867 'screen_util_unittest.cc', | 867 'screen_util_unittest.cc', |
| 868 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', | 868 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', |
| 869 'shelf/shelf_button_pressed_metric_tracker_unittest.cc', | 869 'shelf/shelf_button_pressed_metric_tracker_unittest.cc', |
| 870 'shelf/shelf_layout_manager_unittest.cc', | 870 'shelf/shelf_layout_manager_unittest.cc', |
| 871 'shelf/shelf_locking_manager_unittest.cc', |
| 871 'shelf/shelf_model_unittest.cc', | 872 'shelf/shelf_model_unittest.cc', |
| 872 'shelf/shelf_navigator_unittest.cc', | 873 'shelf/shelf_navigator_unittest.cc', |
| 873 'shelf/shelf_tooltip_manager_unittest.cc', | 874 'shelf/shelf_tooltip_manager_unittest.cc', |
| 874 'shelf/shelf_unittest.cc', | 875 'shelf/shelf_unittest.cc', |
| 875 'shelf/shelf_view_unittest.cc', | 876 'shelf/shelf_view_unittest.cc', |
| 876 'shelf/shelf_widget_unittest.cc', | 877 'shelf/shelf_widget_unittest.cc', |
| 877 'shelf/shelf_window_watcher_unittest.cc', | 878 'shelf/shelf_window_watcher_unittest.cc', |
| 878 'shell_unittest.cc', | 879 'shell_unittest.cc', |
| 879 'sticky_keys/sticky_keys_overlay_unittest.cc', | 880 'sticky_keys/sticky_keys_overlay_unittest.cc', |
| 880 'sticky_keys/sticky_keys_unittest.cc', | 881 'sticky_keys/sticky_keys_unittest.cc', |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1374 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1375 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1375 ], | 1376 ], |
| 1376 } | 1377 } |
| 1377 ], | 1378 ], |
| 1378 ], | 1379 ], |
| 1379 }, | 1380 }, |
| 1380 ], | 1381 ], |
| 1381 }], | 1382 }], |
| 1382 ], | 1383 ], |
| 1383 } | 1384 } |
| OLD | NEW |