| Index: Source/bindings/bindings.gyp
|
| diff --git a/Source/bindings/bindings.gyp b/Source/bindings/bindings.gyp
|
| index 01f601ec1ba434ad83c50ce41b68774b33f15f33..2d3a769e5b0d58c40825afa2a1012d2f11128064 100644
|
| --- a/Source/bindings/bindings.gyp
|
| +++ b/Source/bindings/bindings.gyp
|
| @@ -29,10 +29,6 @@
|
| #
|
|
|
| {
|
| - 'variables': {
|
| - # TODO: temporary variable until we've switched from v8-i18n to v8's i18n support.
|
| - 'v8_enable_i18n_support%': 0,
|
| - },
|
| 'includes': [
|
| '../WebKit/chromium/WinPrecompile.gypi',
|
| 'bindings.gypi',
|
| @@ -84,14 +80,6 @@
|
| '<@(bindings_files)',
|
| ],
|
| 'conditions': [
|
| - ['v8_enable_i18n_support==0', {
|
| - 'dependencies': [
|
| - '<(DEPTH)/third_party/v8-i18n/build/all.gyp:v8-i18n',
|
| - ],
|
| - 'defines': [
|
| - 'USE_I18N_EXTENSION',
|
| - ],
|
| - }],
|
| ['OS=="win"', {
|
| # In generated bindings code: 'switch contains default but no case'.
|
| # Disable c4267 warnings until we fix size_t to int truncations.
|
|
|