| 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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 894 "//ui/events/devices", | 894 "//ui/events/devices", |
| 895 "//ui/gfx", | 895 "//ui/gfx", |
| 896 "//ui/gfx/geometry", | 896 "//ui/gfx/geometry", |
| 897 "//ui/keyboard", | 897 "//ui/keyboard", |
| 898 "//ui/message_center", | 898 "//ui/message_center", |
| 899 "//ui/native_theme", | 899 "//ui/native_theme", |
| 900 "//ui/platform_window", | 900 "//ui/platform_window", |
| 901 "//ui/platform_window/stub", | 901 "//ui/platform_window/stub", |
| 902 "//ui/resources", | 902 "//ui/resources", |
| 903 "//ui/strings", | 903 "//ui/strings", |
| 904 "//ui/vector_icons", |
| 904 "//ui/views", | 905 "//ui/views", |
| 905 "//ui/wm", | 906 "//ui/wm", |
| 906 "//url", | 907 "//url", |
| 907 ] | 908 ] |
| 908 | 909 |
| 909 # TODO(jamescook): Move to ash_unittests? | 910 # TODO(jamescook): Move to ash_unittests? |
| 910 data = [ | 911 data = [ |
| 911 "display/test_data/", | 912 "display/test_data/", |
| 912 ] | 913 ] |
| 913 | 914 |
| (...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1508 "//content/public/app:both", | 1509 "//content/public/app:both", |
| 1509 "//device/bluetooth", | 1510 "//device/bluetooth", |
| 1510 ] | 1511 ] |
| 1511 | 1512 |
| 1512 data_deps = [ | 1513 data_deps = [ |
| 1513 "//ash/strings:ash_test_strings", | 1514 "//ash/strings:ash_test_strings", |
| 1514 "//ash/resources:ash_test_resources_with_content_100_percent", | 1515 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1515 "//ash/resources:ash_test_resources_200_percent", | 1516 "//ash/resources:ash_test_resources_200_percent", |
| 1516 ] | 1517 ] |
| 1517 } | 1518 } |
| OLD | NEW |