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

Unified Diff: BUILD.gn

Issue 2697013009: Move ArrayBuffer.prototype.slice implementation to C++ (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | src/bootstrapper.cc » ('j') | src/builtins/builtins-arraybuffer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 331c8e820e1788f159dd370856c2ad1ea1e7bae8..c797f4338312dd7493f4cb9cc86cf63de7ce0e50 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -439,7 +439,6 @@ action("js2c") {
"src/js/v8natives.js",
"src/js/array.js",
"src/js/string.js",
- "src/js/arraybuffer.js",
"src/js/typedarray.js",
"src/js/collection.js",
"src/js/weak-collection.js",
« no previous file with comments | « no previous file | src/bootstrapper.cc » ('j') | src/builtins/builtins-arraybuffer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698