aboutsummaryrefslogtreecommitdiff
path: root/talk
diff options
context:
space:
mode:
authoraluebs <aluebs@webrtc.org>2016-01-12 18:50:25 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-13 02:50:31 +0000
commit25249d92d3cf105bcc7b684c8924ccdbc9afcb93 (patch)
tree312952fd70020d4caf20fb32fbf6f8146d82af12 /talk
parente591f9377f33f3f725a30faecd1bef1a71fa6b99 (diff)
downloadwebrtc-25249d92d3cf105bcc7b684c8924ccdbc9afcb93.tar.gz
Use an explicit identifier in Config
This let's us use them to configure them when using WebRTC as an external library. One use case where this is necessary is in the Android OS. Review URL: https://codereview.webrtc.org/1538643004 Cr-Commit-Position: refs/heads/master@{#11231}
Diffstat (limited to 'talk')
-rwxr-xr-xtalk/libjingle.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/talk/libjingle.gyp b/talk/libjingle.gyp
index da7f80b60d..6e0f8a3424 100755
--- a/talk/libjingle.gyp
+++ b/talk/libjingle.gyp
@@ -712,10 +712,16 @@
'include_dirs': [
'<(DEPTH)/testing/gtest/include',
],
+ 'include_dirs!': [
+ '<(DEPTH)/webrtc',
+ ],
'direct_dependent_settings': {
'include_dirs': [
'<(DEPTH)/testing/gtest/include',
],
+ 'include_dirs!': [
+ '<(DEPTH)/webrtc',
+ ],
},
'sources': [
'session/media/audiomonitor.cc',