blob: 25ebffddfb08db030afcb0cbf8c7ad51d7cad64e [file] [log] [blame]
# Copyright 2017 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.
import("//build/dart/dart_library.gni")
dart_library("web_view") {
package_name = "web_view"
source_dir = "."
sources = [
"web_view.dart",
]
}