OLD | NEW |
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 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': [ | 10 'includes': [ |
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 ], | 244 ], |
245 }, | 245 }, |
246 ], | 246 ], |
247 }], | 247 }], |
248 ['OS=="android"', { | 248 ['OS=="android"', { |
249 'targets': [ | 249 'targets': [ |
250 { | 250 { |
251 'target_name': 'voice_engine_unittests_apk_target', | 251 'target_name': 'voice_engine_unittests_apk_target', |
252 'type': 'none', | 252 'type': 'none', |
253 'dependencies': [ | 253 'dependencies': [ |
254 '<(apk_tests_path):voice_engine_unittests_apk', | 254 '<(android_tests_path):voice_engine_unittests_apk', |
255 ], | 255 ], |
256 }, | 256 }, |
257 ], | 257 ], |
258 'conditions': [ | 258 'conditions': [ |
259 ['test_isolation_mode != "noop"', | 259 ['test_isolation_mode != "noop"', |
260 { | 260 { |
261 'targets': [ | 261 'targets': [ |
262 { | 262 { |
263 'target_name': 'voice_engine_unittests_apk_run', | 263 'target_name': 'voice_engine_unittests_apk_run', |
264 'type': 'none', | 264 'type': 'none', |
265 'dependencies': [ | 265 'dependencies': [ |
266 '<(apk_tests_path):voice_engine_unittests_apk', | 266 '<(android_tests_path):voice_engine_unittests_apk', |
267 ], | 267 ], |
268 'includes': [ | 268 'includes': [ |
269 '../build/isolate.gypi', | 269 '../build/isolate.gypi', |
270 ], | 270 ], |
271 'sources': [ | 271 'sources': [ |
272 'voice_engine_unittests_apk.isolate', | 272 'voice_engine_unittests_apk.isolate', |
273 ], | 273 ], |
274 }, | 274 }, |
275 ], | 275 ], |
276 }, | 276 }, |
(...skipping 27 matching lines...) Expand all Loading... |
304 'sources': [ | 304 'sources': [ |
305 'voe_auto_test.isolate', | 305 'voe_auto_test.isolate', |
306 ], | 306 ], |
307 }, | 307 }, |
308 ], | 308 ], |
309 }], | 309 }], |
310 ], # conditions | 310 ], # conditions |
311 }], # include_tests==1 | 311 }], # include_tests==1 |
312 ], # conditions | 312 ], # conditions |
313 } | 313 } |
OLD | NEW |