diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-18 09:30:00 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-18 09:30:00 +0000 |
commit | d59adfc29b142ce07e26822203f432658473504a (patch) | |
tree | a992657940c373e3bb4de0a8ae26a62fb344c115 /third_party/libjingle | |
parent | 44a9fadad0776b33cc2d5fe5854246b31c8c14fa (diff) | |
download | chromium_src-d59adfc29b142ce07e26822203f432658473504a.zip chromium_src-d59adfc29b142ce07e26822203f432658473504a.tar.gz chromium_src-d59adfc29b142ce07e26822203f432658473504a.tar.bz2 |
[libjingle] Add a way to add dependencies in the same way as is supported for libpeerconnection.
Review URL: https://chromiumcodereview.appspot.com/12432022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188706 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libjingle')
-rw-r--r-- | third_party/libjingle/libjingle.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp index 7185fec..e6a900a 100644 --- a/third_party/libjingle/libjingle.gyp +++ b/third_party/libjingle/libjingle.gyp @@ -8,6 +8,7 @@ ], 'variables': { 'enabled_libjingle_device_manager%': 0, + 'libjingle_additional_deps%': [], 'libjingle_peerconnection_additional_deps%': [], 'libjingle_source%': "source", 'libpeer_target_type%': 'static_library', @@ -490,6 +491,7 @@ 'dependencies': [ '<(DEPTH)/third_party/jsoncpp/jsoncpp.gyp:jsoncpp', 'libjingle_p2p_constants', + '<@(libjingle_additional_deps)', ], 'export_dependent_settings': [ '<(DEPTH)/third_party/jsoncpp/jsoncpp.gyp:jsoncpp', |