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

Side by Side Diff: webrtc/webrtc_examples.gyp

Issue 1863363002: 🎱 Add test runner scripts for instrumentation tests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@add-isolates-to-build-files
Patch Set: Created 4 years, 8 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
« talk/build/common.gypi ('K') | « webrtc/api/api_tests.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) 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 'includes': [ 9 'includes': [
10 '../talk/build/common.gypi', 10 '../talk/build/common.gypi',
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 { 447 {
448 'target_name': 'AppRTCDemoTest', 448 'target_name': 'AppRTCDemoTest',
449 'type': 'none', 449 'type': 'none',
450 'dependencies': [ 450 'dependencies': [
451 'AppRTCDemo_apk', 451 'AppRTCDemo_apk',
452 ], 452 ],
453 'variables': { 453 'variables': {
454 'apk_name': 'AppRTCDemoTest', 454 'apk_name': 'AppRTCDemoTest',
455 'java_in_dir': 'examples/androidtests', 455 'java_in_dir': 'examples/androidtests',
456 'is_test_apk': 1, 456 'is_test_apk': 1,
457 'test_type': 'instrumentation',
457 }, 458 },
458 'includes': [ '../build/java_apk.gypi' ], 459 'includes': [
460 '../build/java_apk.gypi',
461 '../build/android/test_runner.gypi',
462 ],
459 }, 463 },
460 ], # targets 464 ], # targets
461 }], # OS=="android" 465 }], # OS=="android"
462 ], 466 ],
463 } 467 }
OLDNEW
« talk/build/common.gypi ('K') | « webrtc/api/api_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698