| 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 { | 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |