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

Unified Diff: components/mus/example/BUILD.gn

Issue 1416453005: Adds window resizing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | components/mus/example/wm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/example/BUILD.gn
diff --git a/components/mus/example/BUILD.gn b/components/mus/example/BUILD.gn
index 711f344e2f1089eb6486500ba1ed0716a940445a..8a9d772b64c2fdca3f97036fd61521cb653f80da 100644
--- a/components/mus/example/BUILD.gn
+++ b/components/mus/example/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//testing/test.gni")
+
group("example") {
testonly = true
@@ -13,3 +15,13 @@ group("example") {
"//components/mus/example/wm",
]
}
+
+test("mustash_unittests") {
+ deps = [
+ "//base",
+ "//base/test:run_all_unittests",
+ "//base/test:test_config",
+ "//base/test:test_support",
+ "//components/mus/example/wm:unittests",
+ ]
+}
« no previous file with comments | « no previous file | components/mus/example/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698