Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index bc263e64840224249e286b223182bf756f776d05..f65dc6d8008d76baf70ceedf754a738d4a6187e3 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1854,11 +1854,6 @@ |
}], |
], |
}], |
- ['android_webview_build==1', { |
- # When building the WebView in the Android tree, jarjar will remap all |
- # the class names, so the JNI generator needs to know this. |
- 'jni_generator_jarjar_file': '../android_webview/build/jarjar-rules.txt', |
- }], |
['OS=="linux" and target_arch!="mipsel"', { |
'clang%': 1, |
}], # OS=="mac" |