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

Unified Diff: tool/patch_sdk.dart

Issue 1239803005: fix issues caught by analysis_server (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 5 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 | « test/dependency_graph_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tool/patch_sdk.dart
diff --git a/tool/patch_sdk.dart b/tool/patch_sdk.dart
index 5734f392112fded444019790f69675fe6750c8ea..b4a09890ca171c94073c5efbf48eaca94e1ca96f 100755
--- a/tool/patch_sdk.dart
+++ b/tool/patch_sdk.dart
@@ -37,8 +37,6 @@ void main(List<String> argv) {
var patchIn = path.join(input, 'patch');
var privateIn = path.join(input, 'private');
var sdkOut = path.join(argv[1], 'lib');
- var privateLibOut =
- path.normalize(path.join(sdkOut, '_internal', 'compiler', 'js_lib'));
var INTERNAL_PATH = '_internal/compiler/js_lib/';
« no previous file with comments | « test/dependency_graph_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698