Chromium Code Reviews| Index: chrome/unit_tests.isolate |
| diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate |
| index 33821eb7d36d848c0fa8b9c455b7dba35d222e89..d958cffaa3941600ae0da6a68e50bbe0779c337a 100644 |
| --- a/chrome/unit_tests.isolate |
| +++ b/chrome/unit_tests.isolate |
| @@ -153,6 +153,13 @@ |
| ], |
| }, |
| }], |
| + ['OS=="win" and kasko==1', { |
|
csharp
2015/05/04 15:16:04
This should probably move up a bit to be with the
|
| + 'variables': { |
| + 'files': [ |
| + '<(PRODUCT_DIR)/kasko.dll', |
| + ], |
| + }, |
| + }], |
| ], |
| 'includes': [ |
| '../base/base.isolate', |