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

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

Issue 2794533002: Move scope.dart. (Closed)
Patch Set: Created 3 years, 8 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
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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "../../lib/src/fasta/util", 146 "../../lib/src/fasta/util",
147 "../../tool", 147 "../../tool",
148 "../../tool/_fasta", 148 "../../tool/_fasta",
149 "parser/parser_suite.dart", 149 "parser/parser_suite.dart",
150 "scanner/scanner_suite.dart", 150 "scanner/scanner_suite.dart",
151 "compile_test.dart", 151 "compile_test.dart",
152 "kompile_test.dart", 152 "kompile_test.dart",
153 "outline_test.dart", 153 "outline_test.dart",
154 "sdk_test.dart", 154 "sdk_test.dart",
155 "../../../analyzer/lib/src/fasta", 155 "../../../analyzer/lib/src/fasta",
156 "../../../analyzer/lib/src/dart/analysis/file_state.dart",
157 "../../../analyzer/test/generated/parser_fasta_test.dart",
156 "../../../compiler/lib/src/parser", 158 "../../../compiler/lib/src/parser",
157 "../../../compiler/lib/src/scanner", 159 "../../../compiler/lib/src/scanner",
158 "../../../../utils/kernel-service/kernel-service.dart", 160 "../../../../utils/kernel-service/kernel-service.dart",
159 "../../../../tools/patch_sdk.dart" 161 "../../../../tools/patch_sdk.dart"
160 ], 162 ],
161 163
162 "exclude": [ 164 "exclude": [
163 "/third_party/pkg/", 165 "/third_party/pkg/",
164 "/third_party/pkg_tested/", 166 "/third_party/pkg_tested/",
165 "/pkg/analyzer/(?!.*/(fasta|kernel)/)", 167 "/pkg/analyzer/(?!.*/(fasta/|kernel/|(file_state|parser_fasta_test)\\.dart $))",
166 "/pkg/compiler/lib/src/(?!(scanner|parser)/)", 168 "/pkg/compiler/lib/src/(?!(scanner|parser)/)",
167 "/pkg/compiler/lib/src/parser/partial_elements\\.dart$", 169 "/pkg/compiler/lib/src/parser/partial_elements\\.dart$",
168 "/pkg/js_ast/" 170 "/pkg/js_ast/"
169 ] 171 ]
170 } 172 }
171 } 173 }
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/source_library_builder.dart ('k') | pkg/front_end/tool/fasta_perf.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698