Chromium Code Reviews| Index: gyp/common_conditions.gypi |
| diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi |
| index 0e4fca2e54ccd858e247a47181c029bd91d11741..b1ce5fca6fedcd75564fb5769d4dc26023eba533 100644 |
| --- a/gyp/common_conditions.gypi |
| +++ b/gyp/common_conditions.gypi |
| @@ -692,6 +692,10 @@ |
| ], |
| }], |
| + [ 'skia_crash_handler', { |
| + 'defines': [ 'SK_CRASH_HANDLER' ], |
| + }], |
| + |
| ], # end 'conditions' |
| # The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for more details |
| 'xcode_settings': { |