OLD | NEW |
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("//mojo/public/mojo_application.gni") | 6 import("//mojo/public/mojo_application.gni") |
7 import("//mojo/public/mojo_application_manifest.gni") | 7 import("//mojo/public/mojo_application_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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 sources = [ | 153 sources = [ |
154 "media_mojo_unittest.cc", | 154 "media_mojo_unittest.cc", |
155 ] | 155 ] |
156 | 156 |
157 deps = [ | 157 deps = [ |
158 "//media", | 158 "//media", |
159 "//media/base:test_support", | 159 "//media/base:test_support", |
160 "//media/mojo/clients", | 160 "//media/mojo/clients", |
161 "//media/mojo/common", | 161 "//media/mojo/common", |
162 "//media/mojo/interfaces", | 162 "//media/mojo/interfaces", |
163 "//services/shell/public/cpp:shell_test_support", | 163 "//services/shell/public/cpp:service_test_support", |
164 "//services/shell/public/cpp/test:run_all_shelltests", | 164 "//services/shell/public/cpp/test:run_all_shelltests", |
165 "//testing/gmock", | 165 "//testing/gmock", |
166 "//testing/gtest", | 166 "//testing/gtest", |
167 ] | 167 ] |
168 | 168 |
169 data_deps = [ | 169 data_deps = [ |
170 "//media/mojo/services:test_manifest", | 170 "//media/mojo/services:test_manifest", |
171 "//media/mojo/services:media", | 171 "//media/mojo/services:media", |
172 ] | 172 ] |
173 } | 173 } |
(...skipping 21 matching lines...) Expand all Loading... |
195 ":media", | 195 ":media", |
196 ":pipeline_test_manifest", | 196 ":pipeline_test_manifest", |
197 ] | 197 ] |
198 } | 198 } |
199 | 199 |
200 mojo_application_manifest("pipeline_test_manifest") { | 200 mojo_application_manifest("pipeline_test_manifest") { |
201 application_name = "media_pipeline_integration_unittests" | 201 application_name = "media_pipeline_integration_unittests" |
202 type = "exe" | 202 type = "exe" |
203 source = "pipeline_test_manifest.json" | 203 source = "pipeline_test_manifest.json" |
204 } | 204 } |
OLD | NEW |