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

Unified Diff: webrtc/api/api.gyp

Issue 1587193006: Move talk/media to webrtc/media (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rename back test to libjingle_media_unittest Created 4 years, 11 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
Index: webrtc/api/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index ba3fe8d0bd21b3e9a43222f33770082ae0683255..b3c8bf7263423da61764de753160247a8ebba35c 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -62,7 +62,17 @@
'-framework QuartzCore',
]
}
- }
+ },
+ # TODO(kjellander): Make the code compile without disabling these.
kjellander_webrtc 2016/01/20 21:12:17 Without this I get: ../../webrtc/api/objc/RTCSessi
+ # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307
+ 'cflags': [
+ '-Wno-return-type',
+ ],
+ 'xcode_settings': {
+ 'WARNING_CFLAGS': [
+ '-Wno-return-type',
+ ],
+ },
}],
['OS=="mac"', {
'sources': [

Powered by Google App Engine
This is Rietveld 408576698