| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index d93347c40c67c2c4a7d52a17b07fbba9f090c171..e8c69141b7c546b6901fcb96cb722134defd5c55 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -66,6 +66,7 @@
|
| 'dependencies': [
|
| '../third_party/yasm/yasm.gyp:*#host',
|
| '../cloud_print/virtual_driver/virtual_driver_posix.gyp:*',
|
| + '../cloud_print/virtual_driver/posix/virtual_driver_posix_packaging.gyp:*',
|
| ],
|
| }],
|
| ['OS=="mac" or OS=="win"', {
|
| @@ -84,6 +85,7 @@
|
| '../courgette/courgette.gyp:*',
|
| '../dbus/dbus.gyp:*',
|
| '../sandbox/sandbox.gyp:*',
|
| + '../cloud_print/virtual_driver/posix/virtual_driver_posix_packaging.gyp:*',
|
| ],
|
| 'conditions': [
|
| ['branding=="Chrome"', {
|
|
|