| 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" ]
|
| + }
|
| +}
|
|
|