diff options
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index e3544f9..f636583 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -63,12 +63,14 @@ 'dependencies': [ '../breakpad/breakpad.gyp:*', '../courgette/courgette.gyp:*', + '../gears/gears.gyp:*', + '../rlz/rlz.gyp:*', '../sandbox/sandbox.gyp:*', '../third_party/bsdiff/bsdiff.gyp:*', '../third_party/bspatch/bspatch.gyp:*', + '../tools/memory_watcher/memory_watcher.gyp:*', '../webkit/activex_shim/activex_shim.gyp:*', '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', - '../gears/gears.gyp:*', ], }, { 'dependencies': [ |