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

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

Issue 2293493003: Move blink platform's JSON code into a directory. (Closed)
Patch Set: 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
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 0088d486ce3ff08820b945538b08ed68c80d5901..bc43ea431edd7d412de55917d7162fc17f318dfd 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gypi
+++ b/third_party/WebKit/Source/platform/blink_platform.gypi
@@ -42,10 +42,6 @@
'Histogram.cpp',
'Histogram.h',
'HostWindow.h',
- 'JSONParser.cpp',
- 'JSONParser.h',
- 'JSONValues.cpp',
- 'JSONValues.h',
'KeyboardCodes.h',
'KillRing.h',
'KillRingNone.cpp',
@@ -848,6 +844,10 @@
'image-encoders/PNGImageEncoder.h',
'image-encoders/WEBPImageEncoder.cpp',
'image-encoders/WEBPImageEncoder.h',
+ 'json/JSONParser.cpp',
+ 'json/JSONParser.h',
+ 'json/JSONValues.cpp',
+ 'json/JSONValues.h',
'mac/BlockExceptions.h',
'mac/BlockExceptions.mm',
'mac/ColorMac.h',
@@ -1226,7 +1226,6 @@
'LayoutLocaleTest.cpp',
'LayoutUnitTest.cpp',
'LifecycleContextTest.cpp',
- 'JSONParserTest.cpp',
'PODArenaTest.cpp',
'PODFreeListArenaTest.cpp',
'PODIntervalTreeTest.cpp',
@@ -1310,6 +1309,7 @@
'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
'image-decoders/webp/WEBPImageDecoderTest.cpp',
'image-decoders/ico/ICOImageDecoderTest.cpp',
+ 'json/JSONParserTest.cpp',
'mac/VersionUtilMacTest.mm',
'mojo/KURLSecurityOriginTest.cpp',
'network/EncodedFormDataTest.cpp',
« no previous file with comments | « third_party/WebKit/Source/platform/JSONValues.cpp ('k') | third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698