| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 28026ae8a98ed1b2de57dd3952f7b5a0cd6dbec3..fdb8ed214bf801b446638ccbae188eca4783ca5f 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -2871,7 +2871,7 @@
|
| ['include', '^browser/printing/print_dialog_gtk.h'],
|
| ],
|
| }],
|
| - ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android" and gcc_version == 45', {
|
| + ['gcc_version == 45', {
|
| # Avoid gcc 4.5 miscompilation of template_url.cc
|
| # as per http://crbug.com/41887
|
| 'cflags': [
|
|
|