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

Side by Side Diff: lib/coreimpl/corelib_impl_sources.gypi

Issue 11260010: Moved RuntimeOptions from coreimpl to core, renamed to _OptionsImpl. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « lib/coreimpl/coreimpl.dart ('k') | lib/coreimpl/options.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 5 {
6 'sources': [ 6 'sources': [
7 'arrays.dart', 7 'arrays.dart',
8 'collections.dart', 8 'collections.dart',
9 'hash_map_set.dart', 9 'hash_map_set.dart',
10 'linked_hash_map.dart', 10 'linked_hash_map.dart',
11 'list.dart', 11 'list.dart',
12 'maps.dart', 12 'maps.dart',
13 'options.dart',
14 'queue.dart', 13 'queue.dart',
15 'regexp.dart', 14 'regexp.dart',
16 'splay_tree.dart', 15 'splay_tree.dart',
17 'stopwatch_implementation.dart', 16 'stopwatch_implementation.dart',
18 'string.dart', 17 'string.dart',
19 'string_buffer.dart', 18 'string_buffer.dart',
20 ], 19 ],
21 } 20 }
OLDNEW
« no previous file with comments | « lib/coreimpl/coreimpl.dart ('k') | lib/coreimpl/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698