Chromium Code Reviews| Index: chrome/breakpad.isolate |
| diff --git a/chrome/breakpad.isolate b/chrome/breakpad.isolate |
| index 4aa76bef93a6a2b21f9d3c05705821e286f5d2a8..100ca1d5447119a1cde4d6309719b5300c72f39e 100644 |
| --- a/chrome/breakpad.isolate |
| +++ b/chrome/breakpad.isolate |
| @@ -23,5 +23,12 @@ |
| ], |
| }, |
| }], |
| + ['OS=="win"', { |
| + 'variables': { |
| + 'files': [ |
| + '<(PRODUCT_DIR)/crashpad_database_util<(EXECUTABLE_SUFFIX)', |
| + ], |
| + }, |
| + }], |
| ], |
| } |