blob: d38fda9e083fddb4cb058e2b16cecd670d5cd9a2 [file] [log] [blame]
# Copyright 2020 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.
assert(is_fuchsia || is_fuchsia_host)
import("//build/dart/dart_library.gni")
dart_library("sky_engine") {
package_name = "sky_engine"
package_root = "//prebuilt/third_party/sky_engine"
# Specify the pubspec so we can infer the language version at build time.
pubspec = "//prebuilt/third_party/sky_engine/pubspec.yaml"
# Can be left empty as analysis is disabled.
sources = []
disable_source_verification = true
disable_analysis = true
}