Chromium Code Reviews| Index: chrome/unit_tests.isolate |
| diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate |
| index 03c0be9f9ade80473c20df4cf7fb946103c6354c..9d0da248160b901e402f951daca1844973757550 100644 |
| --- a/chrome/unit_tests.isolate |
| +++ b/chrome/unit_tests.isolate |
| @@ -122,6 +122,6 @@ |
| }], |
| ], |
| 'includes': [ |
| - '../third_party/icu/icu.isolate', |
|
csharp
2014/04/04 17:17:10
I don't see icu.isolate getting modified in this c
M-A Ruel
2014/04/04 17:20:51
Oh, sadly it is in a separate repo, that's why I m
csharp
2014/04/04 17:27:34
:(
|
| + '../base/base.isolate', |
| ], |
| } |