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

Unified Diff: tools/copy_dart.py

Issue 43963002: Remove defunct reference to json.dart in copy_dart.py. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/copy_dart.py
diff --git a/tools/copy_dart.py b/tools/copy_dart.py
index 9918e2ec0f0b1047d1fb1bfdd17d2e26c6900dea..6bd57256e18c302330cbbdf6549fb31cb56769d3 100755
--- a/tools/copy_dart.py
+++ b/tools/copy_dart.py
@@ -106,11 +106,6 @@ def main(outdir = None, *inputs):
or dirname(lib).endswith('dom/src')):
continue
- if lib.endswith('json/json.dart'):
- # TODO(jmesserly): Dartium interprets "json.dart" as "dart_json.dart",
- # so we need that add dart_json.dart here. This is hacky.
- lib = lib.replace('json.dart', 'dart_json.dart')
-
library = parseLibrary(lib)
# Ensure output directory exists
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698