blob: 496bdbf9ca9fdfc7eb166809bbc74b561a53f38b [file] [log] [blame]
# Copyright 2016 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("typed_data") {
visibility = [ "../*" ]
configs += [ "../:config" ]
sources = [
"dart_byte_data.cc",
"dart_byte_data.h",
"float32_list.cc",
"float32_list.h",
"float64_list.cc",
"float64_list.h",
"int32_list.cc",
"int32_list.h",
"uint8_list.cc",
"uint8_list.h",
"uint16_list.cc",
"uint16_list.h",
]
deps = [
"../common",
]
public_deps = [
"../converter",
"../logging",
"//third_party/dart/runtime:dart_api",
]
}