| Index: build/all.gyp
 | 
| diff --git a/build/all.gyp b/build/all.gyp
 | 
| index 8f221bf0b2c10f23779666877993de2c1848b8c3..0bf88a86326802dfcc9a9f72a950aca04e9ecc5e 100644
 | 
| --- a/build/all.gyp
 | 
| +++ b/build/all.gyp
 | 
| @@ -78,6 +78,11 @@
 | 
|              '../third_party/nss/nss.gyp:*',
 | 
|             ],
 | 
|          }],
 | 
| +        ['OS=="win" or OS=="ios" or OS=="linux"', {
 | 
| +          'dependencies': [
 | 
| +            '../breakpad/breakpad.gyp:*',
 | 
| +           ],
 | 
| +        }],
 | 
|          ['OS=="mac"', {
 | 
|            'dependencies': [
 | 
|              '../third_party/ocmock/ocmock.gyp:*',
 | 
| @@ -85,7 +90,6 @@
 | 
|          }],
 | 
|          ['OS=="linux"', {
 | 
|            'dependencies': [
 | 
| -            '../breakpad/breakpad.gyp:*',
 | 
|              '../courgette/courgette.gyp:*',
 | 
|              '../dbus/dbus.gyp:*',
 | 
|              '../sandbox/sandbox.gyp:*',
 | 
| @@ -113,7 +117,6 @@
 | 
|              }],
 | 
|            ],
 | 
|            'dependencies': [
 | 
| -            '../breakpad/breakpad.gyp:*',
 | 
|              '../chrome_frame/chrome_frame.gyp:*',
 | 
|              '../cloud_print/cloud_print.gyp:*',
 | 
|              '../courgette/courgette.gyp:*',
 | 
| 
 |