| Index: lib/runtime/dart/_runtime.js
|
| diff --git a/lib/runtime/dart_runtime.js b/lib/runtime/dart/_runtime.js
|
| similarity index 91%
|
| rename from lib/runtime/dart_runtime.js
|
| rename to lib/runtime/dart/_runtime.js
|
| index a5e5acc791dd1fd772ed81de51243a90b50f0d3d..32172bcdb8b6633e75d4ea2ac08bff2df85fe480 100644
|
| --- a/lib/runtime/dart_runtime.js
|
| +++ b/lib/runtime/dart/_runtime.js
|
| @@ -2,13 +2,13 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -dart_library.library('dart_runtime/dart', null, /* Imports */[
|
| - 'dart_runtime/_classes',
|
| - 'dart_runtime/_errors',
|
| - 'dart_runtime/_generators',
|
| - 'dart_runtime/_operations',
|
| - 'dart_runtime/_rtti',
|
| - 'dart_runtime/_types',
|
| +dart_library.library('dart/_runtime', null, /* Imports */[
|
| + 'dart/_classes',
|
| + 'dart/_errors',
|
| + 'dart/_generators',
|
| + 'dart/_operations',
|
| + 'dart/_rtti',
|
| + 'dart/_types',
|
| ], /* Lazy Imports */[
|
| 'dart/_js_helper'
|
| ], function(exports, classes, errors, generators, operations, rtti, types,
|
|
|