| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//ui/base/ui_features.gni") | 8 import("//ui/base/ui_features.gni") |
| 9 | 9 |
| 10 # Historical note: Ash shipped on Windows for a couple years to support | 10 # Historical note: Ash shipped on Windows for a couple years to support |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 "shelf/shelf_button_pressed_metric_tracker.cc", | 299 "shelf/shelf_button_pressed_metric_tracker.cc", |
| 300 "shelf/shelf_button_pressed_metric_tracker.h", | 300 "shelf/shelf_button_pressed_metric_tracker.h", |
| 301 "shelf/shelf_constants.h", | 301 "shelf/shelf_constants.h", |
| 302 "shelf/shelf_controller.cc", | 302 "shelf/shelf_controller.cc", |
| 303 "shelf/shelf_controller.h", | 303 "shelf/shelf_controller.h", |
| 304 "shelf/shelf_layout_manager.cc", | 304 "shelf/shelf_layout_manager.cc", |
| 305 "shelf/shelf_layout_manager.h", | 305 "shelf/shelf_layout_manager.h", |
| 306 "shelf/shelf_layout_manager_observer.h", | 306 "shelf/shelf_layout_manager_observer.h", |
| 307 "shelf/shelf_locking_manager.cc", | 307 "shelf/shelf_locking_manager.cc", |
| 308 "shelf/shelf_locking_manager.h", | 308 "shelf/shelf_locking_manager.h", |
| 309 "shelf/shelf_model.cc", | |
| 310 "shelf/shelf_model.h", | |
| 311 "shelf/shelf_model_observer.h", | |
| 312 "shelf/shelf_observer.h", | 309 "shelf/shelf_observer.h", |
| 313 "shelf/shelf_tooltip_manager.cc", | 310 "shelf/shelf_tooltip_manager.cc", |
| 314 "shelf/shelf_tooltip_manager.h", | 311 "shelf/shelf_tooltip_manager.h", |
| 315 "shelf/shelf_view.cc", | 312 "shelf/shelf_view.cc", |
| 316 "shelf/shelf_view.h", | 313 "shelf/shelf_view.h", |
| 317 "shelf/shelf_widget.cc", | 314 "shelf/shelf_widget.cc", |
| 318 "shelf/shelf_widget.h", | 315 "shelf/shelf_widget.h", |
| 319 "shelf/shelf_window_targeter.cc", | 316 "shelf/shelf_window_targeter.cc", |
| 320 "shelf/shelf_window_targeter.h", | 317 "shelf/shelf_window_targeter.h", |
| 321 "shelf/shelf_window_watcher.cc", | 318 "shelf/shelf_window_watcher.cc", |
| (...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1184 "rotator/screen_rotation_animator_unittest.cc", | 1181 "rotator/screen_rotation_animator_unittest.cc", |
| 1185 "screen_util_unittest.cc", | 1182 "screen_util_unittest.cc", |
| 1186 "session/session_controller_unittest.cc", | 1183 "session/session_controller_unittest.cc", |
| 1187 "shelf/app_list_button_unittest.cc", | 1184 "shelf/app_list_button_unittest.cc", |
| 1188 "shelf/shelf_application_menu_model_unittest.cc", | 1185 "shelf/shelf_application_menu_model_unittest.cc", |
| 1189 "shelf/shelf_background_animator_unittest.cc", | 1186 "shelf/shelf_background_animator_unittest.cc", |
| 1190 "shelf/shelf_button_pressed_metric_tracker_unittest.cc", | 1187 "shelf/shelf_button_pressed_metric_tracker_unittest.cc", |
| 1191 "shelf/shelf_controller_unittest.cc", | 1188 "shelf/shelf_controller_unittest.cc", |
| 1192 "shelf/shelf_layout_manager_unittest.cc", | 1189 "shelf/shelf_layout_manager_unittest.cc", |
| 1193 "shelf/shelf_locking_manager_unittest.cc", | 1190 "shelf/shelf_locking_manager_unittest.cc", |
| 1194 "shelf/shelf_model_unittest.cc", | |
| 1195 "shelf/shelf_tooltip_manager_unittest.cc", | 1191 "shelf/shelf_tooltip_manager_unittest.cc", |
| 1196 "shelf/shelf_unittest.cc", | 1192 "shelf/shelf_unittest.cc", |
| 1197 "shelf/shelf_view_unittest.cc", | 1193 "shelf/shelf_view_unittest.cc", |
| 1198 "shelf/shelf_widget_unittest.cc", | 1194 "shelf/shelf_widget_unittest.cc", |
| 1199 "shelf/shelf_window_watcher_unittest.cc", | 1195 "shelf/shelf_window_watcher_unittest.cc", |
| 1200 "shell_unittest.cc", | 1196 "shell_unittest.cc", |
| 1201 "sticky_keys/sticky_keys_overlay_unittest.cc", | 1197 "sticky_keys/sticky_keys_overlay_unittest.cc", |
| 1202 "sticky_keys/sticky_keys_unittest.cc", | 1198 "sticky_keys/sticky_keys_unittest.cc", |
| 1203 "system/audio/tray_audio_unittest.cc", | 1199 "system/audio/tray_audio_unittest.cc", |
| 1204 "system/bluetooth/tray_bluetooth_helper_unittest.cc", | 1200 "system/bluetooth/tray_bluetooth_helper_unittest.cc", |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1525 "//content/public/app:both", | 1521 "//content/public/app:both", |
| 1526 "//device/bluetooth", | 1522 "//device/bluetooth", |
| 1527 ] | 1523 ] |
| 1528 | 1524 |
| 1529 data_deps = [ | 1525 data_deps = [ |
| 1530 "//ash/strings:ash_test_strings", | 1526 "//ash/strings:ash_test_strings", |
| 1531 "//ash/resources:ash_test_resources_with_content_100_percent", | 1527 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1532 "//ash/resources:ash_test_resources_200_percent", | 1528 "//ash/resources:ash_test_resources_200_percent", |
| 1533 ] | 1529 ] |
| 1534 } | 1530 } |
| OLD | NEW |