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

Unified Diff: talk/app/webrtc/test/androidtestinitializer.h

Issue 1511633002: Add APK targets to build libjingle tests for Android. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years 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 | « talk/app/webrtc/test/DEPS ('k') | talk/app/webrtc/test/androidtestinitializer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/test/androidtestinitializer.h
diff --git a/talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h b/talk/app/webrtc/test/androidtestinitializer.h
similarity index 85%
copy from talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h
copy to talk/app/webrtc/test/androidtestinitializer.h
index ffa6629c41cabb77005d43a929adcb9d49cb34a9..e6992825dde00cdc829892331c5d608c31c7c6b1 100644
--- a/talk/app/webrtc/objc/RTCAVFoundationVideoSource+Internal.h
+++ b/talk/app/webrtc/test/androidtestinitializer.h
@@ -25,12 +25,13 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#import "RTCAVFoundationVideoSource.h"
+#ifndef TALK_APP_WEBRTC_TEST_ANDROIDTESTINITIALIZER_H_
+#define TALK_APP_WEBRTC_TEST_ANDROIDTESTINITIALIZER_H_
-#include "avfoundationvideocapturer.h"
+namespace webrtc {
-@interface RTCAVFoundationVideoSource ()
+void InitializeAndroidObjects();
-@property(nonatomic, readonly) webrtc::AVFoundationVideoCapturer* capturer;
+} // namespace webrtc
-@end
+#endif // TALK_APP_WEBRTC_TEST_ANDROIDTESTINITIALIZER_H_
« no previous file with comments | « talk/app/webrtc/test/DEPS ('k') | talk/app/webrtc/test/androidtestinitializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698