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

Unified Diff: ash/common/BUILD.gn

Issue 2559713003: Remove non-chromeos support from src/ash BUILD.gn files (Closed)
Patch Set: rebase, nit Created 4 years 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/strings/BUILD.gn » ('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 423b9c3495a6fa2e5d2c449c912ac93508668dfc..94b8211a68dfb150a490c4336298a10b5a50fb05 100644
--- a/ash/common/BUILD.gn
+++ b/ash/common/BUILD.gn
@@ -8,6 +8,11 @@ source_set("unittests") {
testonly = true
sources = [
"accelerators/accelerator_table_unittest.cc",
+ "system/chromeos/audio/tray_audio_unittest.cc",
+ "system/chromeos/brightness/tray_brightness_unittest.cc",
+ "system/chromeos/network/vpn_list_unittest.cc",
+ "system/chromeos/screen_security/screen_tray_item_unittest.cc",
+ "system/chromeos/supervised/tray_supervised_user_unittest.cc",
"system/date/date_view_unittest.cc",
"system/update/tray_update_unittest.cc",
"wm/container_finder_unittest.cc",
@@ -26,18 +31,8 @@ source_set("unittests") {
"//ui/base",
"//ui/display",
"//ui/keyboard",
+ "//ui/message_center",
"//ui/views",
"//ui/wm",
]
-
- if (is_chromeos) {
- sources += [
- "system/chromeos/audio/tray_audio_unittest.cc",
- "system/chromeos/brightness/tray_brightness_unittest.cc",
- "system/chromeos/network/vpn_list_unittest.cc",
- "system/chromeos/screen_security/screen_tray_item_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/strings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698