Chromium Code Reviews| Index: chrome/chrome.isolate |
| diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate |
| index 34aef0982e443c205e96a2952da2df1e977d34df..f6e18d533bed8ac0f0fb3c77d2c01cfb1d5324bf 100644 |
| --- a/chrome/chrome.isolate |
| +++ b/chrome/chrome.isolate |
| @@ -123,6 +123,13 @@ |
| ], |
| }, |
| }], |
| + ['kasko==1', { |
|
M-A Ruel
2015/05/01 20:17:24
I'd still prefer to gate it also on OS=="win", in
|
| + 'variables': { |
| + 'files': [ |
| + '<(PRODUCT_DIR)/kasko.dll', |
| + ], |
| + }, |
| + }], |
| ], |
| 'includes': [ |
| '../base/base.isolate', |