blob: 348ea3e26d2a7bc8a9c8b6ec9310b30fc80b5818 [file] [log] [blame]
# Copyright 2018 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 = [
"SHELL_FLUTTER_ENGINE_VERSION=\"$shell_engine_version\"",
"SHELL_SKIA_VERSION=\"$shell_skia_version\"",
"SHELL_DART_VERSION=\"$shell_dart_version\"",
]
public_configs = [ "$flutter_root:config" ]
}