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

Unified Diff: webrtc/test/BUILD.gn

Issue 2849823002: Extract iOS SDK helpers to separate target. (Closed)
Patch Set: Created 3 years, 8 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/sdk/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/BUILD.gn
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn
index c696979dd11105b7c4aed5bc81b74c28fca2978f..ec74591b6f6eeb75388ae77010775390fa2f02d2 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -297,8 +297,10 @@ rtc_source_set("fileutils") {
"testsupport/fileutils.cc",
"testsupport/fileutils.h",
]
+ deps = []
if (is_ios) {
sources += [ "testsupport/iosfileutils.mm" ]
+ deps += [ "//webrtc/sdk:rtc_sdk_helpers_objc" ]
mbonadei 2017/05/02 07:37:29 Looking at the error it seems that we have to use
kjellander_webrtc 2017/05/02 09:03:47 Thanks. I'm glad I ran the Chromium trybots.
}
visibility = [ ":*" ]
}
« no previous file with comments | « webrtc/sdk/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698