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

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

Issue 283233002: Cast: Fix udp_transport_unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment moved Created 6 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 | media/cast/test/utility/net_utility.h » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'include_cast_utility_apps%': 0, 7 'include_cast_utility_apps%': 0,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 15 matching lines...) Expand all
26 'test/utility/audio_utility.cc', 26 'test/utility/audio_utility.cc',
27 'test/utility/audio_utility.h', 27 'test/utility/audio_utility.h',
28 'test/utility/barcode.cc', 28 'test/utility/barcode.cc',
29 'test/utility/barcode.h', 29 'test/utility/barcode.h',
30 'test/utility/default_config.cc', 30 'test/utility/default_config.cc',
31 'test/utility/default_config.h', 31 'test/utility/default_config.h',
32 'test/utility/in_process_receiver.cc', 32 'test/utility/in_process_receiver.cc',
33 'test/utility/in_process_receiver.h', 33 'test/utility/in_process_receiver.h',
34 'test/utility/input_builder.cc', 34 'test/utility/input_builder.cc',
35 'test/utility/input_builder.h', 35 'test/utility/input_builder.h',
36 'test/utility/net_utility.cc',
37 'test/utility/net_utility.h',
36 'test/utility/standalone_cast_environment.cc', 38 'test/utility/standalone_cast_environment.cc',
37 'test/utility/standalone_cast_environment.h', 39 'test/utility/standalone_cast_environment.h',
38 'test/utility/video_utility.cc', 40 'test/utility/video_utility.cc',
39 'test/utility/video_utility.h', 41 'test/utility/video_utility.h',
40 'test/utility/udp_proxy.cc', 42 'test/utility/udp_proxy.cc',
41 'test/utility/udp_proxy.h', 43 'test/utility/udp_proxy.h',
42 ], # source 44 ], # source
43 }, 45 },
44 { 46 {
45 'target_name': 'cast_unittests', 47 'target_name': 'cast_unittests',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 '<(DEPTH)/media/media.gyp:media', 224 '<(DEPTH)/media/media.gyp:media',
223 ], 225 ],
224 'sources': [ 226 'sources': [
225 'test/utility/udp_proxy_main.cc', 227 'test/utility/udp_proxy_main.cc',
226 ], 228 ],
227 }, 229 },
228 ], # targets 230 ], # targets
229 }], 231 }],
230 ], # conditions 232 ], # conditions
231 } 233 }
OLDNEW
« no previous file with comments | « no previous file | media/cast/test/utility/net_utility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698