| 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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1109 deps = [ | 1109 deps = [ |
| 1110 ":ash", | 1110 ":ash", |
| 1111 ":ash_with_content", | 1111 ":ash_with_content", |
| 1112 "//ash/public/cpp:ash_public_cpp", | 1112 "//ash/public/cpp:ash_public_cpp", |
| 1113 "//ash/test:test_support_with_content", | 1113 "//ash/test:test_support_with_content", |
| 1114 "//base", | 1114 "//base", |
| 1115 "//base/test:test_support", | 1115 "//base/test:test_support", |
| 1116 "//chromeos", | 1116 "//chromeos", |
| 1117 "//chromeos:power_manager_proto", | 1117 "//chromeos:power_manager_proto", |
| 1118 "//chromeos:test_support_without_gmock", | 1118 "//chromeos:test_support_without_gmock", |
| 1119 "//components/keyboard_lock", |
| 1119 "//components/quirks", | 1120 "//components/quirks", |
| 1120 "//components/signin/core/account_id", | 1121 "//components/signin/core/account_id", |
| 1121 "//components/user_manager", | 1122 "//components/user_manager", |
| 1122 "//content/public/browser", | 1123 "//content/public/browser", |
| 1123 "//content/test:test_support", | 1124 "//content/test:test_support", |
| 1124 "//device/bluetooth", | 1125 "//device/bluetooth", |
| 1125 "//mojo/edk/system", | 1126 "//mojo/edk/system", |
| 1126 "//net", | 1127 "//net", |
| 1127 "//skia", | 1128 "//skia", |
| 1128 "//testing/gtest", | 1129 "//testing/gtest", |
| (...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1507 testonly = true | 1508 testonly = true |
| 1508 sources = [ | 1509 sources = [ |
| 1509 "shell/content/shell_with_content_main.cc", | 1510 "shell/content/shell_with_content_main.cc", |
| 1510 ] | 1511 ] |
| 1511 | 1512 |
| 1512 deps = [ | 1513 deps = [ |
| 1513 ":ash_shell_lib_with_content", | 1514 ":ash_shell_lib_with_content", |
| 1514 "//base", | 1515 "//base", |
| 1515 "//build/config:exe_and_shlib_deps", | 1516 "//build/config:exe_and_shlib_deps", |
| 1516 "//build/win:default_exe_manifest", | 1517 "//build/win:default_exe_manifest", |
| 1518 "//components/keyboard_lock", |
| 1517 "//components/user_manager", | 1519 "//components/user_manager", |
| 1518 "//content", | 1520 "//content", |
| 1519 "//content/public/app:both", | 1521 "//content/public/app:both", |
| 1520 "//device/bluetooth", | 1522 "//device/bluetooth", |
| 1521 ] | 1523 ] |
| 1522 | 1524 |
| 1523 data_deps = [ | 1525 data_deps = [ |
| 1524 "//ash/strings:ash_test_strings", | 1526 "//ash/strings:ash_test_strings", |
| 1525 "//ash/resources:ash_test_resources_with_content_100_percent", | 1527 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1526 "//ash/resources:ash_test_resources_200_percent", | 1528 "//ash/resources:ash_test_resources_200_percent", |
| 1527 ] | 1529 ] |
| 1528 } | 1530 } |
| OLD | NEW |