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

Unified Diff: src/v8.gyp

Issue 2002933002: [json] move json parser and stringifier into own compilation units. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/runtime/runtime-object.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index ef0c562ebcf13f9481da9dc93a3382d0366bd661..5ae43bb92f12cbc0fd00cf4d99dafed3f8539530 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -923,7 +923,9 @@
'isolate-inl.h',
'isolate.cc',
'isolate.h',
+ 'json-parser.cc',
'json-parser.h',
+ 'json-stringifier.cc',
'json-stringifier.h',
'keys.h',
'keys.cc',
« no previous file with comments | « src/runtime/runtime-object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698