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

Unified Diff: webrtc/api/api_tests.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 | « no previous file | webrtc/webrtc_examples.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/api_tests.gyp
diff --git a/webrtc/api/api_tests.gyp b/webrtc/api/api_tests.gyp
index b7cbd687ad9c719c2bd3adcb60ada4a4f37ce491..7cefd135b6e29f8732ce37848446026cb8b51d9f 100644
--- a/webrtc/api/api_tests.gyp
+++ b/webrtc/api/api_tests.gyp
@@ -131,9 +131,14 @@
'resource_dir': 'androidtests/res',
'native_lib_target': 'libjingle_peerconnection_so',
'is_test_apk': 1,
+ 'test_type': 'instrumentation',
+ 'tested_apk_path': '',
'never_lint': 1,
},
- 'includes': [ '../../build/java_apk.gypi' ],
+ 'includes': [
+ '../../build/java_apk.gypi',
+ '../../build/android/test_runner.gypi',
+ ],
},
], # targets
}], # OS=="android"
« no previous file with comments | « no previous file | webrtc/webrtc_examples.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698