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

Unified Diff: pkg/analyzer/tool/task_dependency_graph/tasks.dot

Issue 1410363003: Regenerate tasks.dot file. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/tool/task_dependency_graph/tasks.dot
diff --git a/pkg/analyzer/tool/task_dependency_graph/tasks.dot b/pkg/analyzer/tool/task_dependency_graph/tasks.dot
index a3e7675910adf167b4fa0a2125edcdf5ffd3a31b..e3dccbc5f0319bbf3e89863740b3a020ba1e6bc0 100644
--- a/pkg/analyzer/tool/task_dependency_graph/tasks.dot
+++ b/pkg/analyzer/tool/task_dependency_graph/tasks.dot
@@ -67,6 +67,7 @@ digraph G {
IMPORTED_LIBRARIES -> BuildDirectiveElementsTask
IMPORTED_LIBRARIES -> ResolveUnitTypeNamesTask
IMPORTED_LIBRARIES [shape=box]
+ IMPORT_EXPORT_SOURCE_CLOSURE -> ComputeConstantDependenciesTask
IMPORT_EXPORT_SOURCE_CLOSURE -> ComputeLibraryCycleTask
IMPORT_EXPORT_SOURCE_CLOSURE -> PartiallyResolveUnitReferencesTask
IMPORT_EXPORT_SOURCE_CLOSURE -> ResolveLibraryReferencesTask
@@ -119,6 +120,13 @@ digraph G {
LIBRARY_ELEMENT5 -> ResolveUnitTask
LIBRARY_ELEMENT5 [shape=box]
LIBRARY_ERRORS_READY [shape=box]
+ LIBRARY_SPECIFIC_UNITS -> ComputeConstantDependenciesTask
+ LIBRARY_SPECIFIC_UNITS -> GenerateHintsTask
+ LIBRARY_SPECIFIC_UNITS -> ResolveLibraryReferencesTask
+ LIBRARY_SPECIFIC_UNITS -> ResolveLibraryTypeNamesTask
+ LIBRARY_SPECIFIC_UNITS -> StrongModeVerifyUnitTask
+ LIBRARY_SPECIFIC_UNITS -> VerifyUnitTask
+ LIBRARY_SPECIFIC_UNITS [shape=box]
LIBRARY_UNIT_ERRORS -> dartErrorsForUnit
LIBRARY_UNIT_ERRORS [shape=box]
LINE_INFO -> ParseDartTask
@@ -137,6 +145,7 @@ digraph G {
ParseDartTask -> EXPORTED_LIBRARIES
ParseDartTask -> IMPORTED_LIBRARIES
ParseDartTask -> INCLUDED_PARTS
+ ParseDartTask -> LIBRARY_SPECIFIC_UNITS
ParseDartTask -> PARSED_UNIT
ParseDartTask -> PARSE_ERRORS
ParseDartTask -> SOURCE_KIND
@@ -223,12 +232,7 @@ digraph G {
TYPE_PROVIDER -> StrongModeVerifyUnitTask
TYPE_PROVIDER -> VerifyUnitTask
TYPE_PROVIDER [shape=box]
- UNITS -> GenerateHintsTask
UNITS -> LibraryErrorsReadyTask
- UNITS -> ResolveLibraryReferencesTask
- UNITS -> ResolveLibraryTypeNamesTask
- UNITS -> StrongModeVerifyUnitTask
- UNITS -> VerifyUnitTask
UNITS [shape=box]
USED_IMPORTED_ELEMENTS -> GenerateHintsTask
USED_IMPORTED_ELEMENTS [shape=box]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698