Chromium Code Reviews| Index: chrome/chrome_browser.gypi |
| =================================================================== |
| --- chrome/chrome_browser.gypi (revision 65344) |
| +++ chrome/chrome_browser.gypi (working copy) |
| @@ -4146,8 +4146,8 @@ |
| }, |
| ], |
| }], |
| - ['OS=="linux" and gcc_version==45', { |
| - # Avoid gcc 4.5 miscompilation of template_url.cc |
| + ['OS=="linux" and gxx_version==45', { |
| + # Avoid g++ 4.5 miscompilation of template_url.cc |
| # as per http://crbug.com/41887 |
| 'cflags': [ |
| '-fno-ipa-cp', |