Index: ash/mus/BUILD.gn |
diff --git a/ash/mus/BUILD.gn b/ash/mus/BUILD.gn |
index 9becfce4efe2cb00453ced60f2aa7d116bb44464..301833e246405b4199a72ed2da5a3e4a4b907117 100644 |
--- a/ash/mus/BUILD.gn |
+++ b/ash/mus/BUILD.gn |
@@ -234,7 +234,6 @@ source_set("unittests") { |
testonly = true |
sources = [ |
- "../common/wm_window_unittest.cc", |
"accelerators/accelerator_controller_registrar_test_api.cc", |
"accelerators/accelerator_controller_registrar_test_api.h", |
"accelerators/accelerator_controller_unittest.cc", |
@@ -260,7 +259,7 @@ source_set("unittests") { |
":lib", |
":resources", |
"//ash", |
- "//ash:test_support_without_content", |
+ "//ash/common/test:test_support", |
"//ash/public/interfaces", |
"//base", |
"//base/test:test_config", |
@@ -294,9 +293,4 @@ source_set("unittests") { |
] |
defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
- |
- if (is_chromeos) { |
- sources += |
- [ "../common/system/chromeos/brightness/tray_brightness_unittest.cc" ] |
- } |
} |