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

Unified 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: revert talk/common.gypi 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/api/api_tests.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc_examples.gyp
diff --git a/webrtc/webrtc_examples.gyp b/webrtc/webrtc_examples.gyp
index d5d8adefd9e8842a78f1032de3db6012c81bcbdd..4a1ff0aea2d0b9da2e8720567b71181f06e4f161 100755
--- a/webrtc/webrtc_examples.gyp
+++ b/webrtc/webrtc_examples.gyp
@@ -454,8 +454,13 @@
'apk_name': 'AppRTCDemoTest',
'java_in_dir': 'examples/androidtests',
'is_test_apk': 1,
+ 'test_type': 'instrumentation',
+ 'test_runner_path': '<(DEPTH)/webrtc/build/android/test_runner.py',
},
- 'includes': [ '../build/java_apk.gypi' ],
+ 'includes': [
+ '../build/java_apk.gypi',
+ '../build/android/test_runner.gypi',
+ ],
},
], # targets
}], # OS=="android"
« no previous file with comments | « webrtc/api/api_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698