Revision f230a1cf deps/v8/src/d8.gyp

View differences:

deps/v8/src/d8.gyp
31 31
    'console%': '',
32 32
    # Enable support for Intel VTune. Supported on ia32/x64 only
33 33
    'v8_enable_vtunejit%': 0,
34
    'v8_enable_i18n_support%': 0,
34
    'v8_enable_i18n_support%': 1,
35 35
  },
36 36
  'includes': ['../build/toolchain.gypi', '../build/features.gypi'],
37 37
  'targets': [
......
81 81
        }],
82 82
        ['v8_enable_i18n_support==1', {
83 83
          'dependencies': [
84
            '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
85
            '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
84
            '<(icu_gyp_path):icui18n',
85
            '<(icu_gyp_path):icuuc',
86 86
          ],
87 87
        }],
88 88
        ['OS=="win" and v8_enable_i18n_support==1', {
89 89
          'dependencies': [
90
            '<(DEPTH)/third_party/icu/icu.gyp:icudata',
90
            '<(icu_gyp_path):icudata',
91 91
          ],
92 92
        }],
93 93
      ],

Also available in: Unified diff