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

Side by Side Diff: pkg/analyzer/tool/task_dependency_graph/tasks.dot

Issue 2698703002: Regenerate the task graph. (Closed)
Patch Set: Created 3 years, 10 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/analyzer/doc/tasks.html ('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 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 // 4 //
5 // This file has been automatically generated. Please do not edit it manually. 5 // This file has been automatically generated. Please do not edit it manually.
6 // To regenerate the file, use the script 6 // To regenerate the file, use the script
7 // "pkg/analyzer/tool/task_dependency_graph/generate.dart". 7 // "pkg/analyzer/tool/task_dependency_graph/generate.dart".
8 // 8 //
9 // To render this graph using Graphviz (www.graphviz.org) use the command: 9 // To render this graph using Graphviz (www.graphviz.org) use the command:
10 // "dot tasks.dot -Tpdf -O". 10 // "dot tasks.dot -Tpdf -O".
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 LIBRARY_ERRORS_READY [shape=box] 174 LIBRARY_ERRORS_READY [shape=box]
175 LIBRARY_SPECIFIC_UNITS -> GenerateHintsTask 175 LIBRARY_SPECIFIC_UNITS -> GenerateHintsTask
176 LIBRARY_SPECIFIC_UNITS -> ReadyResolvedUnitTask 176 LIBRARY_SPECIFIC_UNITS -> ReadyResolvedUnitTask
177 LIBRARY_SPECIFIC_UNITS -> ResolveLibraryReferencesTask 177 LIBRARY_SPECIFIC_UNITS -> ResolveLibraryReferencesTask
178 LIBRARY_SPECIFIC_UNITS -> ResolveLibraryTypeNamesTask 178 LIBRARY_SPECIFIC_UNITS -> ResolveLibraryTypeNamesTask
179 LIBRARY_SPECIFIC_UNITS -> ResolveTopLevelLibraryTypeBoundsTask 179 LIBRARY_SPECIFIC_UNITS -> ResolveTopLevelLibraryTypeBoundsTask
180 LIBRARY_SPECIFIC_UNITS -> ResolvedUnit7InLibraryTask 180 LIBRARY_SPECIFIC_UNITS -> ResolvedUnit7InLibraryTask
181 LIBRARY_SPECIFIC_UNITS [shape=box] 181 LIBRARY_SPECIFIC_UNITS [shape=box]
182 LIBRARY_UNIT_ERRORS -> dartErrorsForUnit 182 LIBRARY_UNIT_ERRORS -> dartErrorsForUnit
183 LIBRARY_UNIT_ERRORS [shape=box] 183 LIBRARY_UNIT_ERRORS [shape=box]
184 LINE_INFO -> BuildCompilationUnitElementTask
184 LINE_INFO -> DartErrorsTask 185 LINE_INFO -> DartErrorsTask
185 LINE_INFO -> ParseDartTask 186 LINE_INFO -> ParseDartTask
186 LINE_INFO [shape=box] 187 LINE_INFO [shape=box]
187 LINTS -> LibraryUnitErrorsTask 188 LINTS -> LibraryUnitErrorsTask
188 LINTS [shape=box] 189 LINTS [shape=box]
189 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY 190 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY
190 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS 191 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS
191 MODIFICATION_TIME -> BuildDirectiveElementsTask 192 MODIFICATION_TIME -> BuildDirectiveElementsTask
192 MODIFICATION_TIME -> BuildLibraryElementTask 193 MODIFICATION_TIME -> BuildLibraryElementTask
193 MODIFICATION_TIME -> ParseDartTask 194 MODIFICATION_TIME -> ParseDartTask
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask 357 VARIABLE_REFERENCE_ERRORS -> LibraryUnitErrorsTask
357 VARIABLE_REFERENCE_ERRORS [shape=box] 358 VARIABLE_REFERENCE_ERRORS [shape=box]
358 VERIFY_ERRORS -> LibraryUnitErrorsTask 359 VERIFY_ERRORS -> LibraryUnitErrorsTask
359 VERIFY_ERRORS [shape=box] 360 VERIFY_ERRORS [shape=box]
360 VerifyUnitTask -> VERIFY_ERRORS 361 VerifyUnitTask -> VERIFY_ERRORS
361 dartErrorsForSource -> DartErrorsTask 362 dartErrorsForSource -> DartErrorsTask
362 dartErrorsForSource [shape=hexagon] 363 dartErrorsForSource [shape=hexagon]
363 dartErrorsForUnit -> DartErrorsTask 364 dartErrorsForUnit -> DartErrorsTask
364 dartErrorsForUnit [shape=hexagon] 365 dartErrorsForUnit [shape=hexagon]
365 } 366 }
OLDNEW
« no previous file with comments | « pkg/analyzer/doc/tasks.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698