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

Unified Diff: platform_tools/android/gyp/dependencies.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/dependencies.gypi
diff --git a/platform_tools/android/gyp/dependencies.gypi b/platform_tools/android/gyp/dependencies.gypi
index 8be6836f377547e87f44c6597450d8cf5937b786..037be5449d286f4d295d1f343092fc57c2addd4d 100644
--- a/platform_tools/android/gyp/dependencies.gypi
+++ b/platform_tools/android/gyp/dependencies.gypi
@@ -195,7 +195,7 @@
],
},
],
- [ 'skia_arch_type == "mips" and mips_dsp == 2',
+ [ '"mips" in skia_arch_type and mips_dsp == 2',
{
'sources' : [
'../third_party/externals/jpeg/mips_jidctfst.c',

Powered by Google App Engine
This is Rietveld 408576698