diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-17 13:09:36 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-17 13:09:36 +0000 |
commit | 1f31e6fa1908b8417269b845b26006d22a8f19f0 (patch) | |
tree | 1432f7e76351ab8b1b4a4e584d5be1481ee068bb /build/all.gyp | |
parent | b06c8c468526b1bd6305b0f9632b24474e184e9a (diff) | |
download | chromium_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.gyp | 5 |
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', { |