| Index: samples/samples.gyp
|
| diff --git a/samples/samples.gyp b/samples/samples.gyp
|
| index cd2d15b4026463b35a36e392eacdc0fb6d3df966..6af37fcc284be18658dcfaccf1ae94c528087dcd 100644
|
| --- a/samples/samples.gyp
|
| +++ b/samples/samples.gyp
|
| @@ -28,6 +28,7 @@
|
| {
|
| 'variables': {
|
| 'v8_code': 1,
|
| + 'v8_enable_i18n_support%': 0,
|
| },
|
| 'includes': ['../build/toolchain.gypi', '../build/features.gypi'],
|
| 'target_defaults': {
|
| @@ -38,6 +39,13 @@
|
| 'include_dirs': [
|
| '../include',
|
| ],
|
| + 'conditions': [
|
| + ['v8_enable_i18n_support==1', {
|
| + 'dependencies': [
|
| + '<(DEPTH)/third_party/icu/icu.gyp:*',
|
| + ],
|
| + }],
|
| + ],
|
| },
|
| 'targets': [
|
| {
|
|
|