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

Unified Diff: pkg/analyzer_cli/lib/src/build_mode.dart

Issue 2996783002: Don't record dependencies in SummaryDataStore. (Closed)
Patch Set: Created 3 years, 4 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
Index: pkg/analyzer_cli/lib/src/build_mode.dart
diff --git a/pkg/analyzer_cli/lib/src/build_mode.dart b/pkg/analyzer_cli/lib/src/build_mode.dart
index f64ab3b5e36aa61cfcaf8920fcaa9567397c3ad5..b866ff2a843f73676db034e3a6c2e442efed51db 100644
--- a/pkg/analyzer_cli/lib/src/build_mode.dart
+++ b/pkg/analyzer_cli/lib/src/build_mode.dart
@@ -223,7 +223,6 @@ class BuildMode {
}
// Perform linking.
_computeLinkedLibraries(unlinkedUris);
- assembler.recordDependencies(summaryDataStore);
}
// Write the whole package bundle.
@@ -294,8 +293,7 @@ class BuildMode {
void _createAnalysisDriver() {
// Read the summaries.
- summaryDataStore = new SummaryDataStore(<String>[],
- recordDependencyInfo: _shouldOutputSummary);
+ summaryDataStore = new SummaryDataStore(<String>[]);
// Adds a bundle at `path` to `summaryDataStore`.
PackageBundle addBundle(String path) {
« no previous file with comments | « pkg/analyzer/test/src/summary/summarize_ast_test.dart ('k') | pkg/dev_compiler/lib/src/compiler/code_generator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698