| 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_aura.cc', | 10 'accelerators/accelerator_commands_aura.cc', |
| (...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 609 'rotator/screen_rotation_animation.h', | 609 'rotator/screen_rotation_animation.h', |
| 610 'rotator/screen_rotation_animator.cc', | 610 'rotator/screen_rotation_animator.cc', |
| 611 'rotator/screen_rotation_animator.h', | 611 'rotator/screen_rotation_animator.h', |
| 612 'rotator/window_rotation.cc', | 612 'rotator/window_rotation.cc', |
| 613 'rotator/window_rotation.h', | 613 'rotator/window_rotation.h', |
| 614 'scoped_target_root_window.cc', | 614 'scoped_target_root_window.cc', |
| 615 'scoped_target_root_window.h', | 615 'scoped_target_root_window.h', |
| 616 'screen_util.cc', | 616 'screen_util.cc', |
| 617 'screen_util.h', | 617 'screen_util.h', |
| 618 'screenshot_delegate.h', | 618 'screenshot_delegate.h', |
| 619 'shelf/scoped_observer_with_duplicated_sources.h', | |
| 620 'shelf/shelf.cc', | 619 'shelf/shelf.cc', |
| 621 'shelf/shelf.h', | 620 'shelf/shelf.h', |
| 622 'shelf/shelf_bezel_event_filter.cc', | 621 'shelf/shelf_bezel_event_filter.cc', |
| 623 'shelf/shelf_bezel_event_filter.h', | 622 'shelf/shelf_bezel_event_filter.h', |
| 624 'shelf/shelf_button.cc', | 623 'shelf/shelf_button.cc', |
| 625 'shelf/shelf_button.h', | 624 'shelf/shelf_button.h', |
| 626 'shelf/shelf_button_pressed_metric_tracker.cc', | 625 'shelf/shelf_button_pressed_metric_tracker.cc', |
| 627 'shelf/shelf_button_pressed_metric_tracker.h', | 626 'shelf/shelf_button_pressed_metric_tracker.h', |
| 628 'shelf/shelf_icon_observer.h', | 627 'shelf/shelf_icon_observer.h', |
| 629 'shelf/shelf_layout_manager.cc', | 628 'shelf/shelf_layout_manager.cc', |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 967 'frame/default_header_painter_unittest.cc', | 966 'frame/default_header_painter_unittest.cc', |
| 968 'host/ash_window_tree_host_x11_unittest.cc', | 967 'host/ash_window_tree_host_x11_unittest.cc', |
| 969 'magnifier/magnification_controller_unittest.cc', | 968 'magnifier/magnification_controller_unittest.cc', |
| 970 'metrics/desktop_task_switch_metric_recorder_unittest.cc', | 969 'metrics/desktop_task_switch_metric_recorder_unittest.cc', |
| 971 'metrics/task_switch_metrics_recorder_unittest.cc', | 970 'metrics/task_switch_metrics_recorder_unittest.cc', |
| 972 'metrics/task_switch_time_tracker_unittest.cc', | 971 'metrics/task_switch_time_tracker_unittest.cc', |
| 973 'metrics/user_metrics_recorder_unittest.cc', | 972 'metrics/user_metrics_recorder_unittest.cc', |
| 974 'root_window_controller_unittest.cc', | 973 'root_window_controller_unittest.cc', |
| 975 'rotator/screen_rotation_animation_unittest.cc', | 974 'rotator/screen_rotation_animation_unittest.cc', |
| 976 'screen_util_unittest.cc', | 975 'screen_util_unittest.cc', |
| 977 'shelf/scoped_observer_with_duplicated_sources_unittest.cc', | |
| 978 'shelf/shelf_button_pressed_metric_tracker_unittest.cc', | 976 'shelf/shelf_button_pressed_metric_tracker_unittest.cc', |
| 979 'shelf/shelf_layout_manager_unittest.cc', | 977 'shelf/shelf_layout_manager_unittest.cc', |
| 980 'shelf/shelf_tooltip_manager_unittest.cc', | 978 'shelf/shelf_tooltip_manager_unittest.cc', |
| 981 'shelf/shelf_unittest.cc', | 979 'shelf/shelf_unittest.cc', |
| 982 'shelf/shelf_view_unittest.cc', | 980 'shelf/shelf_view_unittest.cc', |
| 983 'shelf/shelf_widget_unittest.cc', | 981 'shelf/shelf_widget_unittest.cc', |
| 984 'shelf/shelf_window_watcher_unittest.cc', | 982 'shelf/shelf_window_watcher_unittest.cc', |
| 985 'shell_unittest.cc', | 983 'shell_unittest.cc', |
| 986 'sticky_keys/sticky_keys_overlay_unittest.cc', | 984 'sticky_keys/sticky_keys_overlay_unittest.cc', |
| 987 'sticky_keys/sticky_keys_unittest.cc', | 985 'sticky_keys/sticky_keys_unittest.cc', |
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1473 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1471 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1474 ], | 1472 ], |
| 1475 } | 1473 } |
| 1476 ], | 1474 ], |
| 1477 ], | 1475 ], |
| 1478 }, | 1476 }, |
| 1479 ], | 1477 ], |
| 1480 }], | 1478 }], |
| 1481 ], | 1479 ], |
| 1482 } | 1480 } |
| OLD | NEW |