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

Side by Side Diff: media/cast/cast_testing.gypi

Issue 1969173002: cast_test_utility needs a dependency on media_features (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | 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 { 5 {
6 'includes': [ 'cast_testing_tools.gypi' ], 6 'includes': [ 'cast_testing_tools.gypi' ],
7 'targets': [ 7 'targets': [
8 { 8 {
9 # GN version: //media/cast:test_support 9 # GN version: //media/cast:test_support
10 'target_name': 'cast_test_utility', 10 'target_name': 'cast_test_utility',
11 'type': 'static_library', 11 'type': 'static_library',
12 'include_dirs': [ 12 'include_dirs': [
13 '<(DEPTH)/', 13 '<(DEPTH)/',
14 ], 14 ],
15 'dependencies': [ 15 'dependencies': [
16 'cast_net', 16 'cast_net',
17 'cast_receiver', 17 'cast_receiver',
18 '<(DEPTH)/base/base.gyp:test_support_base', 18 '<(DEPTH)/base/base.gyp:test_support_base',
19 '<(DEPTH)/media/media.gyp:media_features',
19 '<(DEPTH)/media/media.gyp:media_test_support', 20 '<(DEPTH)/media/media.gyp:media_test_support',
20 '<(DEPTH)/testing/gtest.gyp:gtest', 21 '<(DEPTH)/testing/gtest.gyp:gtest',
21 '<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv', 22 '<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',
22 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', 23 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
23 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_test_support', 24 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_test_support',
24 ], 25 ],
25 'sources': [ 26 'sources': [
26 'test/fake_receiver_time_offset_estimator.cc', 27 'test/fake_receiver_time_offset_estimator.cc',
27 'test/fake_receiver_time_offset_estimator.h', 28 'test/fake_receiver_time_offset_estimator.h',
28 'test/loopback_transport.cc', 29 'test/loopback_transport.cc',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck' , 208 '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck' ,
208 ], 209 ],
209 } 210 }
210 ], 211 ],
211 ], 212 ],
212 }, 213 },
213 ], 214 ],
214 }], # test_isolation_mode != "noop" 215 }], # test_isolation_mode != "noop"
215 ], # conditions 216 ], # conditions
216 } 217 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698