Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: pkg/front_end/test/fasta/testing.json

Issue 2892173002: Update Listener implementations. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pkg/front_end/lib/src/fasta/parser.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "":"Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file", 2 "":"Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file",
3 "":"for details. All rights reserved. Use of this source code is governed by a", 3 "":"for details. All rights reserved. Use of this source code is governed by a",
4 "":"BSD-style license that can be found in the LICENSE.md file.", 4 "":"BSD-style license that can be found in the LICENSE.md file.",
5 5
6 "packages": "../../../../.packages", 6 "packages": "../../../../.packages",
7 7
8 "suites": [ 8 "suites": [
9 9
10 { 10 {
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "../../lib/src/fasta/util", 161 "../../lib/src/fasta/util",
162 "../../tool", 162 "../../tool",
163 "../../tool/_fasta", 163 "../../tool/_fasta",
164 "parser/parser_suite.dart", 164 "parser/parser_suite.dart",
165 "scanner/scanner_suite.dart", 165 "scanner/scanner_suite.dart",
166 "compile_test.dart", 166 "compile_test.dart",
167 "kompile_test.dart", 167 "kompile_test.dart",
168 "outline_test.dart", 168 "outline_test.dart",
169 "sdk_test.dart", 169 "sdk_test.dart",
170 "../../../analyzer/lib/src/fasta", 170 "../../../analyzer/lib/src/fasta",
171 "../../../analyzer/lib/src/summary/fasta",
171 "../../../analyzer/lib/src/dart/analysis/file_state.dart", 172 "../../../analyzer/lib/src/dart/analysis/file_state.dart",
172 "../../../analyzer/test/generated/parser_fasta_test.dart", 173 "../../../analyzer/test/generated/parser_fasta_test.dart",
174 "../../../analyzer/tool/summary/mini_ast.dart",
173 "../../../../utils/kernel-service/kernel-service.dart", 175 "../../../../utils/kernel-service/kernel-service.dart",
174 "../../../../tools/patch_sdk.dart" 176 "../../../../tools/patch_sdk.dart"
175 ], 177 ],
176 178
177 "exclude": [ 179 "exclude": [
178 "/third_party/pkg/", 180 "/third_party/pkg/",
179 "/third_party/pkg_tested/", 181 "/third_party/pkg_tested/",
180 "/pkg/analyzer/(?!.*/(fasta/|kernel/|(file_state|parser_fasta_test)\\.dart $))", 182 "/pkg/analyzer/(?!.*/(fasta/|kernel/|(file_state|parser_fasta_test)\\.dart $))",
181 "/pkg/js_ast/" 183 "/pkg/js_ast/"
182 ] 184 ]
183 } 185 }
184 } 186 }
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/parser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698