Chromium Code Reviews| Index: breakpad/breakpad.gyp |
| diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp |
| index d24aec6e4000c8cd59c09d2cc9c11c95473d7067..eb8924ac3d9342399df34189c79c009a47ee1d4e 100644 |
| --- a/breakpad/breakpad.gyp |
| +++ b/breakpad/breakpad.gyp |
| @@ -576,6 +576,9 @@ |
| # linux_syscall_support.h:sys_clone()'s inline assembly. |
| 'cflags': ['-marm'], |
| }], |
| + ['chromeos==1', { |
| + 'defines': ['__CHROMEOS__'], |
| + }], |
| ['OS=="android"', { |
| 'include_dirs': [ |
| 'src/common/android/include', |