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

Unified Diff: media/media.gyp

Issue 1705333003: Move VideoCapture* files from media/base/android/... to media/capture/video/android/java/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reuploaded w --similarity=75 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 | « media/capture/video/android/java/src/org/chromium/media/VideoCaptureTango.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 8cbf9c4c3882ca448a9e958a06d12ad9fd0646da..03772c3f6cbb1666e325314d121cf14a93bbe233 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1870,8 +1870,8 @@
'target_name': 'video_capture_android_jni_headers',
'type': 'none',
'sources': [
- 'base/android/java/src/org/chromium/media/VideoCapture.java',
- 'base/android/java/src/org/chromium/media/VideoCaptureFactory.java',
+ 'capture/video/android/java/src/org/chromium/media/VideoCapture.java',
+ 'capture/video/android/java/src/org/chromium/media/VideoCaptureFactory.java',
],
'variables': {
'jni_gen_package': 'media',
@@ -1976,7 +1976,7 @@
'../base/base.gyp:base',
],
'variables': {
- 'java_in_dir': 'base/android/java',
+ 'java_in_dir': 'capture/video/android/java',
},
'includes': ['../build/java.gypi'],
},
« no previous file with comments | « media/capture/video/android/java/src/org/chromium/media/VideoCaptureTango.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698