94471ea0a3
Previously, when analyzing the analyzer for task dependency graph computation, we failed to canonicalize Source URIs into "package:" URIs. As a result, we failed to properly connect the classes representing individual classes with the base class AnalysisTask, so we couldn't find any task classes and produced an empty graph. R=scheglov@google.com Review URL: https://codereview.chromium.org//1287003006 .