Index: BUILD.gn |
diff --git a/BUILD.gn b/BUILD.gn |
index 0e78539cfcad0c0934427835510e2ea5a1d0d877..bc9760b31cfc92de6934e49c7aecb3d009f0788e 100644 |
--- a/BUILD.gn |
+++ b/BUILD.gn |
@@ -359,7 +359,6 @@ action("js2c") { |
"src/js/collection-iterator.js", |
"src/js/promise.js", |
"src/js/messages.js", |
- "src/js/json.js", |
"src/js/array-iterator.js", |
"src/js/string-iterator.js", |
"src/js/templates.js", |
@@ -1389,7 +1388,6 @@ v8_source_set("v8_base") { |
"src/runtime/runtime-i18n.cc", |
"src/runtime/runtime-internal.cc", |
"src/runtime/runtime-interpreter.cc", |
- "src/runtime/runtime-json.cc", |
"src/runtime/runtime-literals.cc", |
"src/runtime/runtime-liveedit.cc", |
"src/runtime/runtime-maths.cc", |