Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 11312032: Roll webrtc 3016:3036 and libjingle 220:226 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libjingle/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
« no previous file with comments | « third_party/libjingle/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698