blob: 4557da6b97b2cc7bc45b49256b42121c02ca167e [file] [log] [blame]
# Copyright (c) 2019, 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("../application_snapshot.gni")
group("dart2native") {
deps = [ ":generate_dart2native_snapshot" ]
}
application_snapshot("generate_dart2native_snapshot") {
main_dart = "../../pkg/dart2native/bin/dart2native.dart"
training_args = [ "--help" ]
name = "dart2native"
}