OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |