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

Unified Diff: gyp/libwebp.gyp

Issue 15210003: Remove the fno-rtti excluders now that fno-rtti is only passed to c++ files. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 7 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 | « gyp/freetype.gyp ('k') | platform_tools/android/gyp/dependencies.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/libwebp.gyp
===================================================================
--- gyp/libwebp.gyp (revision 9157)
+++ gyp/libwebp.gyp (working copy)
@@ -28,9 +28,6 @@
'../third_party/externals/libwebp/dec/vp8l.c',
'../third_party/externals/libwebp/dec/webp.c',
],
- 'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
- ],
},
{
'target_name': 'libwebp_dsp',
@@ -49,9 +46,6 @@
'../third_party/externals/libwebp/dsp/upsampling_sse2.c',
'../third_party/externals/libwebp/dsp/yuv.c',
],
- 'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
- ],
'conditions': [
['skia_os == "android"', {
'dependencies' : [
@@ -74,7 +68,6 @@
# behavior similar dsp_neon.c.neon in an Android.mk
'cflags!': [
'-mfpu=vfpv3-d16',
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
],
'cflags': [ '-mfpu=neon' ],
},{ # "armv7 != 1"
@@ -106,9 +99,6 @@
'../third_party/externals/libwebp/enc/vp8l.c',
'../third_party/externals/libwebp/enc/webpenc.c',
],
- 'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
- ],
},
{
'target_name': 'libwebp_utils',
@@ -128,9 +118,6 @@
'../third_party/externals/libwebp/utils/thread.c',
'../third_party/externals/libwebp/utils/utils.c',
],
- 'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
- ],
},
{
'target_name': 'libwebp',
« no previous file with comments | « gyp/freetype.gyp ('k') | platform_tools/android/gyp/dependencies.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698