summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/base.gyp b/base/base.gyp
index 0b08c90..9123db4 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -151,7 +151,7 @@
'../build/android/cpufeatures.gypi',
],
}],
- ['OS == "android" and _toolset == "target" and android_build_type == 0', {
+ ['OS == "android" and _toolset == "target" and android_webview_build == 0', {
'dependencies': [
'base_java',
],
@@ -1131,7 +1131,7 @@
},
'includes': [ '../build/java.gypi' ],
'conditions': [
- ['android_build_type==0', {
+ ['android_webview_build==0', {
'dependencies': [
'../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
],