OLD | NEW |
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2013 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 ['enable_protobuf==1', { | 211 ['enable_protobuf==1', { |
212 'defines': [ | 212 'defines': [ |
213 'ENABLE_RTC_EVENT_LOG', | 213 'ENABLE_RTC_EVENT_LOG', |
214 ], | 214 ], |
215 'dependencies': [ | 215 'dependencies': [ |
216 'webrtc.gyp:rtc_event_log', | 216 'webrtc.gyp:rtc_event_log', |
217 'webrtc.gyp:rtc_event_log_proto', | 217 'webrtc.gyp:rtc_event_log_proto', |
218 ], | 218 ], |
219 'sources': [ | 219 'sources': [ |
220 'call/rtc_event_log_unittest.cc', | 220 'call/rtc_event_log_unittest.cc', |
| 221 'call/rtc_event_log_unittest_helper.cc' |
221 ], | 222 ], |
222 }], | 223 }], |
223 ], | 224 ], |
224 }, | 225 }, |
225 { | 226 { |
226 'target_name': 'webrtc_perf_tests', | 227 'target_name': 'webrtc_perf_tests', |
227 'type': '<(gtest_target_type)', | 228 'type': '<(gtest_target_type)', |
228 'sources': [ | 229 'sources': [ |
229 'call/call_perf_tests.cc', | 230 'call/call_perf_tests.cc', |
230 'call/rampup_tests.cc', | 231 'call/rampup_tests.cc', |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 'build/isolate.gypi', | 422 'build/isolate.gypi', |
422 ], | 423 ], |
423 'sources': [ | 424 'sources': [ |
424 'webrtc_perf_tests.isolate', | 425 'webrtc_perf_tests.isolate', |
425 ], | 426 ], |
426 }, | 427 }, |
427 ], | 428 ], |
428 }], | 429 }], |
429 ], | 430 ], |
430 } | 431 } |
OLD | NEW |