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': [ |