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

Unified Diff: platform_tools/android/gyp/dependencies.gypi

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/libwebp.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/gyp/dependencies.gypi
===================================================================
--- platform_tools/android/gyp/dependencies.gypi (revision 9157)
+++ platform_tools/android/gyp/dependencies.gypi (working copy)
@@ -25,9 +25,6 @@
'../third_party/cpufeatures/cpu-features.c',
'../third_party/cpufeatures/cpu-features.h',
],
- 'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
- ],
},
{
'target_name': 'expat',
@@ -48,9 +45,6 @@
'-fexceptions',
'-DHAVE_EXPAT_CONFIG_H',
],
- 'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
- ],
'direct_dependent_settings': {
'include_dirs': [
'../third_party/externals/expat/lib', # For expat.h
@@ -73,7 +67,6 @@
'-DHAVE_CONFIG_H',
],
'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
'-Wall',
],
'direct_dependent_settings': {
@@ -111,7 +104,6 @@
'-fvisibility=hidden',
],
'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
'-Wall',
],
'link_settings': {
@@ -188,7 +180,6 @@
'-DANDROID_TILE_BASED_DECODE',
],
'cflags!': [
- '-fno-rtti', # supresses warnings about invalid option of non-C++ code
'-Wall',
],
'direct_dependent_settings': {
« no previous file with comments | « gyp/libwebp.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698