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

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: Really fix Windows, address comments 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
« no previous file with comments | « base/base.gyp ('k') | base/base_export.h » ('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) 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'files/file_path_watcher_win.cc', 136 'files/file_path_watcher_win.cc',
137 'float_util.h', 137 'float_util.h',
138 'format_macros.h', 138 'format_macros.h',
139 'global_descriptors_posix.cc', 139 'global_descriptors_posix.cc',
140 'global_descriptors_posix.h', 140 'global_descriptors_posix.h',
141 'gtest_prod_util.h', 141 'gtest_prod_util.h',
142 'hash_tables.h', 142 'hash_tables.h',
143 'id_map.h', 143 'id_map.h',
144 'json/json_file_value_serializer.cc', 144 'json/json_file_value_serializer.cc',
145 'json/json_file_value_serializer.h', 145 'json/json_file_value_serializer.h',
146 'json/json_parser.cc',
147 'json/json_parser.h',
146 'json/json_reader.cc', 148 'json/json_reader.cc',
147 'json/json_reader.h', 149 'json/json_reader.h',
148 'json/json_string_value_serializer.cc', 150 'json/json_string_value_serializer.cc',
149 'json/json_string_value_serializer.h', 151 'json/json_string_value_serializer.h',
150 'json/json_value_converter.h', 152 'json/json_value_converter.h',
151 'json/json_writer.cc', 153 'json/json_writer.cc',
152 'json/json_writer.h', 154 'json/json_writer.h',
153 'json/string_escape.cc', 155 'json/string_escape.cc',
154 'json/string_escape.h', 156 'json/string_escape.h',
155 'lazy_instance.cc', 157 'lazy_instance.cc',
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 'third_party/xdg_mime/xdgmimemagic.c', 942 'third_party/xdg_mime/xdgmimemagic.c',
941 'third_party/xdg_mime/xdgmimemagic.h', 943 'third_party/xdg_mime/xdgmimemagic.h',
942 'third_party/xdg_mime/xdgmimeparent.c', 944 'third_party/xdg_mime/xdgmimeparent.c',
943 'third_party/xdg_mime/xdgmimeparent.h', 945 'third_party/xdg_mime/xdgmimeparent.h',
944 ], 946 ],
945 }, 947 },
946 ], 948 ],
947 }], 949 }],
948 ], 950 ],
949 } 951 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/base_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698