blob: 55ac428d99ab2074d4f20364067d73f3ca7540e3 [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("version.gni")
source_set("version") {
sources = [
"version.cc",
"version.h",
]
defines = [
"FLUTTER_ENGINE_VERSION=\"$engine_version\"",
"SKIA_VERSION=\"$skia_version\"",
"DART_VERSION=\"$dart_version\"",
]
public_configs = [ "//flutter:config" ]
}