blob: dbd42c66d31b59a538c5c139a364004dc66769b8 [file] [log] [blame]
# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
# for details. 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_host_sdk_toolchain.gni")
import("../application_snapshot.gni")
application_snapshot("kernel-service") {
main_dart = "../../pkg/vm/bin/kernel_service.dart"
deps = [
"../../runtime/vm:kernel_platform_files($dart_host_toolchain)",
]
training_args = [
"--train",
"file://" + rebase_path("../../pkg/compiler/lib/src/dart2js.dart"),
]
}