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

Side by Side Diff: webrtc/modules/audio_coding/neteq/neteq.gypi

Issue 1373513002: Update isolate.gypi to support Swarming + move .isolate files (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Updated location in webrtc/build/android/test_runner.py Created 5 years, 2 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) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 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 'variables': { 10 'variables': {
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'targets': [ 192 'targets': [
193 { 193 {
194 'target_name': 'audio_decoder_unittests_apk_target', 194 'target_name': 'audio_decoder_unittests_apk_target',
195 'type': 'none', 195 'type': 'none',
196 'dependencies': [ 196 'dependencies': [
197 '<(apk_tests_path):audio_decoder_unittests_apk', 197 '<(apk_tests_path):audio_decoder_unittests_apk',
198 ], 198 ],
199 }, 199 },
200 ], 200 ],
201 }], 201 }],
202 ['test_isolation_mode != "noop"', {
203 'targets': [
204 {
205 'target_name': 'audio_decoder_unittests_run',
206 'type': 'none',
207 'dependencies': [
208 'audio_decoder_unittests',
209 ],
210 'includes': [
211 '../../../build/isolate.gypi',
212 ],
213 'sources': [
214 'audio_decoder_unittests.isolate',
215 ],
216 },
217 ],
218 }],
219 ], 202 ],
220 }], # include_tests 203 }], # include_tests
221 ], # conditions 204 ], # conditions
222 } 205 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_coding/neteq/audio_decoder_unittests.isolate ('k') | webrtc/modules/audio_decoder_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698