OLD | NEW |
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 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 # TODO(andrew): consider moving test_support to src/base/test. | 9 # TODO(andrew): consider moving test_support to src/base/test. |
10 { | 10 { |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
200 'sources': [ | 200 'sources': [ |
201 'run_loop.h', | 201 'run_loop.h', |
202 'run_loop.cc', | 202 'run_loop.cc', |
203 ], | 203 ], |
204 }], | 204 }], |
205 ], | 205 ], |
206 'dependencies': [ | 206 'dependencies': [ |
207 '<(DEPTH)/testing/gmock.gyp:gmock', | 207 '<(DEPTH)/testing/gmock.gyp:gmock', |
208 '<(DEPTH)/testing/gtest.gyp:gtest', | 208 '<(DEPTH)/testing/gtest.gyp:gtest', |
209 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', | 209 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
| 210 '<(webrtc_root)/api/api.gyp:transport_api', |
210 '<(webrtc_root)/base/base.gyp:rtc_base_approved', | 211 '<(webrtc_root)/base/base.gyp:rtc_base_approved', |
211 '<(webrtc_root)/common.gyp:webrtc_common', | 212 '<(webrtc_root)/common.gyp:webrtc_common', |
212 '<(webrtc_root)/modules/modules.gyp:media_file', | 213 '<(webrtc_root)/modules/modules.gyp:media_file', |
213 '<(webrtc_root)/webrtc.gyp:webrtc', | 214 '<(webrtc_root)/webrtc.gyp:webrtc', |
214 'rtp_test_utils', | 215 'rtp_test_utils', |
215 'test_support', | 216 'test_support', |
216 ], | 217 ], |
217 }, | 218 }, |
218 { | 219 { |
219 'target_name': 'test_renderer', | 220 'target_name': 'test_renderer', |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 '-framework OpenGL', | 288 '-framework OpenGL', |
288 '-framework CoreVideo', | 289 '-framework CoreVideo', |
289 ], | 290 ], |
290 }, | 291 }, |
291 }], | 292 }], |
292 ], | 293 ], |
293 }, | 294 }, |
294 }, | 295 }, |
295 ], | 296 ], |
296 } | 297 } |
OLD | NEW |