| 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 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1108 "//content/public/browser", | 1108 "//content/public/browser", |
| 1109 "//content/test:test_support", | 1109 "//content/test:test_support", |
| 1110 "//device/bluetooth", | 1110 "//device/bluetooth", |
| 1111 "//mojo/edk/system", | 1111 "//mojo/edk/system", |
| 1112 "//net", | 1112 "//net", |
| 1113 "//skia", | 1113 "//skia", |
| 1114 "//testing/gtest", | 1114 "//testing/gtest", |
| 1115 "//ui/aura", | 1115 "//ui/aura", |
| 1116 "//ui/aura:test_support", | 1116 "//ui/aura:test_support", |
| 1117 "//ui/chromeos", | 1117 "//ui/chromeos", |
| 1118 "//ui/compositor:test_support", |
| 1118 "//ui/display", | 1119 "//ui/display", |
| 1119 "//ui/display:test_support", | 1120 "//ui/display:test_support", |
| 1120 "//ui/gl:test_support", | 1121 "//ui/gl:test_support", |
| 1121 "//ui/message_center", | 1122 "//ui/message_center", |
| 1122 "//ui/message_center:test_support", | 1123 "//ui/message_center:test_support", |
| 1123 "//ui/views", | 1124 "//ui/views", |
| 1124 "//ui/views:test_support", | 1125 "//ui/views:test_support", |
| 1125 "//ui/views/controls/webview:test_support", | 1126 "//ui/views/controls/webview:test_support", |
| 1126 "//ui/web_dialogs:test_support", | 1127 "//ui/web_dialogs:test_support", |
| 1127 ] | 1128 ] |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1494 "//content/public/app:both", | 1495 "//content/public/app:both", |
| 1495 "//device/bluetooth", | 1496 "//device/bluetooth", |
| 1496 ] | 1497 ] |
| 1497 | 1498 |
| 1498 data_deps = [ | 1499 data_deps = [ |
| 1499 "//ash/strings:ash_test_strings", | 1500 "//ash/strings:ash_test_strings", |
| 1500 "//ash/resources:ash_test_resources_with_content_100_percent", | 1501 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1501 "//ash/resources:ash_test_resources_200_percent", | 1502 "//ash/resources:ash_test_resources_200_percent", |
| 1502 ] | 1503 ] |
| 1503 } | 1504 } |
| OLD | NEW |