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

Side by Side Diff: pkg/analyzer/doc/tasks.html

Issue 1903873002: Regenerate task dependency graph after c1475a13a0622547aa17e548c23212b7ca4a87b4 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 | « no previous file | pkg/analyzer/tool/task_dependency_graph/tasks.dot » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Analysis Task Dependency Graph</title> 4 <title>Analysis Task Dependency Graph</title>
5 <link rel="stylesheet" href="support/style.css"> 5 <link rel="stylesheet" href="support/style.css">
6 <script src="support/viz.js"></script> 6 <script src="support/viz.js"></script>
7 <script type="application/dart" src="support/web_app.dart.js"></script> 7 <script type="application/dart" src="support/web_app.dart.js"></script>
8 <script src="support/dart.js"></script> 8 <script src="support/dart.js"></script>
9 </head> 9 </head>
10 <body> 10 <body>
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 LIBRARY_UNIT_ERRORS [shape=box] 172 LIBRARY_UNIT_ERRORS [shape=box]
173 LINE_INFO -> DartErrorsTask 173 LINE_INFO -> DartErrorsTask
174 LINE_INFO -> ParseDartTask 174 LINE_INFO -> ParseDartTask
175 LINE_INFO [shape=box] 175 LINE_INFO [shape=box]
176 LINTS -> LibraryUnitErrorsTask 176 LINTS -> LibraryUnitErrorsTask
177 LINTS [shape=box] 177 LINTS [shape=box]
178 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY 178 LibraryErrorsReadyTask -> LIBRARY_ERRORS_READY
179 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS 179 LibraryUnitErrorsTask -> LIBRARY_UNIT_ERRORS
180 MODIFICATION_TIME -> BuildDirectiveElementsTask 180 MODIFICATION_TIME -> BuildDirectiveElementsTask
181 MODIFICATION_TIME -> ParseDartTask 181 MODIFICATION_TIME -> ParseDartTask
182 MODIFICATION_TIME -> ScanDartTask
182 MODIFICATION_TIME [shape=box] 183 MODIFICATION_TIME [shape=box]
183 PARSED_UNIT -> BuildCompilationUnitElementTask 184 PARSED_UNIT -> BuildCompilationUnitElementTask
184 PARSED_UNIT -> DartErrorsTask 185 PARSED_UNIT -> DartErrorsTask
185 PARSED_UNIT [shape=box] 186 PARSED_UNIT [shape=box]
186 PARSE_ERRORS -> dartErrorsForSource 187 PARSE_ERRORS -> dartErrorsForSource
187 PARSE_ERRORS [shape=box] 188 PARSE_ERRORS [shape=box]
188 PROPAGABLE_VARIABLES_IN_UNIT -> PropagateVariableTypesInUnitTask 189 PROPAGABLE_VARIABLES_IN_UNIT -> PropagateVariableTypesInUnitTask
189 PROPAGABLE_VARIABLES_IN_UNIT [shape=box] 190 PROPAGABLE_VARIABLES_IN_UNIT [shape=box]
190 PROPAGABLE_VARIABLE_DEPENDENCIES -> PropagateVariableTypeTask 191 PROPAGABLE_VARIABLE_DEPENDENCIES -> PropagateVariableTypeTask
191 PROPAGABLE_VARIABLE_DEPENDENCIES [shape=box] 192 PROPAGABLE_VARIABLE_DEPENDENCIES [shape=box]
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 VERIFY_ERRORS [shape=box] 336 VERIFY_ERRORS [shape=box]
336 VerifyUnitTask -> VERIFY_ERRORS 337 VerifyUnitTask -> VERIFY_ERRORS
337 dartErrorsForSource -> DartErrorsTask 338 dartErrorsForSource -> DartErrorsTask
338 dartErrorsForSource [shape=hexagon] 339 dartErrorsForSource [shape=hexagon]
339 dartErrorsForUnit -> DartErrorsTask 340 dartErrorsForUnit -> DartErrorsTask
340 dartErrorsForUnit [shape=hexagon] 341 dartErrorsForUnit [shape=hexagon]
341 } 342 }
342 </script> 343 </script>
343 </body> 344 </body>
344 </html> 345 </html>
OLDNEW
« no previous file with comments | « no previous file | pkg/analyzer/tool/task_dependency_graph/tasks.dot » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698