| Index: build/all.gyp
 | 
| diff --git a/build/all.gyp b/build/all.gyp
 | 
| index ab76eb84ed9dbbfaca54e60524591be3e24a11c1..c9914edf7b6ee7a19fd9fb97856bd19e000203f7 100644
 | 
| --- a/build/all.gyp
 | 
| +++ b/build/all.gyp
 | 
| @@ -63,6 +63,7 @@
 | 
|          ['OS=="mac" or OS=="linux"', {
 | 
|            'dependencies': [
 | 
|              '../third_party/yasm/yasm.gyp:*#host',
 | 
| +            '../cloud_print/virtual_driver/virtual_driver_posix.gyp:*',
 | 
|             ],
 | 
|          }],
 | 
|          ['OS=="mac" or OS=="win"', {
 | 
| @@ -81,7 +82,6 @@
 | 
|              '../courgette/courgette.gyp:*',
 | 
|              '../dbus/dbus.gyp:*',
 | 
|              '../sandbox/sandbox.gyp:*',
 | 
| -            '../cloud_print/virtual_driver/virtual_driver_linux.gyp:*',
 | 
|            ],
 | 
|            'conditions': [
 | 
|              ['branding=="Chrome"', {
 | 
| 
 |