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

Unified Diff: mash/example/BUILD.gn

Issue 1469733004: Moves components/mus/examples into mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git add Created 5 years, 1 month 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 | « mash/BUILD.gn ('k') | mash/example/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/example/BUILD.gn
diff --git a/mash/example/BUILD.gn b/mash/example/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..07198dd6c15244935d4b62e6296acf1630b36720
--- /dev/null
+++ b/mash/example/BUILD.gn
@@ -0,0 +1,18 @@
+# Copyright 2015 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.
+
+import("//testing/test.gni")
+
+group("example") {
+ testonly = true
+
+ deps = [
+ "//mash/example/main",
+ "//mash/example/mock_sysui",
+ "//mash/example/views_examples",
+ "//mash/example/window_type_launcher",
+ "//mash/wm",
+ "//mojo/runner",
+ ]
+}
« no previous file with comments | « mash/BUILD.gn ('k') | mash/example/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698