Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: ash/mus/BUILD.gn

Issue 2400063003: Adds more BUILD.gns to ash (Closed)
Patch Set: not relative Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" ]
- }
}

Powered by Google App Engine
This is Rietveld 408576698