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

Side by Side Diff: webrtc/api/api_tests.gyp

Issue 1863363002: 🎱 Add test runner scripts for instrumentation tests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@add-isolates-to-build-files
Patch Set: Created 4 years, 8 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
OLDNEW
1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2015 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 { 9 {
10 'includes': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'type': 'none', 124 'type': 'none',
125 'dependencies': [ 125 'dependencies': [
126 '<(webrtc_root)/api/api.gyp:libjingle_peerconnection_java', 126 '<(webrtc_root)/api/api.gyp:libjingle_peerconnection_java',
127 ], 127 ],
128 'variables': { 128 'variables': {
129 'apk_name': 'libjingle_peerconnection_android_unittest', 129 'apk_name': 'libjingle_peerconnection_android_unittest',
130 'java_in_dir': 'androidtests', 130 'java_in_dir': 'androidtests',
131 'resource_dir': 'androidtests/res', 131 'resource_dir': 'androidtests/res',
132 'native_lib_target': 'libjingle_peerconnection_so', 132 'native_lib_target': 'libjingle_peerconnection_so',
133 'is_test_apk': 1, 133 'is_test_apk': 1,
134 'test_type': 'instrumentation',
135 'tested_apk_path': '',
134 'never_lint': 1, 136 'never_lint': 1,
135 }, 137 },
136 'includes': [ '../../build/java_apk.gypi' ], 138 'includes': [
139 '../../build/java_apk.gypi',
140 '../../build/android/test_runner.gypi',
141 ],
137 }, 142 },
138 ], # targets 143 ], # targets
139 }], # OS=="android" 144 }], # OS=="android"
140 ['OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7")', { 145 ['OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7")', {
141 'targets': [ 146 'targets': [
142 { 147 {
143 'target_name': 'rtc_api_objc_tests', 148 'target_name': 'rtc_api_objc_tests',
144 'type': 'executable', 149 'type': 'executable',
145 'includes': [ 150 'includes': [
146 '../build/objc_common.gypi', 151 '../build/objc_common.gypi',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 '../build/isolate.gypi', 194 '../build/isolate.gypi',
190 ], 195 ],
191 'sources': [ 196 'sources': [
192 'peerconnection_unittests.isolate', 197 'peerconnection_unittests.isolate',
193 ], 198 ],
194 }, 199 },
195 ], # targets 200 ], # targets
196 }], # test_isolation_mode != "noop" 201 }], # test_isolation_mode != "noop"
197 ], # conditions 202 ], # conditions
198 } 203 }
OLDNEW
« talk/build/common.gypi ('K') | « talk/build/common.gypi ('k') | webrtc/webrtc_examples.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698