| Index: talk/build/common.gypi
|
| diff --git a/talk/build/common.gypi b/talk/build/common.gypi
|
| index 028c0066e96cc2b83124d6ada9fa13f7ff73ec36..6da1449da243fc3f0cbec381f5285ae8d4d9ef98 100644
|
| --- a/talk/build/common.gypi
|
| +++ b/talk/build/common.gypi
|
| @@ -33,11 +33,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,
|
|
|