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

Unified Diff: webrtc/api/test/androidtestinitializer.cc

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds Created 4 years, 10 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/test/androidtestinitializer.h ('k') | webrtc/api/test/fakeaudiocapturemodule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/test/androidtestinitializer.cc
diff --git a/talk/app/webrtc/test/androidtestinitializer.cc b/webrtc/api/test/androidtestinitializer.cc
similarity index 94%
rename from talk/app/webrtc/test/androidtestinitializer.cc
rename to webrtc/api/test/androidtestinitializer.cc
index 883c2d81782d80f4dedccdb04d4e5ac9ee48ad67..17118c05c691224d37bc60f3a995972834d5be1e 100644
--- a/talk/app/webrtc/test/androidtestinitializer.cc
+++ b/webrtc/api/test/androidtestinitializer.cc
@@ -25,7 +25,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/app/webrtc/test/androidtestinitializer.h"
+#include "webrtc/api/test/androidtestinitializer.h"
#include <pthread.h>
@@ -36,8 +36,8 @@
#include "base/android/context_utils.h"
#include "base/android/jni_android.h"
-#include "talk/app/webrtc/java/jni/classreferenceholder.h"
-#include "talk/app/webrtc/java/jni/jni_helpers.h"
+#include "webrtc/api/java/jni/classreferenceholder.h"
+#include "webrtc/api/java/jni/jni_helpers.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/ssladapter.h"
#include "webrtc/voice_engine/include/voe_base.h"
« no previous file with comments | « webrtc/api/test/androidtestinitializer.h ('k') | webrtc/api/test/fakeaudiocapturemodule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698