Index: third_party/libjingle/libjingle.gyp |
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp |
index 493c29f00d1a67632c92ee2bdbf2267c80e773df..a1cb4095184cac690c786f16b7dc75e1353327d1 100644 |
--- a/third_party/libjingle/libjingle.gyp |
+++ b/third_party/libjingle/libjingle.gyp |
@@ -42,6 +42,7 @@ |
'./overrides', |
'./<@(libjingle_source)', |
'../../testing/gtest/include', |
+ '../../third_party', |
'../../third_party/libyuv/include', |
'../../third_party/webrtc', |
], |
@@ -58,6 +59,7 @@ |
'./overrides', |
'./<@(libjingle_source)', |
'../../testing/gtest/include', |
+ '../../third_party', |
'../../third_party/webrtc', |
], |
'defines': [ |
@@ -720,7 +722,7 @@ |
'xcode_settings': { |
'WARNING_CFLAGS': [ |
# Suppres warnings about using deprecated functions in |
- # macdevicemanager.cc. |
+ # macdevicemanager.cc. |
'-Wno-deprecated-declarations', |
], |
}, |