blob: dbb6291bd4af80351c848ab38628627598068f47 [file] [log] [blame] [edit]
# 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/build/dart/dart.gni")
declare_args() {
engine_version = ""
content_hash = ""
skia_version = ""
dart_version = ""
}
_flutter_root = "//flutter"
assert(engine_version != "", "The engine_version argument must be supplied")
assert(content_hash != "", "The content_hash argument must be supplied")
assert(skia_version != "", "The skia_version argument must be supplied")
assert(dart_version != "", "The dart_version argument must be supplied")