7c59fe6332
Change-Id: I245dce2510ccf99cd443b4d27828790dabe54e8a Reviewed-on: https://dart-review.googlesource.com/56283 Commit-Queue: Bob Nystrom <rnystrom@google.com> Reviewed-by: Vijay Menon <vsm@google.com>
14 lines
488 B
Plaintext
14 lines
488 B
Plaintext
# Copyright (c) 2016, 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")
|
|
|
|
application_snapshot("dartfmt") {
|
|
dart_version = 2
|
|
main_dart = "../../third_party/pkg_tested/dart_style/bin/format.dart"
|
|
|
|
# Train it on formatting its own source.
|
|
training_args = [ "../../third_party/pkg_tested/dart_style" ]
|
|
}
|