Index: samples/samples.gyp |
diff --git a/samples/samples.gyp b/samples/samples.gyp |
index be7b9ea696c378a8e5b104422fdb080104841b97..c93deca4f44f35e122e36c578b49382c1f11d157 100644 |
--- a/samples/samples.gyp |
+++ b/samples/samples.gyp |
@@ -42,13 +42,13 @@ |
'conditions': [ |
['v8_enable_i18n_support==1', { |
'dependencies': [ |
- '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
- '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
+ '<(icu_gyp_path):icui18n', |
+ '<(icu_gyp_path):icuuc', |
], |
}], |
['OS=="win" and v8_enable_i18n_support==1', { |
'dependencies': [ |
- '<(DEPTH)/third_party/icu/icu.gyp:icudata', |
+ '<(icu_gyp_path):icudata', |
], |
}], |
], |