Remove defunct reference to json.dart in copy_dart.py.

R=floitsch@google.com, jmesserly@google.com

Review URL: https://codereview.chromium.org//43963002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29441 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
lrn@google.com 2013-10-29 12:21:46 +00:00
parent 9b736a2531
commit d334b06602

View file

@ -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