Index: chrome/unit_tests.isolate |
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate |
index a546e732f4ef60f8a8fe9af887ee03884cd127e9..526b2e30cc232c16fbf68159c4bbca999492f6e1 100644 |
--- a/chrome/unit_tests.isolate |
+++ b/chrome/unit_tests.isolate |
@@ -103,7 +103,6 @@ |
'variables': { |
'isolate_dependency_tracked': [ |
'<(PRODUCT_DIR)/ffmpegsumo.dll', |
- '<(PRODUCT_DIR)/icudt.dll', |
], |
'isolate_dependency_untracked': [ |
'../ppapi/lib/gl/include/KHR/', |
@@ -113,4 +112,7 @@ |
}, |
}], |
], |
+ 'includes': [ |
+ '../third_party/icu/icu.isolate', |
+ ], |
} |