blob: d628749c26fca67d10e75947ad6a31e5334ae0c5 [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("//flutter/build/dart/rules.gni")
application_snapshot("const_finder") {
main_dart = "bin/main.dart"
package_config = ".dart_tool/package_config.json"
snapshot_kind = "kernel"
training_args = [ "--help" ]
inputs = [
"bin/main.dart",
".dart_tool/package_config.json",
]
deps = [ "//flutter/flutter_frontend_server:frontend_server" ]
}