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

Unified Diff: lib/runtime/dart/_types.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/_runtime.js ('k') | lib/runtime/dart/async.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/_types.js
diff --git a/lib/runtime/_types.js b/lib/runtime/dart/_types.js
similarity index 99%
rename from lib/runtime/_types.js
rename to lib/runtime/dart/_types.js
index 8c8122e7e47d258b59db5637d19b6e6131b52854..225153813c667e02a86bd26e90be98ce5d64d52f 100644
--- a/lib/runtime/_types.js
+++ b/lib/runtime/dart/_types.js
@@ -5,11 +5,11 @@
/* This library defines the representation of runtime types.
*/
-dart_library.library('dart_runtime/_types', null, /* Imports */[
+dart_library.library('dart/_types', null, /* Imports */[
], /* Lazy Imports */[
'dart/core',
- 'dart_runtime/_classes',
- 'dart_runtime/_rtti'
+ 'dart/_classes',
+ 'dart/_rtti'
], function(exports, core, classes, rtti) {
'use strict';
« no previous file with comments | « lib/runtime/dart/_runtime.js ('k') | lib/runtime/dart/async.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698