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

Unified Diff: webrtc/modules/utility/BUILD.gn

Issue 2054903002: GN: Enable api,media,pc and p2p for the 'webrtc' target. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 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/BUILD.gn ('k') | webrtc/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/utility/BUILD.gn
diff --git a/webrtc/modules/utility/BUILD.gn b/webrtc/modules/utility/BUILD.gn
index 849ea0239c3f240297ab3852013ed7f3d9c86d7c..5437e4f5f78d59f3837897e8bc45c1b3c07e3f0a 100644
--- a/webrtc/modules/utility/BUILD.gn
+++ b/webrtc/modules/utility/BUILD.gn
@@ -39,6 +39,10 @@ source_set("utility") {
configs -= [ "//build/config/clang:find_bad_constructs" ]
}
+ if (is_ios) {
+ libs = [ "AVFoundation.framework" ]
+ }
+
deps = [
"../..:webrtc_common",
"../../base:rtc_task_queue",
« no previous file with comments | « webrtc/BUILD.gn ('k') | webrtc/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698