Chromium Code Reviews| Index: chrome/chrome.isolate |
| diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate |
| index 43bc605622e9a9bdf9f6a636abc488f2b03db7a7..8bb6d0630a5524cbf0a7b7dac43b1eddb2f3b967 100644 |
| --- a/chrome/chrome.isolate |
| +++ b/chrome/chrome.isolate |
| @@ -73,6 +73,13 @@ |
| ], |
| }, |
| }], |
| + ['OS=="mac" and component=="shared_library"', { |
| + 'variables': { |
| + 'files': [ |
| + '<(PRODUCT_DIR)/libchrome_main_dll.dylib', |
| + ], |
| + }, |
| + }], |
| ['OS=="mac" and asan==1 and fastbuild==0', { |
| 'variables': { |
| 'files': [ |