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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 'target_name': 'webrtc_nonparallel_tests', | 263 'target_name': 'webrtc_nonparallel_tests', |
264 'type': '<(gtest_target_type)', | 264 'type': '<(gtest_target_type)', |
265 'sources': [ | 265 'sources': [ |
266 'base/nullsocketserver_unittest.cc', | 266 'base/nullsocketserver_unittest.cc', |
267 'base/physicalsocketserver_unittest.cc', | 267 'base/physicalsocketserver_unittest.cc', |
268 'base/socket_unittest.cc', | 268 'base/socket_unittest.cc', |
269 'base/socket_unittest.h', | 269 'base/socket_unittest.h', |
270 'base/socketaddress_unittest.cc', | 270 'base/socketaddress_unittest.cc', |
271 'base/virtualsocket_unittest.cc', | 271 'base/virtualsocket_unittest.cc', |
272 ], | 272 ], |
| 273 'defines': [ |
| 274 'GTEST_RELATIVE_PATH', |
| 275 ], |
273 'dependencies': [ | 276 'dependencies': [ |
274 '<(DEPTH)/testing/gtest.gyp:gtest', | 277 '<(DEPTH)/testing/gtest.gyp:gtest', |
275 'base/base.gyp:rtc_base', | 278 'base/base.gyp:rtc_base', |
276 'test/test.gyp:test_main', | 279 'test/test.gyp:test_main', |
277 ], | 280 ], |
278 'conditions': [ | 281 'conditions': [ |
279 ['OS=="android"', { | 282 ['OS=="android"', { |
280 'dependencies': [ | 283 'dependencies': [ |
281 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', | 284 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', |
282 ], | 285 ], |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
452 'build/isolate.gypi', | 455 'build/isolate.gypi', |
453 ], | 456 ], |
454 'sources': [ | 457 'sources': [ |
455 'webrtc_perf_tests.isolate', | 458 'webrtc_perf_tests.isolate', |
456 ], | 459 ], |
457 }, | 460 }, |
458 ], | 461 ], |
459 }], | 462 }], |
460 ], | 463 ], |
461 } | 464 } |
OLD | NEW |