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

Unified Diff: platform_tools/android/gyp/skia_android.gypi

Issue 1228553010: Remove skia_arch_width, fold into skia_arch_type. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 5 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
Index: platform_tools/android/gyp/skia_android.gypi
diff --git a/platform_tools/android/gyp/skia_android.gypi b/platform_tools/android/gyp/skia_android.gypi
index e8bf1c3150d221c4e9a2ffa569edb4a81c5e3310..783c8ecbfaddcdec7ac69f127c59c15ba1488b59 100644
--- a/platform_tools/android/gyp/skia_android.gypi
+++ b/platform_tools/android/gyp/skia_android.gypi
@@ -25,10 +25,10 @@
[ 'skia_arch_type == "x86_64"', {
'android_arch%': "x86_64",
}],
- [ 'skia_arch_type == "mips" and skia_arch_width == 32', {
+ [ 'skia_arch_type == "mips32"', {
'android_arch%': "mips",
}],
- [ 'skia_arch_type == "mips" and skia_arch_width == 64', {
+ [ 'skia_arch_type == "mips64"', {
'android_arch%': "mips64",
}],
],

Powered by Google App Engine
This is Rietveld 408576698