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

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

Issue 1362093002: Re-land: Add localized default audio device names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Exclude media_resource_provider on iOS. Created 5 years, 2 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 | « media/base/run_all_unittests.cc ('k') | media/media.gyp » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //media/cast:test_support 8 # GN version: //media/cast:test_support
9 'target_name': 'cast_test_utility', 9 'target_name': 'cast_test_utility',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'dependencies': [ 61 'dependencies': [
62 'cast_base', 62 'cast_base',
63 'cast_net', 63 'cast_net',
64 'cast_receiver', 64 'cast_receiver',
65 'cast_sender', 65 'cast_sender',
66 'cast_test_utility', 66 'cast_test_utility',
67 # Not a true dependency. This is here to make sure the CQ can verify 67 # Not a true dependency. This is here to make sure the CQ can verify
68 # the tools compile correctly. 68 # the tools compile correctly.
69 'cast_tools', 69 'cast_tools',
70 '<(DEPTH)/base/base.gyp:test_support_base', 70 '<(DEPTH)/base/base.gyp:test_support_base',
71 '<(DEPTH)/media/media.gyp:media_test_support',
71 '<(DEPTH)/net/net.gyp:net', 72 '<(DEPTH)/net/net.gyp:net',
72 '<(DEPTH)/testing/gmock.gyp:gmock', 73 '<(DEPTH)/testing/gmock.gyp:gmock',
73 '<(DEPTH)/testing/gtest.gyp:gtest', 74 '<(DEPTH)/testing/gtest.gyp:gtest',
74 ], 75 ],
75 'sources': [ 76 'sources': [
76 '<(DEPTH)/media/base/run_all_unittests.cc', 77 '<(DEPTH)/media/base/run_all_unittests.cc',
77 'logging/encoding_event_subscriber_unittest.cc', 78 'logging/encoding_event_subscriber_unittest.cc',
78 'logging/logging_impl_unittest.cc', 79 'logging/logging_impl_unittest.cc',
79 'logging/logging_raw_unittest.cc', 80 'logging/logging_raw_unittest.cc',
80 'logging/receiver_time_offset_estimator_impl_unittest.cc', 81 'logging/receiver_time_offset_estimator_impl_unittest.cc',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 386 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
386 ], 387 ],
387 } 388 }
388 ], 389 ],
389 ], 390 ],
390 }, 391 },
391 ], 392 ],
392 }], 393 }],
393 ], # conditions 394 ], # conditions
394 } 395 }
OLDNEW
« no previous file with comments | « media/base/run_all_unittests.cc ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698