Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3400)

Unified Diff: base/base.gyp

Issue 12730006: Android: rename android_build_type gyp variable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add bug # to comments Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/android_webview.gyp ('k') | build/android/cpufeatures.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 0b08c908d893b9ebeb5b3b6b1d3c36f1f91652f0..9123db4ce803c554fd0f1319dff2310e608ca74e 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',
],
« no previous file with comments | « android_webview/android_webview.gyp ('k') | build/android/cpufeatures.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698