blob: 3923e527169adac30e80a1ca3f4dd8ed9c72d865 [file] [log] [blame]
# Copyright 2013 The Flutter 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("//flutter/tools/fuchsia/gn-sdk/src/fidl_library.gni")
fidl_library("dart_test") {
library_name = "dart.test"
sources = [ "echo.fidl" ]
}