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

Side by Side Diff: mash/BUILD.gn

Issue 1817443002: Rename mash_shell to mash_session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 unified diff | Download patch
« no previous file with comments | « chrome/app/mash/mash_runner.cc ('k') | mash/example/window_type_launcher/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 # Target that builders build. 7 # Target that builders build.
8 group("all") { 8 group("all") {
9 testonly = true 9 testonly = true
10 10
11 deps = [ 11 deps = [
12 ":tests", 12 ":tests",
13 "//components/leveldb", 13 "//components/leveldb",
14 "//mash/example", 14 "//mash/example",
15 "//mash/init", 15 "//mash/init",
16 "//mash/login", 16 "//mash/login",
17 "//mash/screenlock", 17 "//mash/screenlock",
18 "//mash/shell", 18 "//mash/session",
19 "//mash/task_viewer", 19 "//mash/task_viewer",
20 ] 20 ]
21 } 21 }
22 22
23 group("tests") { 23 group("tests") {
24 testonly = true 24 testonly = true
25 25
26 deps = [ 26 deps = [
27 ":mash_unittests", 27 ":mash_unittests",
28 "//mash/wm:tests", 28 "//mash/wm:tests",
29 ] 29 ]
30 } 30 }
31 31
32 test("mash_unittests") { 32 test("mash_unittests") {
33 deps = [ 33 deps = [
34 "//base", 34 "//base",
35 "//base/test:run_all_unittests", 35 "//base/test:run_all_unittests",
36 "//base/test:test_config", 36 "//base/test:test_config",
37 "//base/test:test_support", 37 "//base/test:test_support",
38 "//mash/wm:unittests", 38 "//mash/wm:unittests",
39 "//mojo/platform_handle:platform_handle_impl", 39 "//mojo/platform_handle:platform_handle_impl",
40 ] 40 ]
41 } 41 }
OLDNEW
« no previous file with comments | « chrome/app/mash/mash_runner.cc ('k') | mash/example/window_type_launcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698