summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/imagecapture/BUILD.gn
blob: 76602d87c9f44a011caf5c597e9a3c7d89b39daa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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",
    "media_settings_range.h",
    "photo_capabilities.cc",
    "photo_capabilities.h",
  ]

  deps = [
    "//media",
    "//media/capture/mojom:image_capture_blink",
    "//skia",
    "//third_party/libyuv",
  ]
}