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

Side by Side Diff: components/mus/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 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 unified diff | Download patch
« no previous file with comments | « BUILD.gn ('k') | components/mus/example/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//testing/test.gni")
6
7 # Target that builders build.
8 group("all") {
9 testonly = true
10
11 deps = [
12 ":example",
13 ":mustash_unittests",
14 ]
15 }
16
17 group("example") {
18 testonly = true
19
20 deps = [
21 "//components/mus/example/main",
22 "//components/mus/example/mock_sysui",
23 "//components/mus/example/views_examples",
24 "//components/mus/example/window_type_launcher",
25 "//mash/wm",
26 "//mojo/runner",
27 ]
28 }
29
30 test("mustash_unittests") {
31 deps = [
32 "//base",
33 "//base/test:run_all_unittests",
34 "//base/test:test_config",
35 "//base/test:test_support",
36 "//mash/wm:unittests",
37 "//mojo/platform_handle:platform_handle_impl",
38 ]
39 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | components/mus/example/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698