Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 1499653003: Add implementation and tests for RTCIceServer (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Minor updates Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« webrtc/base/base.gyp ('K') | « webrtc/base/objc/NSString+StdString.mm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 14 matching lines...) Expand all
25 'sound/sound.gyp:rtc_sound', 25 'sound/sound.gyp:rtc_sound',
26 '<(DEPTH)/testing/gtest.gyp:gtest', 26 '<(DEPTH)/testing/gtest.gyp:gtest',
27 '<(DEPTH)/testing/gmock.gyp:gmock', 27 '<(DEPTH)/testing/gmock.gyp:gmock',
28 ], 28 ],
29 'conditions': [ 29 'conditions': [
30 ['OS=="android"', { 30 ['OS=="android"', {
31 'dependencies': [ 31 'dependencies': [
32 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', 32 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
33 ], 33 ],
34 }], 34 }],
35 ['OS=="ios" or OS=="mac"', {
36 'dependencies': [
37 'api/api_tests.gyp:rtc_api_objc_test',
38 ]
39 }]
35 ], 40 ],
36 }, 41 },
37 { 42 {
38 'target_name': 'webrtc_tests', 43 'target_name': 'webrtc_tests',
39 'type': 'none', 44 'type': 'none',
40 'dependencies': [ 45 'dependencies': [
41 'video_engine_tests', 46 'video_engine_tests',
42 'video_loopback', 47 'video_loopback',
43 'video_replay', 48 'video_replay',
44 'webrtc_perf_tests', 49 'webrtc_perf_tests',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'build/isolate.gypi', 376 'build/isolate.gypi',
372 ], 377 ],
373 'sources': [ 378 'sources': [
374 'webrtc_perf_tests.isolate', 379 'webrtc_perf_tests.isolate',
375 ], 380 ],
376 }, 381 },
377 ], 382 ],
378 }], 383 }],
379 ], 384 ],
380 } 385 }
OLDNEW
« webrtc/base/base.gyp ('K') | « webrtc/base/objc/NSString+StdString.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698