Index: talk/build/common.gypi |
diff --git a/talk/build/common.gypi b/talk/build/common.gypi |
index 061b06ba70dd7e2274382724e8f84c99b29a7781..e1242d147880ff5cdc99b977842486e2a71b7703 100644 |
--- a/talk/build/common.gypi |
+++ b/talk/build/common.gypi |
@@ -34,11 +34,6 @@ |
# TODO(ronghuawu): For now, disable the Chrome plugins, which causes a |
# flood of chromium-style warnings. |
'clang_use_chrome_plugins%': 0, |
- 'conditions': [ |
- ['OS=="android" or OS=="linux"', { |
- 'java_home%': '<!(python -c "import os; dir=os.getenv(\'JAVA_HOME\', \'/usr/lib/jvm/java-7-openjdk-amd64\'); assert os.path.exists(os.path.join(dir, \'include/jni.h\')), \'Point \\$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!\'; print dir")', |
- }], |
- ], |
# Disable these to not build components which can be externally provided. |
'build_expat%': 1, |
'build_json%': 1, |