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

Side by Side Diff: mash/BUILD.gn

Issue 2694623016: chromeos: Makes AshTestBase/Helper target mash when appropriate (Closed)
Patch Set: feedback Created 3 years, 10 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 | « components/exo/BUILD.gn ('k') | mash/test/mash_test_suite.cc » ('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("//build/config/nacl/config.gni") 5 import("//build/config/nacl/config.gni")
6 import("//services/catalog/public/tools/catalog.gni") 6 import("//services/catalog/public/tools/catalog.gni")
7 import("//services/service_manager/public/service_manifest.gni") 7 import("//services/service_manager/public/service_manifest.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 # Target that builders build. 10 # Target that builders build.
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 107
108 if (is_chromeos) { 108 if (is_chromeos) {
109 # TODO(jamescook): Move these tests into //ash/mus. 109 # TODO(jamescook): Move these tests into //ash/mus.
110 test("mash_unittests") { 110 test("mash_unittests") {
111 sources = [ 111 sources = [
112 "test/mash_test_suite.cc", 112 "test/mash_test_suite.cc",
113 "test/mash_test_suite.h", 113 "test/mash_test_suite.h",
114 "test/mash_unittests.cc", 114 "test/mash_unittests.cc",
115 ] 115 ]
116 deps = [ 116 deps = [
117 "//ash/common:unittests", 117 "//ash:common_unittests",
118 "//ash/common/test:test_support",
119 "//ash/mus:resources", 118 "//ash/mus:resources",
120 "//ash/mus:unittests", 119 "//ash/mus:unittests",
121 "//base", 120 "//base",
122 "//base/test:test_support", 121 "//base/test:test_support",
123 "//cc", 122 "//cc",
124 "//cc:test_support", 123 "//cc:test_support",
125 "//mojo/edk/system", 124 "//mojo/edk/system",
126 "//services/catalog:lib", 125 "//services/catalog:lib",
127 "//ui/aura", 126 "//ui/aura",
128 "//ui/base", 127 "//ui/base",
(...skipping 23 matching lines...) Expand all
152 testonly = true 151 testonly = true
153 sources = get_target_outputs(":mash_unittests_catalog") 152 sources = get_target_outputs(":mash_unittests_catalog")
154 outputs = [ 153 outputs = [
155 "${root_out_dir}/mash_unittests_catalog.json", 154 "${root_out_dir}/mash_unittests_catalog.json",
156 ] 155 ]
157 deps = [ 156 deps = [
158 ":mash_unittests_catalog", 157 ":mash_unittests_catalog",
159 ] 158 ]
160 } 159 }
161 } 160 }
OLDNEW
« no previous file with comments | « components/exo/BUILD.gn ('k') | mash/test/mash_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698