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

Unified Diff: tools/patch_sdk.dart

Issue 2730093002: Avoid crashing on function syntax. (Closed)
Patch Set: Update status. Created 3 years, 10 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 | « tests/language/language_kernel.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/patch_sdk.dart
diff --git a/tools/patch_sdk.dart b/tools/patch_sdk.dart
index 3e587840e616ba0cb1631817cb8c1ed7f238cc38..328f823a527f66765c92b7c8532832d0bc9fcfa3 100644
--- a/tools/patch_sdk.dart
+++ b/tools/patch_sdk.dart
@@ -78,9 +78,6 @@ Future main(List<String> argv) async {
var sdkOut = path.join(outDir, 'lib');
var packagesFile = argv[4];
- var privateIn = path.join(input, 'private');
- var INTERNAL_PATH = '_internal/compiler/js_lib/';
-
// Copy and patch libraries.dart and version
var libContents = readInputFile(path.join(
sdkLibIn, '_internal', 'sdk_library_metadata', 'lib', 'libraries.dart'));
« no previous file with comments | « tests/language/language_kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698