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

Side by Side Diff: mash/BUILD.gn

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 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 unified diff | Download patch
« no previous file with comments | « ios/web/webui/web_ui_mojo_inttest.mm ('k') | mash/DEPS » ('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("//services/shell/public/service_manifest.gni") 5 import("//services/service_manager/public/service_manifest.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 # Target that builders build. 8 # Target that builders build.
9 group("all") { 9 group("all") {
10 testonly = true 10 testonly = true
11 11
12 deps = [ 12 deps = [
13 "//components/leveldb", 13 "//components/leveldb",
14 "//mash/catalog_viewer", 14 "//mash/catalog_viewer",
15 "//mash/example", 15 "//mash/example",
(...skipping 26 matching lines...) Expand all
42 "test/mash_test_suite.h", 42 "test/mash_test_suite.h",
43 "test/mash_unittests.cc", 43 "test/mash_unittests.cc",
44 ] 44 ]
45 deps = [ 45 deps = [
46 "//ash/common:unittests", 46 "//ash/common:unittests",
47 "//ash/common/test:test_support", 47 "//ash/common/test:test_support",
48 "//ash/mus:resources", 48 "//ash/mus:resources",
49 "//ash/mus:unittests", 49 "//ash/mus:unittests",
50 "//base", 50 "//base",
51 "//base/test:test_support", 51 "//base/test:test_support",
52 "//services/shell/background:main", 52 "//services/service_manager/background:main",
53 "//ui/aura", 53 "//ui/aura",
54 "//ui/base", 54 "//ui/base",
55 "//ui/compositor:test_support", 55 "//ui/compositor:test_support",
56 "//ui/gl:test_support", 56 "//ui/gl:test_support",
57 ] 57 ]
58 data_deps = [ 58 data_deps = [
59 ":unittests_manifest", 59 ":unittests_manifest",
60 "//ash/mus:resources", 60 "//ash/mus:resources",
61 ] 61 ]
62 } 62 }
63 63
64 service_manifest("unittests_manifest") { 64 service_manifest("unittests_manifest") {
65 type = "exe" 65 type = "exe"
66 name = "mash_unittests" 66 name = "mash_unittests"
67 source = "unittests_manifest.json" 67 source = "unittests_manifest.json"
68 } 68 }
OLDNEW
« no previous file with comments | « ios/web/webui/web_ui_mojo_inttest.mm ('k') | mash/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698