Chromium Code Reviews| Index: chrome/chrome.isolate |
| diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate |
| index 34aef0982e443c205e96a2952da2df1e977d34df..69dc6c86199230754388afe284fea5da39c2b847 100644 |
| --- a/chrome/chrome.isolate |
| +++ b/chrome/chrome.isolate |
| @@ -77,6 +77,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': [ |