| Index: third_party/WebKit/Source/core/core.gyp
|
| diff --git a/third_party/WebKit/Source/core/core.gyp b/third_party/WebKit/Source/core/core.gyp
|
| index a836ea0d87dfeba2cd158391e62214832a8c82b2..f417d399d3c1c46fc63105d58a9af68de87dc84b 100644
|
| --- a/third_party/WebKit/Source/core/core.gyp
|
| +++ b/third_party/WebKit/Source/core/core.gyp
|
| @@ -828,10 +828,6 @@
|
| 'layout/LayoutThemeMac.mm',
|
| ],
|
| }],
|
| - ['OS == "android" and target_arch == "ia32" and gcc_version == 46', {
|
| - # Due to a bug in gcc 4.6 in android NDK, we get warnings about uninitialized variable.
|
| - 'cflags': ['-Wno-uninitialized'],
|
| - }],
|
| ['OS != "linux"', {
|
| 'sources!': [
|
| 'layout/LayoutThemeLinux.cpp',
|
|
|