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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 1903663002: Build dynamic iOS SDK. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix test gyp Created 4 years, 7 months 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
« no previous file with comments | « webrtc/webrtc_examples.gyp ('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 12 matching lines...) Expand all
23 'libjingle/xmpp/xmpp.gyp:rtc_xmpp_unittest', 23 'libjingle/xmpp/xmpp.gyp:rtc_xmpp_unittest',
24 '<(DEPTH)/testing/gtest.gyp:gtest', 24 '<(DEPTH)/testing/gtest.gyp:gtest',
25 '<(DEPTH)/testing/gmock.gyp:gmock', 25 '<(DEPTH)/testing/gmock.gyp:gmock',
26 ], 26 ],
27 'conditions': [ 27 'conditions': [
28 ['OS=="android"', { 28 ['OS=="android"', {
29 'dependencies': [ 29 'dependencies': [
30 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', 30 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
31 ], 31 ],
32 }], 32 }],
33 ['OS=="ios"', { 33 ['OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7")', {
34 'dependencies': [ 34 'dependencies': [
35 'api/api_tests.gyp:rtc_api_objc_tests', 35 'sdk/sdk_tests.gyp:rtc_sdk_peerconnection_objc_tests',
36 ] 36 ],
37 }] 37 }],
38 ], 38 ],
39 }, 39 },
40 { 40 {
41 'target_name': 'webrtc_tests', 41 'target_name': 'webrtc_tests',
42 'type': 'none', 42 'type': 'none',
43 'dependencies': [ 43 'dependencies': [
44 'video_engine_tests', 44 'video_engine_tests',
45 'video_loopback', 45 'video_loopback',
46 'video_replay', 46 'video_replay',
47 'webrtc_perf_tests', 47 'webrtc_perf_tests',
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 'build/isolate.gypi', 456 'build/isolate.gypi',
457 ], 457 ],
458 'sources': [ 458 'sources': [
459 'webrtc_perf_tests.isolate', 459 'webrtc_perf_tests.isolate',
460 ], 460 ],
461 }, 461 },
462 ], 462 ],
463 }], 463 }],
464 ], 464 ],
465 } 465 }
OLDNEW
« no previous file with comments | « webrtc/webrtc_examples.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698