|
Reland: Move VideoCapture* files from media/base/android/... to media/capture/video/android/java/...
Reland: "Move VideoCapture* files from media/base/android/...
to media/capture/video/android/java/..."
which was reverted due to Android bots failing.
This reland adds a capture_jni_registrar file pair
that basically intitializes the JNI VideoCapture*.java
links, and adds the necessary dependency and
call site for that.
Original CL description ------------------------------------------------
** No code changes (except git cl format kicked by presbumit). **
This CL refactors the VideoCapture*java classes
from being under media/base/android/java/... into
media/capture/video/android/java/... with the idea
of bringing all such classes under a single roof
as a preparation for http://crbug.com/584797 (CL
http://crrev.com/1699553002) which creates an entity
(very similar to media/cast/ and media/midi/) with
its own .gn and .gyp.
BUG= 587693, 584797
Committed: https://crrev.com/e17550001f7960b3c21f2fb406d1c4fb0d8fa8ba
Cr-Commit-Position: refs/heads/master@{#376562}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+246 lines, -1700 lines) |
Patch |
 |
M |
chrome/android/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/app/DEPS
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/app/android/library_loader_hooks.cc
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/android/BUILD.gn
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/DEPS
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/content_test_suite_base.cc
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/android/BUILD.gn
|
View
|
1
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/test/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
media/BUILD.gn
|
View
|
1
|
5 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
M |
media/base/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/base/android/BUILD.gn
|
View
|
1
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
D |
media/base/android/java/src/org/chromium/media/OWNERS
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
media/base/android/java/src/org/chromium/media/VideoCapture.java
|
View
|
|
1 chunk |
+0 lines, -126 lines |
0 comments
|
Download
|
 |
D |
media/base/android/java/src/org/chromium/media/VideoCaptureAndroid.java
|
View
|
|
1 chunk |
+0 lines, -183 lines |
0 comments
|
Download
|
 |
D |
media/base/android/java/src/org/chromium/media/VideoCaptureCamera.java
|
View
|
|
1 chunk |
+0 lines, -294 lines |
0 comments
|
Download
|
 |
D |
media/base/android/java/src/org/chromium/media/VideoCaptureCamera2.java
|
View
|
|
1 chunk |
+0 lines, -503 lines |
0 comments
|
Download
|
 |
D |
media/base/android/java/src/org/chromium/media/VideoCaptureFactory.java
|
View
|
|
1 chunk |
+0 lines, -172 lines |
0 comments
|
Download
|
 |
D |
media/base/android/java/src/org/chromium/media/VideoCaptureFormat.java
|
View
|
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
D |
media/base/android/java/src/org/chromium/media/VideoCaptureTango.java
|
View
|
|
1 chunk |
+0 lines, -197 lines |
0 comments
|
Download
|
 |
M |
media/base/android/media_jni_registrar.cc
|
View
|
1
|
2 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/base/run_all_unittests.cc
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/capture/video/android/BUILD.gn
|
View
|
1
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/capture/video/android/capture_jni_registrar.h
|
View
|
1
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/capture/video/android/capture_jni_registrar.cc
|
View
|
1
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/capture/video/android/java/src/org/chromium/media/OWNERS
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
media/capture/video/android/java/src/org/chromium/media/VideoCapture.java
|
View
|
|
5 chunks |
+7 lines, -13 lines |
0 comments
|
Download
|
 |
A + |
media/capture/video/android/java/src/org/chromium/media/VideoCaptureAndroid.java
|
View
|
|
5 chunks |
+15 lines, -24 lines |
0 comments
|
Download
|
 |
A + |
media/capture/video/android/java/src/org/chromium/media/VideoCaptureCamera.java
|
View
|
|
8 chunks |
+23 lines, -31 lines |
0 comments
|
Download
|
 |
A + |
media/capture/video/android/java/src/org/chromium/media/VideoCaptureCamera2.java
|
View
|
|
13 chunks |
+21 lines, -33 lines |
0 comments
|
Download
|
 |
A + |
media/capture/video/android/java/src/org/chromium/media/VideoCaptureFactory.java
|
View
|
|
5 chunks |
+9 lines, -17 lines |
0 comments
|
Download
|
 |
A + |
media/capture/video/android/java/src/org/chromium/media/VideoCaptureFormat.java
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
A + |
media/capture/video/android/java/src/org/chromium/media/VideoCaptureTango.java
|
View
|
|
7 chunks |
+16 lines, -28 lines |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
1
|
8 chunks |
+26 lines, -6 lines |
0 comments
|
Download
|
Total messages: 19 (9 generated)
|