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

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

Issue 2828583003: remove dependencies to analyzer from lib/src/fasta (Closed)
Patch Set: rebase 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
« no previous file with comments | « pkg/front_end/test/fasta/strong_test.dart ('k') | pkg/front_end/test/fasta/testing/suite.dart » ('j') | 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 ] 144 ]
145 } 145 }
146 ], 146 ],
147 147
148 "analyze": { 148 "analyze": {
149 149
150 "options": "../../analysis_options.yaml", 150 "options": "../../analysis_options.yaml",
151 151
152 "uris": [ 152 "uris": [
153 "../../lib/src/fasta", 153 "../../lib/src/fasta",
154 "../../lib/src/fasta/analyzer",
155 "../../lib/src/fasta/builder", 154 "../../lib/src/fasta/builder",
156 "../../lib/src/fasta/dill", 155 "../../lib/src/fasta/dill",
157 "../../lib/src/fasta/kernel", 156 "../../lib/src/fasta/kernel",
158 "../../lib/src/fasta/parser", 157 "../../lib/src/fasta/parser",
159 "../../lib/src/fasta/scanner", 158 "../../lib/src/fasta/scanner",
160 "../../lib/src/fasta/source", 159 "../../lib/src/fasta/source",
161 "../../lib/src/fasta/testing", 160 "../../lib/src/fasta/testing",
162 "../../lib/src/fasta/util", 161 "../../lib/src/fasta/util",
163 "../../tool", 162 "../../tool",
164 "../../tool/_fasta", 163 "../../tool/_fasta",
(...skipping 11 matching lines...) Expand all
176 ], 175 ],
177 176
178 "exclude": [ 177 "exclude": [
179 "/third_party/pkg/", 178 "/third_party/pkg/",
180 "/third_party/pkg_tested/", 179 "/third_party/pkg_tested/",
181 "/pkg/analyzer/(?!.*/(fasta/|kernel/|(file_state|parser_fasta_test)\\.dart $))", 180 "/pkg/analyzer/(?!.*/(fasta/|kernel/|(file_state|parser_fasta_test)\\.dart $))",
182 "/pkg/js_ast/" 181 "/pkg/js_ast/"
183 ] 182 ]
184 } 183 }
185 } 184 }
OLDNEW
« no previous file with comments | « pkg/front_end/test/fasta/strong_test.dart ('k') | pkg/front_end/test/fasta/testing/suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698