Chromium Code Reviews| 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': [ |