Chromium Code Reviews| Index: base/base_unittests.isolate |
| diff --git a/base/base_unittests.isolate b/base/base_unittests.isolate |
| index 2e33cc07ce0013a5ac7980403fca85eb9f9af1f4..e5495e30a2196ea5780d79c3cfb123c68b7ea354 100644 |
| --- a/base/base_unittests.isolate |
| +++ b/base/base_unittests.isolate |
| @@ -72,6 +72,13 @@ |
| ], |
| }, |
| }], |
| + ['OS=="win"', { |
| + 'variables': { |
| + 'files': [ |
| + '<(PRODUCT_DIR)/pe_image_test.dll', |
| + ], |
| + }, |
| + }], |
| ], |
| 'includes': [ |
| 'base.isolate', |