blob: deb9de1f70b5cd03cac9e7f5289c8d6f8a5509c6 [file] [log] [blame]
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/blink/renderer/modules/modules.gni")
blink_modules_sources("imagecapture") {
sources = [
"image_capture.cc",
"image_capture.h",
"image_capture_frame_grabber.cc",
"image_capture_frame_grabber.h",
]
deps = [
"//media",
"//media/capture/mojom:image_capture_blink",
"//skia",
"//third_party/blink/renderer/modules/permissions:permissions",
"//third_party/libyuv",
]
}