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

Unified Diff: webrtc/test/BUILD.gn

Issue 3012913002: Add |RTCUIApplicationStatusObserver sharedInstance| call in ios test AppDelegate. (Closed)
Patch Set: Fix typo in class and documentation Created 3 years, 3 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 | « no previous file | webrtc/test/ios/test_support.mm » ('j') | 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 9ec02902d986d09ce5cfdad3b49b039266f14419..dc696c43c4081321651a3053b97e87d06ad2f08e 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -119,6 +119,9 @@ if (is_ios) {
"ios/test_support.h",
"ios/test_support.mm",
]
+ deps = [
+ "../sdk:common_objc",
+ ]
}
}
« no previous file with comments | « no previous file | webrtc/test/ios/test_support.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698