Remove the dart1 version of the analysis server snapshot.

Change-Id: I0e2739fee543604110d95e46b4c62d49fcab2b1a
Reviewed-on: https://dart-review.googlesource.com/67383
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Devon Carew 2018-07-30 20:13:27 +00:00
parent 9107399190
commit 05b9bbd2b5
2 changed files with 0 additions and 20 deletions

View file

@ -38,7 +38,6 @@ declare_args() {
# ......pub
# ......snapshots/
# ........analysis_server.dart.snapshot
# ........analysis_server_dart1.dart.snapshot (this is temporary; #33877)
# ........dart2js.dart.snapshot
# ........dartanalyzer.dart.snapshot
# ........dartdoc.dart.snapshot
@ -118,10 +117,6 @@ _platform_sdk_snapshots = [
"analysis_server",
"../utils/analysis_server",
],
[
"analysis_server_dart1",
"../utils/analysis_server_dart1",
],
[
"dartanalyzer",
"../utils/dartanalyzer:generate_dartanalyzer_snapshot",
@ -149,10 +144,6 @@ _full_sdk_snapshots = [
"analysis_server",
"../utils/analysis_server",
],
[
"analysis_server_dart1",
"../utils/analysis_server_dart1",
],
[
"dart2js",
"../utils/compiler:dart2js",

View file

@ -1,11 +0,0 @@
# Copyright (c) 2018, 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("analysis_server_dart1") {
dart_version = 1
main_dart = "../../pkg/analysis_server/bin/server.dart"
training_args = [ "--help" ]
}