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

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

Issue 11348035: Move StringImplementation from coreimpl to core as _StringImpl. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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 # Implementation sources. 5 # Implementation sources.
6 6
7 { 7 {
8 'sources': [ 8 'sources': [
9 'math.dart', 9 'math.dart',
10 'math.cc', 10 'math.cc',
11 'object.cc', 11 'object.cc',
12 'regexp.cc', 12 'regexp.cc',
13 'regexp_jsc.cc', 13 'regexp_jsc.cc',
14 'regexp_jsc.h', 14 'regexp_jsc.h',
15 'regexp_patch.dart', 15 'regexp_patch.dart',
16 'string.cc',
17 'string_base.dart',
18 'string_patch.dart',
19 ], 16 ],
20 } 17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698