diff options
author | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-12 10:22:36 +0000 |
---|---|---|
committer | torne@chromium.org <torne@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-12 10:22:36 +0000 |
commit | d999c3cbf624620a1af001a5391fd841ec263ad0 (patch) | |
tree | efc9c4c702558b5f00939f4e195dc1fc205a2eda /skia/skia.gyp | |
parent | 7aba66652cf8fe7e131d4638d00b574fc05526ee (diff) | |
download | chromium_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 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 340e64e0..66531c6 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -434,7 +434,7 @@ 'ext/vector_platform_device_skia.cc', ], }], - [ '_toolset == "target" and android_build_type == 0', { + [ '_toolset == "target" and android_webview_build == 0', { 'defines': [ 'HAVE_ENDIAN_H', ], @@ -597,7 +597,7 @@ 'SK_BUILD_FOR_ANDROID_NDK', ], 'conditions': [ - [ '_toolset == "target" and android_build_type == 0', { + [ '_toolset == "target" and android_webview_build == 0', { 'defines': [ 'HAVE_ENDIAN_H', ], |