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 873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
884 'metrics/task_switch_metrics_recorder_unittest.cc', | 884 'metrics/task_switch_metrics_recorder_unittest.cc', |
885 'metrics/task_switch_time_tracker_unittest.cc', | 885 'metrics/task_switch_time_tracker_unittest.cc', |
886 'metrics/user_metrics_recorder_unittest.cc', | 886 'metrics/user_metrics_recorder_unittest.cc', |
887 'popup_message_unittest.cc', | 887 'popup_message_unittest.cc', |
888 'root_window_controller_unittest.cc', | 888 'root_window_controller_unittest.cc', |
889 'rotator/screen_rotation_animation_unittest.cc', | 889 'rotator/screen_rotation_animation_unittest.cc', |
890 'screen_util_unittest.cc', | 890 'screen_util_unittest.cc', |
891 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', | 891 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', |
892 'shelf/shelf_button_pressed_metric_tracker_unittest.cc', | 892 'shelf/shelf_button_pressed_metric_tracker_unittest.cc', |
893 'shelf/shelf_layout_manager_unittest.cc', | 893 'shelf/shelf_layout_manager_unittest.cc', |
| 894 'shelf/shelf_locking_manager_unittest.cc', |
894 'shelf/shelf_model_unittest.cc', | 895 'shelf/shelf_model_unittest.cc', |
895 'shelf/shelf_navigator_unittest.cc', | 896 'shelf/shelf_navigator_unittest.cc', |
896 'shelf/shelf_tooltip_manager_unittest.cc', | 897 'shelf/shelf_tooltip_manager_unittest.cc', |
897 'shelf/shelf_unittest.cc', | 898 'shelf/shelf_unittest.cc', |
898 'shelf/shelf_view_unittest.cc', | 899 'shelf/shelf_view_unittest.cc', |
899 'shelf/shelf_widget_unittest.cc', | 900 'shelf/shelf_widget_unittest.cc', |
900 'shelf/shelf_window_watcher_unittest.cc', | 901 'shelf/shelf_window_watcher_unittest.cc', |
901 'shell_unittest.cc', | 902 'shell_unittest.cc', |
902 'sticky_keys/sticky_keys_overlay_unittest.cc', | 903 'sticky_keys/sticky_keys_overlay_unittest.cc', |
903 'sticky_keys/sticky_keys_unittest.cc', | 904 'sticky_keys/sticky_keys_unittest.cc', |
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1397 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1398 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1398 ], | 1399 ], |
1399 } | 1400 } |
1400 ], | 1401 ], |
1401 ], | 1402 ], |
1402 }, | 1403 }, |
1403 ], | 1404 ], |
1404 }], | 1405 }], |
1405 ], | 1406 ], |
1406 } | 1407 } |
OLD | NEW |