blob: 5db1cf3563421cf12cb38bb6f3981b98d008bf35 [file] [log] [blame]
# 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.
source_set("io") {
sources = [
"dart_io.cc",
"dart_io.h",
]
deps = [
"//third_party/dart/runtime:dart_api",
"//third_party/dart/runtime/bin:dart_io_api",
"//third_party/tonic",
]
configs += [ "//third_party/dart/runtime:dart_config" ]
public_configs = [ "$flutter_root:config" ]
}