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

Unified Diff: talk/build/common.gypi

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/api/api_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/build/common.gypi
diff --git a/talk/build/common.gypi b/talk/build/common.gypi
index 4ee78f1c472cc8438b963e0d27dcfe73cf7a5daa..491e4f5236b1a816ac5cc54851ae59e791b07aa1 100644
--- a/talk/build/common.gypi
+++ b/talk/build/common.gypi
@@ -29,12 +29,16 @@
{
'variables': {
- 'webrtc_root%': '<(DEPTH)/webrtc',
+ 'variables': {
kjellander_webrtc 2016/04/07 07:57:12 I don't think you need any changes in this file. I
agrieve 2016/04/07 13:32:23 Sorry, should have pointed out why I did this, as
kjellander_webrtc 2016/04/07 17:56:14 Oh, I wasn't aware of this. I really should spend
+ 'webrtc_root%': '<(DEPTH)/webrtc',
+ },
+ 'webrtc_root%': '<(webrtc_root)',
# TODO(ronghuawu): For now, disable the Chrome plugins, which causes a
# flood of chromium-style warnings.
'clang_use_chrome_plugins%': 0,
# Disable these to not build components which can be externally provided.
'build_json%': 1,
+ 'test_runner_path': '<(webrtc_root)/build/android/test_runner.py',
},
'target_defaults': {
'include_dirs': [
« no previous file with comments | « no previous file | webrtc/api/api_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698