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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gypi

Issue 2205933002: Add JSON parser to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switch to unique_ptr version of JSONValue classes Created 4 years, 4 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
« no previous file with comments | « third_party/WebKit/Source/platform/JSONParserTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/blink_platform.gypi
diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
index 6f3d61f0bad4e7737c2a2a761d7c12fd272dadbb..0507ba570f25840c9111ef8e36692fb8aeb8f63b 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -42,6 +42,8 @@
'Histogram.cpp',
'Histogram.h',
'HostWindow.h',
+ 'JSONParser.cpp',
+ 'JSONParser.h',
'JSONValues.cpp',
'JSONValues.h',
'KeyboardCodes.h',
@@ -1150,6 +1152,7 @@
'LayoutLocaleTest.cpp',
'LayoutUnitTest.cpp',
'LifecycleContextTest.cpp',
+ 'JSONParserTest.cpp',
'PODArenaTest.cpp',
'PODFreeListArenaTest.cpp',
'PODIntervalTreeTest.cpp',
« no previous file with comments | « third_party/WebKit/Source/platform/JSONParserTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698