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

Side by Side Diff: media/mojo/services/BUILD.gn

Issue 2551963002: media: Rename media_mojo_shell_unittests to media_service_unittests (Closed)
Patch Set: Created 4 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 | « media/mojo/clients/BUILD.gn ('k') | media/mojo/services/media_mojo_unittest.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//media/media_options.gni") 5 import("//media/media_options.gni")
6 import("//services/service_manager/public/cpp/service.gni") 6 import("//services/service_manager/public/cpp/service.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 config("mojo_media_config") { 10 config("mojo_media_config") {
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 ":lib", 143 ":lib",
144 "//mojo/public/c/system", 144 "//mojo/public/c/system",
145 "//services/service_manager/public/cpp", 145 "//services/service_manager/public/cpp",
146 ] 146 ]
147 147
148 data_deps = [ 148 data_deps = [
149 ":media_manifest", 149 ":media_manifest",
150 ] 150 ]
151 } 151 }
152 152
153 test("media_mojo_shell_unittests") { 153 test("media_service_unittests") {
154 testonly = true 154 testonly = true
155 155
156 sources = [ 156 sources = [
157 "media_mojo_unittest.cc", 157 "media_service_unittest.cc",
158 ] 158 ]
159 159
160 deps = [ 160 deps = [
161 "//media", 161 "//media",
162 "//media/base:test_support", 162 "//media/base:test_support",
163 "//media/mojo/clients", 163 "//media/mojo/clients",
164 "//media/mojo/common", 164 "//media/mojo/common",
165 "//media/mojo/interfaces", 165 "//media/mojo/interfaces",
166 "//services/service_manager/public/cpp:service_test_support", 166 "//services/service_manager/public/cpp:service_test_support",
167 "//services/service_manager/public/cpp/test:run_all_service_tests", 167 "//services/service_manager/public/cpp/test:run_all_service_tests",
168 "//testing/gmock", 168 "//testing/gmock",
169 "//testing/gtest", 169 "//testing/gtest",
170 ] 170 ]
171 171
172 data_deps = [ 172 data_deps = [
173 ":media", 173 ":media",
174 ":test_manifest", 174 ":test_manifest",
175 ] 175 ]
176 } 176 }
177 177
178 service_manifest("media_manifest") { 178 service_manifest("media_manifest") {
179 name = "media" 179 name = "media"
180 source = "media_manifest.json" 180 source = "media_manifest.json"
181 } 181 }
182 182
183 service_manifest("test_manifest") { 183 service_manifest("test_manifest") {
184 name = "media_mojo_shell_unittests" 184 name = "media_service_unittests"
185 source = "test_manifest.json" 185 source = "test_manifest.json"
186 } 186 }
187 187
188 test("media_pipeline_integration_unittests") { 188 test("media_pipeline_integration_unittests") {
189 testonly = true 189 testonly = true
190 190
191 deps = [ 191 deps = [
192 "//media/test:mojo_pipeline_integration_tests", 192 "//media/test:mojo_pipeline_integration_tests",
193 "//services/service_manager/public/cpp/test:run_all_service_tests", 193 "//services/service_manager/public/cpp/test:run_all_service_tests",
194 ] 194 ]
195 195
196 data_deps = [ 196 data_deps = [
197 ":media", 197 ":media",
198 ":pipeline_test_manifest", 198 ":pipeline_test_manifest",
199 ] 199 ]
200 } 200 }
201 201
202 service_manifest("pipeline_test_manifest") { 202 service_manifest("pipeline_test_manifest") {
203 name = "media_pipeline_integration_unittests" 203 name = "media_pipeline_integration_unittests"
204 source = "pipeline_test_manifest.json" 204 source = "pipeline_test_manifest.json"
205 } 205 }
OLDNEW
« no previous file with comments | « media/mojo/clients/BUILD.gn ('k') | media/mojo/services/media_mojo_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698