diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build/all.gyp b/build/all.gyp index 1c94fa2..e3544f9 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -61,11 +61,13 @@ }], ['OS=="win"', { 'dependencies': [ - '../sandbox/sandbox.gyp:*', + '../breakpad/breakpad.gyp:*', '../courgette/courgette.gyp:*', + '../sandbox/sandbox.gyp:*', + '../third_party/bsdiff/bsdiff.gyp:*', + '../third_party/bspatch/bspatch.gyp:*', '../webkit/activex_shim/activex_shim.gyp:*', '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', - '../breakpad/breakpad.gyp:*', '../gears/gears.gyp:*', ], }, { |