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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 10451068: Fixing gcc 4.7 building problems. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Wrap unisdt.h using OS_POSIX macro Created 8 years, 6 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 | « ui/gfx/skia_utils_gtk.cc ('k') | webkit/plugins/ppapi/ppb_flash_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_glue.gypi
diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
index d2fca69098024d617a0eceef1e719eed9c06d908..ec6f58bc1c10a2ba69f54576a6e9e0b8df7b3d91 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -12,6 +12,12 @@
}],
],
},
+ 'target_defaults': {
+ # Disable narrowing-conversion-in-initialization-list warnings in that we
+ # do not want to fix it in data file "webcursor_gtk_data.h".
+ 'cflags+': ['-Wno-narrowing'],
+ 'cflags_cc+': ['-Wno-narrowing'],
+ },
'targets': [
{
'target_name': 'webkit_resources',
« no previous file with comments | « ui/gfx/skia_utils_gtk.cc ('k') | webkit/plugins/ppapi/ppb_flash_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698