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

Side by Side Diff: runtime/lib/lib_sources.gypi

Issue 12321082: - Properly load the core libraries as libraries and not as scripts. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # Sources visible via default library. 5 # Sources visible via default library.
6 6
7 { 7 {
8 'sources': [ 8 'sources': [
9 'core_patch.dart',
10 # The above file needs to be first as it imports required libraries.
9 'bool_patch.dart', 11 'bool_patch.dart',
10 'date.cc', 12 'date.cc',
11 'date_patch.dart', 13 'date_patch.dart',
12 'array.cc', 14 'array.cc',
13 'array.dart', 15 'array.dart',
14 'array_patch.dart', 16 'array_patch.dart',
15 'double.cc', 17 'double.cc',
16 'double.dart', 18 'double.dart',
17 'double_patch.dart', 19 'double_patch.dart',
18 'error.cc', 20 'error.cc',
(...skipping 26 matching lines...) Expand all
45 'stopwatch.cc', 47 'stopwatch.cc',
46 'string.cc', 48 'string.cc',
47 'string_base.dart', 49 'string_base.dart',
48 'string_patch.dart', 50 'string_patch.dart',
49 'string_buffer_patch.dart', 51 'string_buffer_patch.dart',
50 'type_patch.dart', 52 'type_patch.dart',
51 'weak_property.dart', 53 'weak_property.dart',
52 'weak_property.cc', 54 'weak_property.cc',
53 ], 55 ],
54 } 56 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698