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

Unified Diff: src/v8.gyp

Issue 2859203002: [string] Move String.p.toLowerCase to CSA (Closed)
Patch Set: Address comments Created 3 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/intl.cc ('k') | test/mjsunit/string-case.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 0a425c7e59b4f16780bcef5036e86d056d709b05..f8dfd1110c11cf786c78a61f202cdcae03dee3a1 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -532,6 +532,7 @@
'builtins/builtins-string.cc',
'builtins/builtins-string-gen.cc',
'builtins/builtins-intl.cc',
+ 'builtins/builtins-intl-gen.cc',
'builtins/builtins-symbol.cc',
'builtins/builtins-symbol-gen.cc',
'builtins/builtins-typedarray.cc',
@@ -1840,6 +1841,7 @@
}, { # v8_enable_i18n_support==0
'sources!': [
'builtins/builtins-intl.cc',
+ 'builtins/builtins-intl-gen.cc',
'intl.cc',
'intl.h',
'objects/intl-objects.cc',
« no previous file with comments | « src/intl.cc ('k') | test/mjsunit/string-case.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698