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

Unified Diff: media/capture/BUILD.gn

Issue 2983473002: Android Tango depth camera capture support.
Patch Set: rename tango_api files to tango_client_api_glue Created 3 years, 4 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 | « no previous file | media/capture/video/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/BUILD.gn
diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
index 79e561dab70b9a484db3b3e18f86432de331892f..c79fd363fd6ce9251a22361284fb455fe6ecaf07 100644
--- a/media/capture/BUILD.gn
+++ b/media/capture/BUILD.gn
@@ -235,6 +235,8 @@ test("capture_unittests") {
]
if (is_android) {
+ sources +=
+ [ "video/android/video_capture_device_tango_android_unittest.cc" ]
deps += [
"//media/capture/video/android",
"//media/capture/video/android:capture_java",
« no previous file with comments | « no previous file | media/capture/video/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698