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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 74899b2b962f53846d18279be546efed37f67cbe..d65662234e240d7d1a952b50a138ae0dbcb38387 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -133,6 +133,8 @@
'id_map.h',
'json/json_file_value_serializer.cc',
'json/json_file_value_serializer.h',
+ 'json/json_parser.cc',
+ 'json/json_parser.h',
'json/json_reader.cc',
'json/json_reader.h',
'json/json_string_value_serializer.cc',
« 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