summaryrefslogtreecommitdiffstats
path: root/content/content.gyp
diff options
context:
space:
mode:
authortorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-12 10:22:36 +0000
committertorne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-12 10:22:36 +0000
commitd999c3cbf624620a1af001a5391fd841ec263ad0 (patch)
treeefc9c4c702558b5f00939f4e195dc1fc205a2eda /content/content.gyp
parent7aba66652cf8fe7e131d4638d00b574fc05526ee (diff)
downloadchromium_src-d999c3cbf624620a1af001a5391fd841ec263ad0.zip
chromium_src-d999c3cbf624620a1af001a5391fd841ec263ad0.tar.gz
chromium_src-d999c3cbf624620a1af001a5391fd841ec263ad0.tar.bz2
Android: rename android_build_type gyp variable.
Rename the "android_build_type" gyp variable to "android_webview_build" to better describe what it does. There are still references in WebKit and V8 that need to be changed before the original variable can be removed. BUG=184431 Review URL: https://codereview.chromium.org/12730006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187556 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content.gyp')
-rw-r--r--content/content.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/content.gyp b/content/content.gyp
index d01e7d7..7afba7c 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -30,7 +30,6 @@
},
},
}],
-
],
},
'conditions': [
@@ -322,7 +321,7 @@
'java_strings_grd': 'android_content_strings.grd',
},
'conditions': [
- ['android_build_type == 0', {
+ ['android_webview_build == 0', {
'dependencies': [
'../third_party/eyesfree/eyesfree.gyp:eyesfree_java',
'../third_party/guava/guava.gyp:guava_javalib',