| 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 "shelf/shelf_widget.h", | 303 "shelf/shelf_widget.h", |
| 304 "shelf/shelf_window_targeter.cc", | 304 "shelf/shelf_window_targeter.cc", |
| 305 "shelf/shelf_window_targeter.h", | 305 "shelf/shelf_window_targeter.h", |
| 306 "shelf/shelf_window_watcher.cc", | 306 "shelf/shelf_window_watcher.cc", |
| 307 "shelf/shelf_window_watcher.h", | 307 "shelf/shelf_window_watcher.h", |
| 308 "shelf/shelf_window_watcher_item_delegate.cc", | 308 "shelf/shelf_window_watcher_item_delegate.cc", |
| 309 "shelf/shelf_window_watcher_item_delegate.h", | 309 "shelf/shelf_window_watcher_item_delegate.h", |
| 310 "shelf/wm_shelf.cc", | 310 "shelf/wm_shelf.cc", |
| 311 "shelf/wm_shelf.h", | 311 "shelf/wm_shelf.h", |
| 312 "shelf/wm_shelf_observer.h", | 312 "shelf/wm_shelf_observer.h", |
| 313 "shelf/wm_shelf_util.cc", | |
| 314 "shelf/wm_shelf_util.h", | |
| 315 "shell.cc", | 313 "shell.cc", |
| 316 "shell.h", | 314 "shell.h", |
| 317 "shell_delegate.h", | 315 "shell_delegate.h", |
| 318 "shell_init_params.h", | 316 "shell_init_params.h", |
| 319 "shell_observer.h", | 317 "shell_observer.h", |
| 320 "shell_port.cc", | 318 "shell_port.cc", |
| 321 "shell_port.h", | 319 "shell_port.h", |
| 322 "shutdown_controller.cc", | 320 "shutdown_controller.cc", |
| 323 "shutdown_controller.h", | 321 "shutdown_controller.h", |
| 324 "sticky_keys/sticky_keys_controller.cc", | 322 "sticky_keys/sticky_keys_controller.cc", |
| (...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1492 "//content/public/app:both", | 1490 "//content/public/app:both", |
| 1493 "//device/bluetooth", | 1491 "//device/bluetooth", |
| 1494 ] | 1492 ] |
| 1495 | 1493 |
| 1496 data_deps = [ | 1494 data_deps = [ |
| 1497 "//ash/strings:ash_test_strings", | 1495 "//ash/strings:ash_test_strings", |
| 1498 "//ash/resources:ash_test_resources_with_content_100_percent", | 1496 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1499 "//ash/resources:ash_test_resources_200_percent", | 1497 "//ash/resources:ash_test_resources_200_percent", |
| 1500 ] | 1498 ] |
| 1501 } | 1499 } |
| OLD | NEW |