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

Unified Diff: talk/libjingle_tests.gyp

Issue 1554223002: Move fake-handle frame creation into test target. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: kjellander@ review 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 | « no previous file | webrtc/common_video/common_video_unittests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/libjingle_tests.gyp
diff --git a/talk/libjingle_tests.gyp b/talk/libjingle_tests.gyp
index 078b43bf21b0e57e19ada42d814bac46c60a2f69..e7b354b126b1e07bba8ea1b22a14e2af6fa3af12 100755
--- a/talk/libjingle_tests.gyp
+++ b/talk/libjingle_tests.gyp
@@ -139,16 +139,6 @@
},
},
},],
- ['clang==1', {
- # Disabled due to failing when compiled with -Wall, see
- # https://bugs.chromium.org/p/webrtc/issues/detail?id=5398
- 'cflags': [
- '-Wno-unused-function',
- ],
- 'xcode_settings': {
- 'WARNING_CFLAGS': ['-Wno-unused-function'],
- },
- },],
['OS=="ios"', {
'sources!': [
'media/sctp/sctpdataengine_unittest.cc',
« no previous file with comments | « no previous file | webrtc/common_video/common_video_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698