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

Unified Diff: src/v8.gyp

Issue 2026643003: [json] replace remaining json.js code with C++ builtins. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix error message 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-json.cc ('k') | test/mjsunit/debug-script.js » ('j') | 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 2b43691f1a362c8ba4b041e88fa227051fd2d299..fe629352375f5e8080cd9d97c04a812de7862450 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1055,7 +1055,6 @@
'runtime/runtime-i18n.cc',
'runtime/runtime-internal.cc',
'runtime/runtime-interpreter.cc',
- 'runtime/runtime-json.cc',
'runtime/runtime-literals.cc',
'runtime/runtime-liveedit.cc',
'runtime/runtime-maths.cc',
@@ -2062,7 +2061,6 @@
'js/collection-iterator.js',
'js/promise.js',
'js/messages.js',
- 'js/json.js',
'js/array-iterator.js',
'js/string-iterator.js',
'js/templates.js',
« no previous file with comments | « src/runtime/runtime-json.cc ('k') | test/mjsunit/debug-script.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698