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

Unified Diff: pkg/dart2js_incremental/lib/caching_compiler.dart

Issue 2346053002: dart2js: fix tests after moving to .packages in the SDK repo (Closed)
Patch Set: Created 4 years, 3 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 | pkg/dart2js_incremental/lib/dart2js_incremental.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dart2js_incremental/lib/caching_compiler.dart
diff --git a/pkg/dart2js_incremental/lib/caching_compiler.dart b/pkg/dart2js_incremental/lib/caching_compiler.dart
index 7401ba452a8ce8503bdefbc75d12d627ed6f3c87..5582bab2098bfe0f31299e8c34adb8199440bb92 100644
--- a/pkg/dart2js_incremental/lib/caching_compiler.dart
+++ b/pkg/dart2js_incremental/lib/caching_compiler.dart
@@ -14,6 +14,7 @@ Future<CompilerImpl> reuseCompiler(
CompilerImpl cachedCompiler,
Uri libraryRoot,
Uri packageRoot,
+ Uri packageConfig,
bool packagesAreImmutable: false,
Map<String, dynamic> environment,
Future<bool> reuseLibrary(LibraryElement library)}) {
@@ -60,6 +61,7 @@ Future<CompilerImpl> reuseCompiler(
new CompilerOptions.parse(
libraryRoot: libraryRoot,
packageRoot: packageRoot,
+ packageConfig: packageConfig,
options: options,
environment: environment));
JavaScriptBackend backend = compiler.backend;
« no previous file with comments | « no previous file | pkg/dart2js_incremental/lib/dart2js_incremental.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698