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

Unified Diff: webrtc/sdk/BUILD.gn

Issue 2211413003: GN: Add targets for AppRTCDemo on Mac+iOS (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 4 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 | « webrtc/examples/objc/AppRTCDemo/mac/main.m ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/BUILD.gn
diff --git a/webrtc/sdk/BUILD.gn b/webrtc/sdk/BUILD.gn
index ce7dfc3f47e9e8b48ba2c0a1c5a93724ff70c3c6..0904d4b4d28b388d28e440a6fa0de02cb4e5797c 100644
--- a/webrtc/sdk/BUILD.gn
+++ b/webrtc/sdk/BUILD.gn
@@ -186,10 +186,7 @@ if (is_ios || (is_mac && mac_deployment_target == "10.7")) {
configs -= [ "//build/config/clang:find_bad_constructs" ]
}
- libs += [
- "AVFoundation.framework",
- "stdc++",
- ]
+ libs += [ "AVFoundation.framework" ]
deps = [
":rtc_sdk_common_objc",
« no previous file with comments | « webrtc/examples/objc/AppRTCDemo/mac/main.m ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698