Chromium Code Reviews| Index: chrome/unit_tests.isolate |
| diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate |
| index 0096f1fd29c749bc305b6f7129f0b17745421fe1..93063da2833ad398dd56363797ba280c103423c3 100644 |
| --- a/chrome/unit_tests.isolate |
| +++ b/chrome/unit_tests.isolate |
| @@ -108,7 +108,8 @@ |
| ['OS=="win"', { |
| 'variables': { |
| 'isolate_dependency_tracked': [ |
| - '<(PRODUCT_DIR)/ffmpegsumo.dll', |
| + '<(PRODUCT_DIR)/chrome_elf.dll', |
| + '<(PRODUCT_DIR)/ffmpegsumo.dll', |
|
robertshield
2014/02/14 16:37:11
is whitespace being added to the end of this line?
csharp
2014/02/14 16:43:58
Done.
|
| ], |
| 'isolate_dependency_untracked': [ |
| '../ppapi/lib/gl/include/KHR/', |