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

Unified Diff: webrtc/api/android/jni/jni_onload.cc

Issue 2111823002: Combine webrtc/api/java/android and webrtc/api/java/src. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 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/android/jni/jni_helpers.cc ('k') | webrtc/api/android/jni/native_handle_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/android/jni/jni_onload.cc
diff --git a/webrtc/api/java/jni/jni_onload.cc b/webrtc/api/android/jni/jni_onload.cc
similarity index 90%
rename from webrtc/api/java/jni/jni_onload.cc
rename to webrtc/api/android/jni/jni_onload.cc
index ef35d3c2334f8ff7b6477c10a0fda250bd8e7340..092e5c73ee5af3eaaf1cb0ffc51d2cdbe2ca973d 100644
--- a/webrtc/api/java/jni/jni_onload.cc
+++ b/webrtc/api/android/jni/jni_onload.cc
@@ -12,8 +12,8 @@
#undef JNIEXPORT
#define JNIEXPORT __attribute__((visibility("default")))
-#include "webrtc/api/java/jni/classreferenceholder.h"
-#include "webrtc/api/java/jni/jni_helpers.h"
+#include "webrtc/api/android/jni/classreferenceholder.h"
+#include "webrtc/api/android/jni/jni_helpers.h"
#include "webrtc/base/ssladapter.h"
namespace webrtc_jni {
« no previous file with comments | « webrtc/api/android/jni/jni_helpers.cc ('k') | webrtc/api/android/jni/native_handle_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698