753d95453c
Change-Id: I8e1b7957a416644b8c7d02bee60c248e6c6d9827 Reviewed-on: https://dart-review.googlesource.com/57444 Reviewed-by: Devon Carew <devoncarew@google.com> Commit-Queue: Janice Collins <jcollins@google.com>
12 lines
402 B
Plaintext
12 lines
402 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("dartdoc") {
|
|
dart_version = 2
|
|
main_dart = "../../third_party/pkg/dartdoc/bin/dartdoc.dart"
|
|
training_args = [ "--help" ]
|
|
}
|