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

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

Issue 1420113004: Backout earlier change to task model (Closed) Base URL: https://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 | « pkg/analyzer/lib/src/task/dart.dart ('k') | 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 e3dccbc5f0319bbf3e89863740b3a020ba1e6bc0..f32b573d73d91b4bed8580e6eee45577145569e8 100644
--- a/pkg/analyzer/tool/task_dependency_graph/tasks.dot
+++ b/pkg/analyzer/tool/task_dependency_graph/tasks.dot
@@ -67,7 +67,6 @@ 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
@@ -120,7 +119,6 @@ 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
« no previous file with comments | « pkg/analyzer/lib/src/task/dart.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698