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