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

Unified Diff: pkg/analyzer/tool/summary/build_sdk_summary.dart

Issue 1585973004: Use constructor args in favor of summary "encode" functions. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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/test/src/summary/name_filter_test.dart ('k') | pkg/analyzer/tool/summary/generate.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/tool/summary/build_sdk_summary.dart
diff --git a/pkg/analyzer/tool/summary/build_sdk_summary.dart b/pkg/analyzer/tool/summary/build_sdk_summary.dart
index db17c573bb248e06b8ed417e48acd38b09d095b6..760cbff393cd204a6b33877a7f2d2635f3d47cfe 100644
--- a/pkg/analyzer/tool/summary/build_sdk_summary.dart
+++ b/pkg/analyzer/tool/summary/build_sdk_summary.dart
@@ -65,7 +65,7 @@ main(List<String> args) {
//
// Write the whole SDK bundle.
//
- SdkBundleBuilder sdkBundle = encodeSdkBundle(
+ SdkBundleBuilder sdkBundle = new SdkBundleBuilder(
prelinkedLibraryUris: prelinkedLibraryUris,
prelinkedLibraries: prelinkedLibraries,
unlinkedUnitUris: unlinkedUnitUris,
« no previous file with comments | « pkg/analyzer/test/src/summary/name_filter_test.dart ('k') | pkg/analyzer/tool/summary/generate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698