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

Unified Diff: ash/common/BUILD.gn

Issue 2400063003: Adds more BUILD.gns to ash (Closed)
Patch Set: feedback 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/test/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
new file mode 100644
index 0000000000000000000000000000000000000000..2abc4bdf7b66a9cebff8baebc52fef6d89c3121e
--- /dev/null
+++ b/ash/common/BUILD.gn
@@ -0,0 +1,24 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+source_set("unittests") {
+ testonly = true
+ sources = [
+ "wm_window_unittest.cc",
+ ]
+ deps = [
+ "//ash",
+ "//ash/common/test:test_support",
+ "//ash/test:test_support_without_content",
+ "//ui/base",
+ "//ui/display",
+ "//ui/keyboard",
+ "//ui/views",
+ "//ui/wm",
+ ]
+
+ if (is_chromeos) {
+ sources += [ "system/chromeos/brightness/tray_brightness_unittest.cc" ]
+ }
+}
« no previous file with comments | « ash/BUILD.gn ('k') | ash/common/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698