blob: 8b43403a5ab32c27e2d7e09d005136ceb50480d9 [file] [log] [blame]
# 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/blink/renderer/core/core.gni")
blink_core_sources("typed_arrays") {
sources = [
"array_buffer_view_helpers.h",
"dom_array_buffer.cc",
"dom_array_buffer.h",
"dom_array_buffer_base.h",
"dom_array_buffer_view.h",
"dom_array_piece.cc",
"dom_array_piece.h",
"dom_data_view.cc",
"dom_data_view.h",
"dom_shared_array_buffer.cc",
"dom_shared_array_buffer.h",
"dom_typed_array.cc",
"dom_typed_array.h",
"flexible_array_buffer_view.h",
"typed_flexible_array_buffer_view.h",
]
}