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

Unified Diff: src/v8.gyp

Issue 2027003002: [builtins] Migrate escape/unescape from uri.js to C++. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Minor refactoring 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/uri.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 fe629352375f5e8080cd9d97c04a812de7862450..31be383f58c877c2c8954b7b1cbd149a307cfd09 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1069,7 +1069,6 @@
'runtime/runtime-symbol.cc',
'runtime/runtime-test.cc',
'runtime/runtime-typedarray.cc',
- 'runtime/runtime-uri.cc',
'runtime/runtime-utils.h',
'runtime/runtime.cc',
'runtime/runtime.h',
@@ -2049,7 +2048,6 @@
'js/symbol.js',
'js/array.js',
'js/string.js',
- 'js/uri.js',
'js/math.js',
'third_party/fdlibm/fdlibm.js',
'js/regexp.js',
« no previous file with comments | « src/uri.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698