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

Unified Diff: webrtc/api/mediastreaminterface.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 3 years, 11 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/api/mediastream_unittest.cc ('k') | webrtc/api/mediastreamobserver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/mediastreaminterface.cc
diff --git a/webrtc/api/test/androidtestinitializer.h b/webrtc/api/mediastreaminterface.cc
similarity index 60%
copy from webrtc/api/test/androidtestinitializer.h
copy to webrtc/api/mediastreaminterface.cc
index b56783ee3ed8f1c51c303cb90796f7f3d3b7abbf..d4fe5cbc2bf5fdc49a408d14893a3cc3168a17b2 100644
--- a/webrtc/api/test/androidtestinitializer.h
+++ b/webrtc/api/mediastreaminterface.cc
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 The WebRTC project authors. All Rights Reserved.
+ * Copyright 2017 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
@@ -8,13 +8,11 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_API_TEST_ANDROIDTESTINITIALIZER_H_
-#define WEBRTC_API_TEST_ANDROIDTESTINITIALIZER_H_
+#include "webrtc/api/mediastreaminterface.h"
namespace webrtc {
-void InitializeAndroidObjects();
+const char MediaStreamTrackInterface::kVideoKind[] = "video";
+const char MediaStreamTrackInterface::kAudioKind[] = "audio";
} // namespace webrtc
-
-#endif // WEBRTC_API_TEST_ANDROIDTESTINITIALIZER_H_
« no previous file with comments | « webrtc/api/mediastream_unittest.cc ('k') | webrtc/api/mediastreamobserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698