Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/WebKit/Source/core/core.gyp

Issue 1577093002: Remove gcc_version from gyp and gn files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/gcc/gcc_version.gni ('k') | third_party/hunspell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « build/config/gcc/gcc_version.gni ('k') | third_party/hunspell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698