| Index: chrome/chrome_dll.gypi
|
| diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
|
| index f15884a968538d5fbbe5d11eda706bf5f0e1f518..ef6188778a75ae6d9c4c8a8306d7c6902e7dac67 100644
|
| --- a/chrome/chrome_dll.gypi
|
| +++ b/chrome/chrome_dll.gypi
|
| @@ -304,7 +304,7 @@
|
| ],
|
| }],
|
| # This step currently fails when using LTO. TODO(pcc): Re-enable.
|
| - ['OS=="mac" and use_lto==0 and component=="static_library"', {
|
| + ['OS=="mac" and use_lto==0', {
|
| 'postbuilds': [
|
| {
|
| # This step causes an error to be raised if the .order file
|
|
|