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

Unified Diff: webrtc/modules/video_capture/BUILD.gn

Issue 1347083003: Remove the video capture module on Android. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed Android Java files Created 5 years, 3 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
Index: webrtc/modules/video_capture/BUILD.gn
diff --git a/webrtc/modules/video_capture/BUILD.gn b/webrtc/modules/video_capture/BUILD.gn
index f29e5b6c67978ebf7499efc2a674cf18e41e21dd..b0ed6f4e6cede0936c32156afab8826a0d6c9d1c 100644
--- a/webrtc/modules/video_capture/BUILD.gn
+++ b/webrtc/modules/video_capture/BUILD.gn
@@ -130,21 +130,6 @@ if (!build_with_chromium) {
deps += [ "//third_party/winsdk_samples" ]
}
- if (is_android) {
- sources = [
- "android/device_info_android.cc",
- "android/device_info_android.h",
- "android/video_capture_android.cc",
- "android/video_capture_android.h",
- ]
-
- if (rtc_build_json) {
- deps += [ "//third_party/jsoncpp" ]
- }
- if (rtc_build_icu) {
- deps += [ "//third_party/icu:icuuc" ]
- }
- }
if (is_ios) {
sources = [
"ios/device_info_ios.h",
« no previous file with comments | « webrtc/modules/modules_java_chromium.gyp ('k') | webrtc/modules/video_capture/android/device_info_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698