summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-17 13:09:36 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-17 13:09:36 +0000
commit1f31e6fa1908b8417269b845b26006d22a8f19f0 (patch)
tree1432f7e76351ab8b1b4a4e584d5be1481ee068bb /build/all.gyp
parentb06c8c468526b1bd6305b0f9632b24474e184e9a (diff)
downloadchromium_src-1f31e6fa1908b8417269b845b26006d22a8f19f0.zip
chromium_src-1f31e6fa1908b8417269b845b26006d22a8f19f0.tar.gz
chromium_src-1f31e6fa1908b8417269b845b26006d22a8f19f0.tar.bz2
Add CrOS's dbus-c++ to Chromium Linux. This is needed to build mtpd.
BUG=151685 Review URL: https://chromiumcodereview.appspot.com/11148035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162373 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index f473dd7..e7b50dd 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -97,6 +97,11 @@
'../chrome/chrome.gyp:linux_packages_<(channel)',
],
}],
+ ['chromeos==0', {
+ 'dependencies': [
+ '../third_party/cros_dbus_cplusplus/cros_dbus_cplusplus.gyp:*',
+ ],
+ }],
],
}],
['toolkit_uses_gtk==1', {