Reviewers: danno,

Description:
Turn on i18n support by default

BUG=v8:2745
[email protected]

Please review this at https://codereview.chromium.org/23003028/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M build/features.gypi
  M build/standalone.gypi


Index: build/features.gypi
diff --git a/build/features.gypi b/build/features.gypi
index 3c6d25f7587c988b8aec9b81131781903f2e0c0b..5343284dbc987958368807f65a797af134d6a2cf 100644
--- a/build/features.gypi
+++ b/build/features.gypi
@@ -54,7 +54,7 @@

# Enable ECMAScript Internationalization API. Enabling this feature will
     # add a dependency on the ICU library.
-    'v8_enable_i18n_support%': 0,
+    'v8_enable_i18n_support%': 1,
   },
   'target_defaults': {
     'conditions': [
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 5c017d5f5073986935c3502642588c68d435b629..df45c68d479ddfe397a1c4b6a2b551d20a9a6d36 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -36,7 +36,7 @@
     'clang%': 0,
     'visibility%': 'hidden',
     'v8_enable_backtrace%': 0,
-    'v8_enable_i18n_support%': 0,
+    'v8_enable_i18n_support%': 1,
     'msvs_multi_core_compile%': '1',
     'mac_deployment_target%': '10.5',
     'variables': {


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to