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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | media/capture/video/android/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//media/media_options.gni") 6 import("//media/media_options.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 group("capture") { 9 group("capture") {
10 public_deps = [ 10 public_deps = [
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "//base/test:test_support", 228 "//base/test:test_support",
229 "//media", 229 "//media",
230 "//media/base:test_support", 230 "//media/base:test_support",
231 "//media/capture/mojo:image_capture", 231 "//media/capture/mojo:image_capture",
232 "//testing/gmock", 232 "//testing/gmock",
233 "//testing/gtest", 233 "//testing/gtest",
234 "//ui/gfx:test_support", 234 "//ui/gfx:test_support",
235 ] 235 ]
236 236
237 if (is_android) { 237 if (is_android) {
238 sources +=
239 [ "video/android/video_capture_device_tango_android_unittest.cc" ]
238 deps += [ 240 deps += [
239 "//media/capture/video/android", 241 "//media/capture/video/android",
240 "//media/capture/video/android:capture_java", 242 "//media/capture/video/android:capture_java",
241 ] 243 ]
242 } 244 }
243 245
244 if (is_win) { 246 if (is_win) {
245 # TODO(jschuh): https://crbug.com/167187 fix size_t to int truncations. 247 # TODO(jschuh): https://crbug.com/167187 fix size_t to int truncations.
246 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 248 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
247 } 249 }
248 250
249 if (is_chromeos) { 251 if (is_chromeos) {
250 sources += [ 252 sources += [
251 "video/chromeos/camera_device_delegate_unittest.cc", 253 "video/chromeos/camera_device_delegate_unittest.cc",
252 "video/chromeos/camera_hal_delegate_unittest.cc", 254 "video/chromeos/camera_hal_delegate_unittest.cc",
253 "video/chromeos/camera_hal_dispatcher_impl_unittest.cc", 255 "video/chromeos/camera_hal_dispatcher_impl_unittest.cc",
254 "video/chromeos/mock_camera_module.cc", 256 "video/chromeos/mock_camera_module.cc",
255 "video/chromeos/mock_video_capture_client.cc", 257 "video/chromeos/mock_video_capture_client.cc",
256 "video/chromeos/stream_buffer_manager_unittest.cc", 258 "video/chromeos/stream_buffer_manager_unittest.cc",
257 ] 259 ]
258 deps += [ 260 deps += [
259 "//media/capture/video/chromeos/mojo:arc_camera3", 261 "//media/capture/video/chromeos/mojo:arc_camera3",
260 "//mojo/edk/system", 262 "//mojo/edk/system",
261 "//third_party/libsync", 263 "//third_party/libsync",
262 ] 264 ]
263 } 265 }
264 } 266 }
OLDNEW
« 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