Index: chrome/chrome_dll.gypi |
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi |
index db16fa0dfd08c658d450f8a010d86e5dc3e1b0a0..29d91f67079e6c1708cd4019746928b04f8008b1 100644 |
--- a/chrome/chrome_dll.gypi |
+++ b/chrome/chrome_dll.gypi |
@@ -295,6 +295,9 @@ |
'include_dirs': [ |
'<(grit_out_dir)', |
], |
+ }], |
+ # This step currently fails when using LTO. TODO(pcc): Re-enable. |
+ ['OS=="mac" and use_lto==0', { |
'postbuilds': [ |
{ |
# This step causes an error to be raised if the .order file |