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

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

Issue 11565034: Improve performance of dart2js StringBuffer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Updated to lib_v2 and private libraries. Created 7 years, 11 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 | « no previous file | dart/runtime/lib/string_buffer_patch.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 # Sources visible via default library. 5 # Sources visible via default library.
6 6
7 { 7 {
8 'sources': [ 8 'sources': [
9 'bool_patch.dart', 9 'bool_patch.dart',
10 'date.cc', 10 'date.cc',
(...skipping 27 matching lines...) Expand all
38 'print_patch.dart', 38 'print_patch.dart',
39 'regexp.cc', 39 'regexp.cc',
40 'regexp_jsc.cc', 40 'regexp_jsc.cc',
41 'regexp_jsc.h', 41 'regexp_jsc.h',
42 'regexp_patch.dart', 42 'regexp_patch.dart',
43 'stopwatch_patch.dart', 43 'stopwatch_patch.dart',
44 'stopwatch.cc', 44 'stopwatch.cc',
45 'string.cc', 45 'string.cc',
46 'string_base.dart', 46 'string_base.dart',
47 'string_patch.dart', 47 'string_patch.dart',
48 'string_buffer_patch.dart',
48 'type_patch.dart', 49 'type_patch.dart',
49 'string_patch.dart',
50 'weak_property.dart', 50 'weak_property.dart',
51 'weak_property.cc', 51 'weak_property.cc',
52 ], 52 ],
53 } 53 }
OLDNEW
« no previous file with comments | « no previous file | dart/runtime/lib/string_buffer_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698