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

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: rebase 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
« no previous file with comments | « platform_tools/android/gyp/dependencies.gypi ('k') | site/user/quick/linux.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6ffb49cd93cebfd61c644ea13cbde5e2627bfe56..18de5893f5b6f0267a9a8273dc06cd2f477f7438 100644
--- a/platform_tools/android/gyp/skia_android.gypi
+++ b/platform_tools/android/gyp/skia_android.gypi
@@ -30,11 +30,11 @@
'android_arch%': "x86_64",
'android_variant%': "x86_64",
}],
- [ 'skia_arch_type == "mips" and skia_arch_width == 32', {
+ [ 'skia_arch_type == "mips32"', {
'android_arch%': "mips",
'android_variant%': "mips",
}],
- [ 'skia_arch_type == "mips" and skia_arch_width == 64', {
+ [ 'skia_arch_type == "mips64"', {
'android_arch%': "mips64",
'android_variant%': "mips64",
}],
« no previous file with comments | « platform_tools/android/gyp/dependencies.gypi ('k') | site/user/quick/linux.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698