summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-24 12:34:31 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-24 12:34:31 +0000
commitd608d36ea11dcb2284f17048483cc271bec43458 (patch)
treec29534e3a94fb76020c7eb490992a6d3ca756ac8 /build/common.gypi
parentc8252d4a18cf50c07ce68fb737b73e103dc1ef52 (diff)
downloadchromium_src-d608d36ea11dcb2284f17048483cc271bec43458.zip
chromium_src-d608d36ea11dcb2284f17048483cc271bec43458.tar.gz
chromium_src-d608d36ea11dcb2284f17048483cc271bec43458.tar.bz2
Turn on i18n support in V8.
The switch from the v8-i18n extension to the built-in support is done in blink. BUG=v8:2745 R=danno@chromium.org Review URL: https://chromiumcodereview.appspot.com/19369003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213418 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index a21d812..2b851d4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1105,6 +1105,9 @@
# Turns on compiler optimizations in V8 in Debug build.
'v8_optimized_debug': 1,
+ # Turns on the i18n support in V8.
+ 'v8_enable_i18n_support': 1,
+
'conditions': [
# The version of GCC in use, set later in platforms that use GCC and have
# not explicitly chosen to build with clang. Currently, this means all