| 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 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1085 ] | 1085 ] |
| 1086 configs += [ | 1086 configs += [ |
| 1087 "//build/config:precompiled_headers", | 1087 "//build/config:precompiled_headers", |
| 1088 "//build/config/compiler:no_size_t_to_int_warning", | 1088 "//build/config/compiler:no_size_t_to_int_warning", |
| 1089 ] | 1089 ] |
| 1090 | 1090 |
| 1091 deps = [ | 1091 deps = [ |
| 1092 ":ash", | 1092 ":ash", |
| 1093 ":ash_with_content", | 1093 ":ash_with_content", |
| 1094 "//ash/public/cpp:ash_public_cpp", | 1094 "//ash/public/cpp:ash_public_cpp", |
| 1095 "//ash/test:ash_with_aura_test_support", | |
| 1096 "//ash/test:test_support_with_content", | 1095 "//ash/test:test_support_with_content", |
| 1097 "//base", | 1096 "//base", |
| 1098 "//base/test:test_support", | 1097 "//base/test:test_support", |
| 1099 "//chromeos", | 1098 "//chromeos", |
| 1100 "//chromeos:power_manager_proto", | 1099 "//chromeos:power_manager_proto", |
| 1101 "//chromeos:test_support_without_gmock", | 1100 "//chromeos:test_support_without_gmock", |
| 1102 "//components/quirks", | 1101 "//components/quirks", |
| 1103 "//components/signin/core/account_id", | 1102 "//components/signin/core/account_id", |
| 1104 "//components/user_manager", | 1103 "//components/user_manager", |
| 1105 "//content/public/browser", | 1104 "//content/public/browser", |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1402 ] | 1401 ] |
| 1403 | 1402 |
| 1404 deps = [ | 1403 deps = [ |
| 1405 ":ash", | 1404 ":ash", |
| 1406 ":common_unittests", | 1405 ":common_unittests", |
| 1407 "//ash/autoclick/common:autoclick", | 1406 "//ash/autoclick/common:autoclick", |
| 1408 "//ash/public/cpp:ash_public_cpp", | 1407 "//ash/public/cpp:ash_public_cpp", |
| 1409 "//ash/resources", | 1408 "//ash/resources", |
| 1410 "//ash/resources/vector_icons", | 1409 "//ash/resources/vector_icons", |
| 1411 "//ash/strings", | 1410 "//ash/strings", |
| 1412 "//ash/test:ash_with_aura_test_support", | |
| 1413 "//ash/test:test_support_without_content", | 1411 "//ash/test:test_support_without_content", |
| 1414 "//ash/touch_hud", | 1412 "//ash/touch_hud", |
| 1415 "//base", | 1413 "//base", |
| 1416 "//base/test:test_support", | 1414 "//base/test:test_support", |
| 1417 "//chromeos", | 1415 "//chromeos", |
| 1418 "//chromeos:test_support_without_gmock", | 1416 "//chromeos:test_support_without_gmock", |
| 1419 "//components/quirks", | 1417 "//components/quirks", |
| 1420 "//components/signin/core/account_id", | 1418 "//components/signin/core/account_id", |
| 1421 "//components/user_manager", | 1419 "//components/user_manager", |
| 1422 "//device/bluetooth", | 1420 "//device/bluetooth", |
| (...skipping 69 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 |