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

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

Issue 2756243002: Rename analyzer options file. (Closed)
Patch Set: Created 3 years, 9 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/analysis_options.yaml ('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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "command-lines": [ 124 "command-lines": [
125 "--checked dart2js", 125 "--checked dart2js",
126 "-cdart2js -rd8 --exclude-suite=observatory_ui", 126 "-cdart2js -rd8 --exclude-suite=observatory_ui",
127 "-cdart2js -rd8 dart2js_extra dart2js_native" 127 "-cdart2js -rd8 dart2js_extra dart2js_native"
128 ] 128 ]
129 } 129 }
130 ], 130 ],
131 131
132 "analyze": { 132 "analyze": {
133 133
134 "options": "../../.analysis_options", 134 "options": "../../analysis_options.yaml",
135 135
136 "uris": [ 136 "uris": [
137 "../../lib/src/fasta", 137 "../../lib/src/fasta",
138 "../../lib/src/fasta/analyzer", 138 "../../lib/src/fasta/analyzer",
139 "../../lib/src/fasta/builder", 139 "../../lib/src/fasta/builder",
140 "../../lib/src/fasta/dill", 140 "../../lib/src/fasta/dill",
141 "../../lib/src/fasta/kernel", 141 "../../lib/src/fasta/kernel",
142 "../../lib/src/fasta/parser", 142 "../../lib/src/fasta/parser",
143 "../../lib/src/fasta/scanner", 143 "../../lib/src/fasta/scanner",
144 "../../lib/src/fasta/source", 144 "../../lib/src/fasta/source",
(...skipping 10 matching lines...) Expand all
155 "../../../../utils/kernel-service/kernel-service.dart", 155 "../../../../utils/kernel-service/kernel-service.dart",
156 "../../../../tools/patch_sdk.dart" 156 "../../../../tools/patch_sdk.dart"
157 ], 157 ],
158 158
159 "exclude": [ 159 "exclude": [
160 "/third_party/pkg/", 160 "/third_party/pkg/",
161 "/pkg/analyzer/" 161 "/pkg/analyzer/"
162 ] 162 ]
163 } 163 }
164 } 164 }
OLDNEW
« no previous file with comments | « pkg/front_end/analysis_options.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698