Chromium Code Reviews| Index: net/net_unittests.isolate |
| diff --git a/net/net_unittests.isolate b/net/net_unittests.isolate |
| index 2e04ea345441949dccaccf12ac53dd15985b3655..96e6517558818e92dcb4c9123607b716a89d495f 100644 |
| --- a/net/net_unittests.isolate |
| +++ b/net/net_unittests.isolate |
| @@ -41,9 +41,11 @@ |
| ['OS=="win"', { |
| 'variables': { |
| 'isolate_dependency_tracked': [ |
|
M-A Ruel
2014/01/07 13:56:46
You should remove the section.
|
| - '<(PRODUCT_DIR)/icudt.dll', |
| ], |
| }, |
| }], |
| ], |
| + 'includes': [ |
| + '../third_party/icu/icu.isolate', |
| + ], |
| } |