| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 5079ba66a0f16935f665494039841adc81bf38a1..293e06a237cffd6a1e68b59db3c6852372cef9af 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -5278,7 +5278,7 @@
|
| },
|
| ],
|
| }],
|
| - ['os_posix == 1 and OS != "mac" and gcc_version == 45', {
|
| + ['os_posix == 1 and OS != "mac" and OS != "android" and gcc_version == 45', {
|
| # Avoid gcc 4.5 miscompilation of template_url.cc
|
| # as per http://crbug.com/41887
|
| 'cflags': [
|
|
|