diff options
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index b98b2f3..8de4152 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -56,6 +56,13 @@ '../tools/xdisplaycheck/xdisplaycheck.gyp:*', '../courgette/courgette.gyp:*', ], + 'conditions': [ + ['branding=="Chrome"', { + 'dependencies': [ + '../chrome/installer/installer.gyp:linux_packages', + ], + }], + ], }], ['OS=="win"', { 'dependencies': [ |