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

Side by Side Diff: base/base.gyp

Issue 10035042: Rewrite base::JSONReader to be 35-40% faster, depending on the input string. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 8 years, 8 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 | base/base.gypi » ('j') | base/json/json_parser.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'id_map_unittest.cc', 160 'id_map_unittest.cc',
161 'i18n/break_iterator_unittest.cc', 161 'i18n/break_iterator_unittest.cc',
162 'i18n/char_iterator_unittest.cc', 162 'i18n/char_iterator_unittest.cc',
163 'i18n/case_conversion_unittest.cc', 163 'i18n/case_conversion_unittest.cc',
164 'i18n/file_util_icu_unittest.cc', 164 'i18n/file_util_icu_unittest.cc',
165 'i18n/icu_string_conversions_unittest.cc', 165 'i18n/icu_string_conversions_unittest.cc',
166 'i18n/number_formatting_unittest.cc', 166 'i18n/number_formatting_unittest.cc',
167 'i18n/rtl_unittest.cc', 167 'i18n/rtl_unittest.cc',
168 'i18n/string_search_unittest.cc', 168 'i18n/string_search_unittest.cc',
169 'i18n/time_formatting_unittest.cc', 169 'i18n/time_formatting_unittest.cc',
170 'json/json_parser_unittest.cc',
170 'json/json_reader_unittest.cc', 171 'json/json_reader_unittest.cc',
171 'json/json_value_converter_unittest.cc', 172 'json/json_value_converter_unittest.cc',
172 'json/json_value_serializer_unittest.cc', 173 'json/json_value_serializer_unittest.cc',
173 'json/json_writer_unittest.cc', 174 'json/json_writer_unittest.cc',
174 'json/string_escape_unittest.cc', 175 'json/string_escape_unittest.cc',
175 'lazy_instance_unittest.cc', 176 'lazy_instance_unittest.cc',
176 'linked_list_unittest.cc', 177 'linked_list_unittest.cc',
177 'logging_unittest.cc', 178 'logging_unittest.cc',
178 'mac/closure_blocks_leopard_compat_unittest.cc', 179 'mac/closure_blocks_leopard_compat_unittest.cc',
179 'mac/foundation_util_unittest.mm', 180 'mac/foundation_util_unittest.mm',
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 # treated as weak imports in dependents, who still must 623 # treated as weak imports in dependents, who still must
623 # #include closure_blocks_leopard_compat.h to get weak imports. 624 # #include closure_blocks_leopard_compat.h to get weak imports.
624 'type': 'none', 625 'type': 'none',
625 }], 626 }],
626 ], 627 ],
627 }, 628 },
628 ], 629 ],
629 }], 630 }],
630 ], 631 ],
631 } 632 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/json/json_parser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698