diff options
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 6275410..a55b2c0 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -25,6 +25,11 @@ '../net/net.gyp:*', ], 'conditions': [ + ['OS=="win"', { + 'dependencies': [ + '../sandbox/sandbox.gyp:*', + ], + }], ['all_gyps', { 'dependencies': [ '../chrome/chrome.gyp:*', |