22298629e8
Bug: Change-Id: I0a64d3de46ef55e8185e723d6111fa315ad286ca Reviewed-on: https://dart-review.googlesource.com/30621 Commit-Queue: Sigmund Cherem <sigmund@google.com> Reviewed-by: Peter von der Ahé <ahe@google.com> Reviewed-by: Jake Macdonald <jakemac@google.com>
11 lines
377 B
Plaintext
11 lines
377 B
Plaintext
# Copyright (c) 2017, 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("kernel_summary_worker") {
|
|
main_dart = "kernel_summary_worker.dart"
|
|
training_args = [ "--help" ]
|
|
}
|