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

Unified Diff: ash/common/BUILD.gn

Issue 2420783002: mustash: Convert TraySupervisedUserTest to AshTest (Closed)
Patch Set: rebase 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
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/system/chromeos/supervised/tray_supervised_user_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/BUILD.gn
diff --git a/ash/common/BUILD.gn b/ash/common/BUILD.gn
index ff59cb692bc5b87bbd12a331d599130e9bb9a0a7..fb526f034acd24243fff3da2e2c171ee79ac0a42 100644
--- a/ash/common/BUILD.gn
+++ b/ash/common/BUILD.gn
@@ -26,6 +26,10 @@ source_set("unittests") {
]
if (is_chromeos) {
- sources += [ "system/chromeos/brightness/tray_brightness_unittest.cc" ]
+ sources += [
+ "system/chromeos/brightness/tray_brightness_unittest.cc",
+ "system/chromeos/supervised/tray_supervised_user_unittest.cc",
+ ]
+ deps += [ "//ui/message_center" ]
}
}
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/system/chromeos/supervised/tray_supervised_user_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698