1# Copyright 2020 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4#
5# NOTE: Created with generate_gn.py, please do not edit.
6
7import("//third_party/closure_compiler/compile_js.gni")
8
9js_library("iron-list-extracted") {
10  deps = [
11    "../iron-a11y-keys-behavior:iron-a11y-keys-behavior-extracted",
12    "../iron-resizable-behavior:iron-resizable-behavior-extracted",
13    "../iron-scroll-target-behavior:iron-scroll-target-behavior-extracted",
14  ]
15}
16