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

Unified Diff: skia/skia.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 | « net/net.gyp ('k') | third_party/eyesfree/eyesfree.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 340e64e0f81121e1e932b362d9912a5af58567b4..66531c6818e6a6dc1b9a926fb3ea626b71ada7dd 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',
],
« no previous file with comments | « net/net.gyp ('k') | third_party/eyesfree/eyesfree.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698