Revision f230a1cf deps/v8/samples/samples.gyp

View differences:

deps/v8/samples/samples.gyp
28 28
{
29 29
  'variables': {
30 30
    'v8_code': 1,
31
    'v8_enable_i18n_support%': 0,
31
    'v8_enable_i18n_support%': 1,
32 32
  },
33 33
  'includes': ['../build/toolchain.gypi', '../build/features.gypi'],
34 34
  'target_defaults': {
......
42 42
    'conditions': [
43 43
      ['v8_enable_i18n_support==1', {
44 44
        'dependencies': [
45
          '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
46
          '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
45
          '<(icu_gyp_path):icui18n',
46
          '<(icu_gyp_path):icuuc',
47 47
        ],
48 48
      }],
49 49
      ['OS=="win" and v8_enable_i18n_support==1', {
50 50
        'dependencies': [
51
          '<(DEPTH)/third_party/icu/icu.gyp:icudata',
51
          '<(icu_gyp_path):icudata',
52 52
        ],
53 53
      }],
54 54
    ],

Also available in: Unified diff