blob: 0399e1011f80b8317206b81b26dfbaee4f625a47 [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("//third_party/dart/utils/application_snapshot.gni")
application_snapshot("const_finder") {
main_dart = "bin/main.dart"
dot_packages = ".dart_tool/package_config.json"
training_args = [ "--help" ]
inputs = [
"bin/main.dart",
"lib/const_finder.dart",
".dart_tool/package_config.json",
]
deps = [ "//flutter/flutter_frontend_server:frontend_server" ]
}