Index: tools/gyp/v8.gyp |
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp |
index 1cd3407ab44c18e6c1248ca47397397ef7f404a3..36b96d5c0d385cd957b77e7b6aea1ae0f6559f0f 100644 |
--- a/tools/gyp/v8.gyp |
+++ b/tools/gyp/v8.gyp |
@@ -833,9 +833,15 @@ |
'../../src/extensions/i18n/number-format.h', |
], |
'dependencies': [ |
- '<(DEPTH)/third_party/icu/icu.gyp:*', |
+ '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
+ '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
] |
}], |
+ ['OS=="win" and v8_enable_i18n_support==1', { |
+ 'dependencies': [ |
+ '<(DEPTH)/third_party/icu/icu.gyp:icudata', |
+ ], |
+ }], |
], |
}, |
{ |