commit | 9eeb6240c93efe2219d4d6f4cf706030e00f64d7 | [log] [tgz] |
---|---|---|
author | tkchin <tkchin@webrtc.org> | Wed Apr 27 01:54:20 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Apr 27 08:54:27 2016 +0000 |
tree | 49ef93711a4139dc663497b852c298e2972b7208 | |
parent | 06f7e49438dca7446db02daeaa596772e4be20f8 [diff] [blame] |
Build dynamic iOS SDK. - Places most ObjC code into webrtc/sdk/objc instead. - New gyp targets to build, strip and export symbols for dylib. - Removes old script used to generate dylib. BUG= Review URL: https://codereview.webrtc.org/1903663002 Cr-Commit-Position: refs/heads/master@{#12524}
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.m b/webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.m index be0bdd5..f452242 100644 --- a/webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.m +++ b/webrtc/examples/objc/AppRTCDemo/ios/ARDStatsView.m
@@ -10,7 +10,7 @@ #import "ARDStatsView.h" -#import "webrtc/api/objc/RTCStatsReport.h" +#import "WebRTC/RTCStatsReport.h" #import "ARDStatsBuilder.h"