Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2079)

Unified Diff: build/all.gyp

Issue 7467031: Add libdbus dependency for Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort lines Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/linux/system.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"', {
« no previous file with comments | « no previous file | build/linux/system.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698