summaryrefslogtreecommitdiff
path: root/chromium/ui/webui/resources/cr_elements/chromeos/cr_picture/BUILD.gn
blob: e3bae6770d0172a7e698a43ee7d29d0185570579 (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
25
26
27
28
29
30
31
32
33
# Copyright 2017 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/closure_compiler/compile_js.gni")

js_library("cr_camera") {
  deps = [
    ":cr_png_behavior",
  ]
}

js_library("cr_picture_list") {
  deps = [
    ":cr_picture_types",
    ":cr_png_behavior",
    "//third_party/polymer/v1_0/components-chromium/iron-selector:iron-selector-extracted",
    "//ui/webui/resources/js:assert",
  ]
}

js_library("cr_picture_pane") {
  deps = [
    ":cr_camera",
    ":cr_picture_types",
  ]
}

js_library("cr_picture_types") {
}

js_library("cr_png_behavior") {
}