Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index 852b56d7f631bc379d3112bcc3bdabd3c2f8178b..319d0bee1893f92065cf2324bae5843656bf66ab 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -78,9 +78,10 @@ |
| ['OS=="linux"', { |
| 'dependencies': [ |
| '../breakpad/breakpad.gyp:*', |
| + '../cloud_print/virtual_driver/virtual_driver_linux.gyp:*', |
| '../courgette/courgette.gyp:*', |
| + '../dbus/dbus.gyp:*', |
|
Evan Martin
2011/07/21 21:34:10
I think you don't need this, unless you're just ad
satorux1
2011/07/21 21:40:22
Good point. Removed.
|
| '../sandbox/sandbox.gyp:*', |
| - '../cloud_print/virtual_driver/virtual_driver_linux.gyp:*', |
| ], |
| 'conditions': [ |
| ['branding=="Chrome"', { |