| OLD | NEW |
| 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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 ], | 322 ], |
| 323 }, | 323 }, |
| 324 ], | 324 ], |
| 325 'conditions': [ | 325 'conditions': [ |
| 326 ['OS=="android"', { | 326 ['OS=="android"', { |
| 327 'targets': [ | 327 'targets': [ |
| 328 { | 328 { |
| 329 'target_name': 'rtc_unittests_apk_target', | 329 'target_name': 'rtc_unittests_apk_target', |
| 330 'type': 'none', | 330 'type': 'none', |
| 331 'dependencies': [ | 331 'dependencies': [ |
| 332 '<(apk_tests_path):rtc_unittests_apk', | 332 '<(android_tests_path):rtc_unittests_apk', |
| 333 ], | 333 ], |
| 334 }, | 334 }, |
| 335 { | 335 { |
| 336 'target_name': 'video_engine_tests_apk_target', | 336 'target_name': 'video_engine_tests_apk_target', |
| 337 'type': 'none', | 337 'type': 'none', |
| 338 'dependencies': [ | 338 'dependencies': [ |
| 339 '<(apk_tests_path):video_engine_tests_apk', | 339 '<(android_tests_path):video_engine_tests_apk', |
| 340 ], | 340 ], |
| 341 }, | 341 }, |
| 342 { | 342 { |
| 343 'target_name': 'webrtc_perf_tests_apk_target', | 343 'target_name': 'webrtc_perf_tests_apk_target', |
| 344 'type': 'none', | 344 'type': 'none', |
| 345 'dependencies': [ | 345 'dependencies': [ |
| 346 '<(apk_tests_path):webrtc_perf_tests_apk', | 346 '<(android_tests_path):webrtc_perf_tests_apk', |
| 347 ], | 347 ], |
| 348 }, | 348 }, |
| 349 { | 349 { |
| 350 'target_name': 'webrtc_nonparallel_tests_apk_target', | 350 'target_name': 'webrtc_nonparallel_tests_apk_target', |
| 351 'type': 'none', | 351 'type': 'none', |
| 352 'dependencies': [ | 352 'dependencies': [ |
| 353 '<(apk_tests_path):webrtc_nonparallel_tests_apk', | 353 '<(android_tests_path):webrtc_nonparallel_tests_apk', |
| 354 ], | 354 ], |
| 355 }, | 355 }, |
| 356 ], | 356 ], |
| 357 'conditions': [ | 357 'conditions': [ |
| 358 ['test_isolation_mode != "noop"', | 358 ['test_isolation_mode != "noop"', |
| 359 { | 359 { |
| 360 'targets': [ | 360 'targets': [ |
| 361 { | 361 { |
| 362 'target_name': 'rtc_unittests_apk_run', | 362 'target_name': 'rtc_unittests_apk_run', |
| 363 'type': 'none', | 363 'type': 'none', |
| 364 'dependencies': [ | 364 'dependencies': [ |
| 365 '<(apk_tests_path):rtc_unittests_apk', | 365 '<(android_tests_path):rtc_unittests_apk', |
| 366 ], | 366 ], |
| 367 'includes': [ | 367 'includes': [ |
| 368 'build/isolate.gypi', | 368 'build/isolate.gypi', |
| 369 ], | 369 ], |
| 370 'sources': [ | 370 'sources': [ |
| 371 'rtc_unittests_apk.isolate', | 371 'rtc_unittests_apk.isolate', |
| 372 ], | 372 ], |
| 373 }, | 373 }, |
| 374 { | 374 { |
| 375 'target_name': 'video_engine_tests_apk_run', | 375 'target_name': 'video_engine_tests_apk_run', |
| 376 'type': 'none', | 376 'type': 'none', |
| 377 'dependencies': [ | 377 'dependencies': [ |
| 378 '<(apk_tests_path):video_engine_tests_apk', | 378 '<(android_tests_path):video_engine_tests_apk', |
| 379 ], | 379 ], |
| 380 'includes': [ | 380 'includes': [ |
| 381 'build/isolate.gypi', | 381 'build/isolate.gypi', |
| 382 ], | 382 ], |
| 383 'sources': [ | 383 'sources': [ |
| 384 'video_engine_tests_apk.isolate', | 384 'video_engine_tests_apk.isolate', |
| 385 ], | 385 ], |
| 386 }, | 386 }, |
| 387 { | 387 { |
| 388 'target_name': 'webrtc_perf_tests_apk_run', | 388 'target_name': 'webrtc_perf_tests_apk_run', |
| 389 'type': 'none', | 389 'type': 'none', |
| 390 'dependencies': [ | 390 'dependencies': [ |
| 391 '<(apk_tests_path):webrtc_perf_tests_apk', | 391 '<(android_tests_path):webrtc_perf_tests_apk', |
| 392 ], | 392 ], |
| 393 'includes': [ | 393 'includes': [ |
| 394 'build/isolate.gypi', | 394 'build/isolate.gypi', |
| 395 ], | 395 ], |
| 396 'sources': [ | 396 'sources': [ |
| 397 'webrtc_perf_tests_apk.isolate', | 397 'webrtc_perf_tests_apk.isolate', |
| 398 ], | 398 ], |
| 399 }, | 399 }, |
| 400 { | 400 { |
| 401 'target_name': 'webrtc_nonparallel_tests_apk_run', | 401 'target_name': 'webrtc_nonparallel_tests_apk_run', |
| 402 'type': 'none', | 402 'type': 'none', |
| 403 'dependencies': [ | 403 'dependencies': [ |
| 404 '<(apk_tests_path):webrtc_nonparallel_tests_apk', | 404 '<(android_tests_path):webrtc_nonparallel_tests_apk', |
| 405 ], | 405 ], |
| 406 'includes': [ | 406 'includes': [ |
| 407 'build/isolate.gypi', | 407 'build/isolate.gypi', |
| 408 ], | 408 ], |
| 409 'sources': [ | 409 'sources': [ |
| 410 'webrtc_nonparallel_tests_apk.isolate', | 410 'webrtc_nonparallel_tests_apk.isolate', |
| 411 ], | 411 ], |
| 412 }, | 412 }, |
| 413 ], | 413 ], |
| 414 }, | 414 }, |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 'build/isolate.gypi', | 466 'build/isolate.gypi', |
| 467 ], | 467 ], |
| 468 'sources': [ | 468 'sources': [ |
| 469 'webrtc_perf_tests.isolate', | 469 'webrtc_perf_tests.isolate', |
| 470 ], | 470 ], |
| 471 }, | 471 }, |
| 472 ], | 472 ], |
| 473 }], | 473 }], |
| 474 ], | 474 ], |
| 475 } | 475 } |
| OLD | NEW |