Index: samples/samples.gyp |
diff --git a/samples/samples.gyp b/samples/samples.gyp |
index 6af37fcc284be18658dcfaccf1ae94c528087dcd..be7b9ea696c378a8e5b104422fdb080104841b97 100644 |
--- a/samples/samples.gyp |
+++ b/samples/samples.gyp |
@@ -42,7 +42,13 @@ |
'conditions': [ |
['v8_enable_i18n_support==1', { |
'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', |
], |
}], |
], |