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

Unified Diff: src/v8.gyp

Issue 1983593002: [builtins] Move EncodeURI from runtime to builtins. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Address review comments 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 de6c4d658bb1cc6620bde65f4cacd9e425a880c2..1c30ab778a66ad1327621ceb83ad19ed447ae729 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -1129,6 +1129,8 @@
'unicode-cache.h',
'unicode-decoder.cc',
'unicode-decoder.h',
+ 'uri.cc',
+ 'uri.h',
'utils-inl.h',
'utils.cc',
'utils.h',
« 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