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

Side by Side Diff: base/base.gypi

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
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'files/file_path_watcher_win.cc', 126 'files/file_path_watcher_win.cc',
127 'float_util.h', 127 'float_util.h',
128 'format_macros.h', 128 'format_macros.h',
129 'global_descriptors_posix.cc', 129 'global_descriptors_posix.cc',
130 'global_descriptors_posix.h', 130 'global_descriptors_posix.h',
131 'gtest_prod_util.h', 131 'gtest_prod_util.h',
132 'hash_tables.h', 132 'hash_tables.h',
133 'id_map.h', 133 'id_map.h',
134 'json/json_file_value_serializer.cc', 134 'json/json_file_value_serializer.cc',
135 'json/json_file_value_serializer.h', 135 'json/json_file_value_serializer.h',
136 'json/json_parser.cc',
137 'json/json_parser.h',
136 'json/json_reader.cc', 138 'json/json_reader.cc',
137 'json/json_reader.h', 139 'json/json_reader.h',
138 'json/json_string_value_serializer.cc', 140 'json/json_string_value_serializer.cc',
139 'json/json_string_value_serializer.h', 141 'json/json_string_value_serializer.h',
140 'json/json_value_converter.h', 142 'json/json_value_converter.h',
141 'json/json_writer.cc', 143 'json/json_writer.cc',
142 'json/json_writer.h', 144 'json/json_writer.h',
143 'json/string_escape.cc', 145 'json/string_escape.cc',
144 'json/string_escape.h', 146 'json/string_escape.h',
145 'lazy_instance.cc', 147 'lazy_instance.cc',
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 'third_party/xdg_mime/xdgmimemagic.c', 920 'third_party/xdg_mime/xdgmimemagic.c',
919 'third_party/xdg_mime/xdgmimemagic.h', 921 'third_party/xdg_mime/xdgmimemagic.h',
920 'third_party/xdg_mime/xdgmimeparent.c', 922 'third_party/xdg_mime/xdgmimeparent.c',
921 'third_party/xdg_mime/xdgmimeparent.h', 923 'third_party/xdg_mime/xdgmimeparent.h',
922 ], 924 ],
923 }, 925 },
924 ], 926 ],
925 }], 927 }],
926 ], 928 ],
927 } 929 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/debug/trace_event_unittest.cc » ('j') | base/json/json_parser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698