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

Unified Diff: lib/runtime/dart/_runtime.js

Issue 1413683006: Move runtime js files down to lib/runtime/dart (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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 | « lib/runtime/dart/_rtti.js ('k') | lib/runtime/dart/_types.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « lib/runtime/dart/_rtti.js ('k') | lib/runtime/dart/_types.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698