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

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: Address comments/fix Win Created 8 years, 7 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'files/file_path_watcher_win.cc', 134 'files/file_path_watcher_win.cc',
135 'float_util.h', 135 'float_util.h',
136 'format_macros.h', 136 'format_macros.h',
137 'global_descriptors_posix.cc', 137 'global_descriptors_posix.cc',
138 'global_descriptors_posix.h', 138 'global_descriptors_posix.h',
139 'gtest_prod_util.h', 139 'gtest_prod_util.h',
140 'hash_tables.h', 140 'hash_tables.h',
141 'id_map.h', 141 'id_map.h',
142 'json/json_file_value_serializer.cc', 142 'json/json_file_value_serializer.cc',
143 'json/json_file_value_serializer.h', 143 'json/json_file_value_serializer.h',
144 'json/json_parser.cc',
145 'json/json_parser.h',
144 'json/json_reader.cc', 146 'json/json_reader.cc',
145 'json/json_reader.h', 147 'json/json_reader.h',
146 'json/json_string_value_serializer.cc', 148 'json/json_string_value_serializer.cc',
147 'json/json_string_value_serializer.h', 149 'json/json_string_value_serializer.h',
148 'json/json_value_converter.h', 150 'json/json_value_converter.h',
149 'json/json_writer.cc', 151 'json/json_writer.cc',
150 'json/json_writer.h', 152 'json/json_writer.h',
151 'json/string_escape.cc', 153 'json/string_escape.cc',
152 'json/string_escape.h', 154 'json/string_escape.h',
153 'lazy_instance.cc', 155 'lazy_instance.cc',
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
928 'third_party/xdg_mime/xdgmimemagic.c', 930 'third_party/xdg_mime/xdgmimemagic.c',
929 'third_party/xdg_mime/xdgmimemagic.h', 931 'third_party/xdg_mime/xdgmimemagic.h',
930 'third_party/xdg_mime/xdgmimeparent.c', 932 'third_party/xdg_mime/xdgmimeparent.c',
931 'third_party/xdg_mime/xdgmimeparent.h', 933 'third_party/xdg_mime/xdgmimeparent.h',
932 ], 934 ],
933 }, 935 },
934 ], 936 ],
935 }], 937 }],
936 ], 938 ],
937 } 939 }
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