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

Unified Diff: gyp/everything.gyp

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: gyp/everything.gyp
diff --git a/gyp/everything.gyp b/gyp/everything.gyp
index 76cb919c8958b1c19c9f31fb13660b02be38ca35..cc03b6457849ba6f9dba5d58e00b85d477a6f9fc 100644
--- a/gyp/everything.gyp
+++ b/gyp/everything.gyp
@@ -20,7 +20,7 @@
'most.gyp:most',
],
'conditions': [
- ['skia_os in ("ios", "android", "chromeos") or (skia_os == "mac" and skia_arch_width == 32)', {
+ ['skia_os in ("ios", "android", "chromeos") or (skia_os == "mac" and skia_arch_type == "x86")', {
mtklein 2015/07/09 16:29:57 Let's kill off this clause? We don't do 32-bit Ma
bsalomon 2015/07/27 13:11:04 Done.
# debugger is not supported on this platform
}, {
'dependencies': [
« no previous file with comments | « gyp/common_variables.gypi ('k') | gyp/libjpeg-turbo.gyp » ('j') | gyp/libjpeg-turbo.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698