| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 7ba7eeb9fa9a9d71a21d8ad9a822ec00d632f483..2b9d67dc8e148ca02968ce243a51998380ce1ea9 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -227,7 +227,8 @@ static_library("test_support") {
|
|
|
| public_deps += [
|
| "//ash",
|
| - "//ash:test_support_without_content",
|
| + "//ash:ash_with_aura_test_support",
|
| + "//ash:test_support_with_content",
|
| "//ui/aura",
|
| "//ui/aura:test_support",
|
| ]
|
| @@ -2067,7 +2068,10 @@ test("browser_tests") {
|
| "../browser/ui/ash/volume_controller_browsertest_chromeos.cc",
|
| "../browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc",
|
| ]
|
| - deps += [ "//ash:test_support_without_content" ]
|
| + deps += [
|
| + "//ash:ash_with_aura_test_support",
|
| + "//ash:test_support_with_content",
|
| + ]
|
|
|
| if (enable_app_list) {
|
| deps += [ ":test_support_applist_ash" ]
|
| @@ -4033,6 +4037,7 @@ test("unit_tests") {
|
| "../browser/ui/window_sizer/window_sizer_ash_unittest.cc",
|
| ]
|
| deps += [
|
| + "//ash:ash_with_aura_test_support",
|
| "//ash:test_support_with_content",
|
| "//ash/common/strings",
|
| "//ash/resources",
|
|
|