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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 2028583002: Reland of Android: Change camera fps range selection (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix gyp problems Created 4 years, 6 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
« no previous file with comments | « webrtc/build/android_tests_noop.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 '<(android_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 '<(android_tests_path):webrtc_nonparallel_tests_apk', 353 '<(android_tests_path):webrtc_nonparallel_tests_apk',
354 ], 354 ],
355 }, 355 },
356 {
357 'target_name': 'android_junit_tests_target',
358 'type': 'none',
359 'dependencies': [
360 '<(android_tests_path):android_junit_tests',
361 ],
362 },
356 ], 363 ],
357 'conditions': [ 364 'conditions': [
358 ['test_isolation_mode != "noop"', 365 ['test_isolation_mode != "noop"',
359 { 366 {
360 'targets': [ 367 'targets': [
361 { 368 {
362 'target_name': 'rtc_unittests_apk_run', 369 'target_name': 'rtc_unittests_apk_run',
363 'type': 'none', 370 'type': 'none',
364 'dependencies': [ 371 'dependencies': [
365 '<(android_tests_path):rtc_unittests_apk', 372 '<(android_tests_path):rtc_unittests_apk',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 'build/isolate.gypi', 473 'build/isolate.gypi',
467 ], 474 ],
468 'sources': [ 475 'sources': [
469 'webrtc_perf_tests.isolate', 476 'webrtc_perf_tests.isolate',
470 ], 477 ],
471 }, 478 },
472 ], 479 ],
473 }], 480 }],
474 ], 481 ],
475 } 482 }
OLDNEW
« no previous file with comments | « webrtc/build/android_tests_noop.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698