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

Unified Diff: talk/libjingle.gyp

Issue 1553033002: Roll chromium_revision d66326c..4df108a (367167:367307) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Added references to bugs. Created 4 years, 12 months 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 | « talk/app/webrtc/webrtcsession_unittest.cc ('k') | talk/libjingle_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/libjingle.gyp
diff --git a/talk/libjingle.gyp b/talk/libjingle.gyp
index afde2fa992d2082136ae383452259271ae217fc2..04da73f687fc058f39e20d1f064b8a6addf518df 100755
--- a/talk/libjingle.gyp
+++ b/talk/libjingle.gyp
@@ -62,6 +62,13 @@
'<(libyuv_dir)/include',
],
'conditions': [
+ ['clang==1', {
+ 'cflags': [
+ # Disabled due to failing when compiled with -Wall, see
+ # https://bugs.chromium.org/p/webrtc/issues/detail?id=5399
+ '-Wno-overloaded-virtual',
+ ],
+ }],
['OS=="linux"', {
'defines': [
'HAVE_GTK',
@@ -357,6 +364,9 @@
# common.gypi enables this for mac but we want this to be disabled
# like it is for ios.
'CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS': 'NO',
+ # Disabled due to failing when compiled with -Wall, see
+ # https://bugs.chromium.org/p/webrtc/issues/detail?id=5397
+ 'WARNING_CFLAGS': ['-Wno-unused-property-ivar'],
},
'conditions': [
['OS=="ios"', {
« no previous file with comments | « talk/app/webrtc/webrtcsession_unittest.cc ('k') | talk/libjingle_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698