OLD | NEW |
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 { | 9 { |
10 'includes': [ '../build/common.gypi', ], | 10 'includes': [ '../build/common.gypi', ], |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 ], # targets. | 196 ], # targets. |
197 'conditions': [ | 197 'conditions': [ |
198 ['include_tests==1', { | 198 ['include_tests==1', { |
199 'targets' : [ | 199 'targets' : [ |
200 { | 200 { |
201 'target_name': 'rtc_unittest_main', | 201 'target_name': 'rtc_unittest_main', |
202 'type': 'static_library', | 202 'type': 'static_library', |
203 'dependencies': [ | 203 'dependencies': [ |
204 '<(DEPTH)/testing/gmock.gyp:gmock', | 204 '<(DEPTH)/testing/gmock.gyp:gmock', |
205 '<(DEPTH)/testing/gtest.gyp:gtest', | 205 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 206 '<(webrtc_root)/api/api.gyp:call_api', |
206 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', | 207 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', |
207 '<(webrtc_root)/media/media.gyp:rtc_media', | 208 '<(webrtc_root)/media/media.gyp:rtc_media', |
208 ], | 209 ], |
209 'direct_dependent_settings': { | 210 'direct_dependent_settings': { |
210 'include_dirs': [ | 211 'include_dirs': [ |
211 '<(libyuv_dir)/include', | 212 '<(libyuv_dir)/include', |
212 '<(DEPTH)/testing/gmock/include', | 213 '<(DEPTH)/testing/gmock/include', |
213 ], | 214 ], |
214 }, | 215 }, |
215 'conditions': [ | 216 'conditions': [ |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 'sources': [ | 368 'sources': [ |
368 'rtc_media_unittests.isolate', | 369 'rtc_media_unittests.isolate', |
369 ], | 370 ], |
370 }, | 371 }, |
371 ], | 372 ], |
372 }], | 373 }], |
373 ], # conditions | 374 ], # conditions |
374 }], # include_tests==1 | 375 }], # include_tests==1 |
375 ], # conditions | 376 ], # conditions |
376 } | 377 } |
OLD | NEW |