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 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1337 | 1337 |
1338 deps = [ | 1338 deps = [ |
1339 ":ash", | 1339 ":ash", |
1340 "//ash/autoclick/common:autoclick", | 1340 "//ash/autoclick/common:autoclick", |
1341 "//ash/common:unittests", | 1341 "//ash/common:unittests", |
1342 "//ash/common/strings", | 1342 "//ash/common/strings", |
1343 "//ash/common/test:test_support", | 1343 "//ash/common/test:test_support", |
1344 "//ash/public/cpp", | 1344 "//ash/public/cpp", |
1345 "//ash/public/interfaces", | 1345 "//ash/public/interfaces", |
1346 "//ash/resources", | 1346 "//ash/resources", |
| 1347 "//ash/resources/vector_icons", |
1347 "//ash/test:ash_with_aura_test_support", | 1348 "//ash/test:ash_with_aura_test_support", |
1348 "//ash/test:test_support_without_content", | 1349 "//ash/test:test_support_without_content", |
1349 "//ash/touch_hud", | 1350 "//ash/touch_hud", |
1350 "//base", | 1351 "//base", |
1351 "//base/test:test_support", | 1352 "//base/test:test_support", |
1352 "//chromeos", | 1353 "//chromeos", |
1353 "//chromeos:power_manager_proto", | 1354 "//chromeos:power_manager_proto", |
1354 "//chromeos:test_support_without_gmock", | 1355 "//chromeos:test_support_without_gmock", |
1355 "//components/quirks", | 1356 "//components/quirks", |
1356 "//components/signin/core/account_id", | 1357 "//components/signin/core/account_id", |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1429 "//content/public/app:both", | 1430 "//content/public/app:both", |
1430 "//device/bluetooth", | 1431 "//device/bluetooth", |
1431 ] | 1432 ] |
1432 | 1433 |
1433 data_deps = [ | 1434 data_deps = [ |
1434 "//ash/common/strings:ash_test_strings", | 1435 "//ash/common/strings:ash_test_strings", |
1435 "//ash/resources:ash_test_resources_with_content_100_percent", | 1436 "//ash/resources:ash_test_resources_with_content_100_percent", |
1436 "//ash/resources:ash_test_resources_200_percent", | 1437 "//ash/resources:ash_test_resources_200_percent", |
1437 ] | 1438 ] |
1438 } | 1439 } |
OLD | NEW |