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

Unified Diff: gyp/common_conditions.gypi

Issue 394263002: Remove outdated compiler restrictions. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/common_conditions.gypi
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index b1ce5fca6fedcd75564fb5769d4dc26023eba533..b7f439425740cbd4e240351b5fc2c1650a23264a 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -183,6 +183,7 @@
'-Winit-self',
'-Wpointer-arith',
+ '-Wno-c++11-extensions',
'-Wno-unused-parameter',
],
'cflags_cc': [
@@ -211,12 +212,6 @@
}],
],
}],
- [ 'skia_android_framework==0', {
- 'cflags': [
- # This flag is not supported by Android build system.
- '-Wno-c++11-extensions',
- ],
- }],
[ 'skia_warnings_as_errors', {
'cflags': [
'-Werror',
@@ -337,8 +332,6 @@
'-mthumb',
'-mfpu=neon',
'-mfloat-abi=softfp',
- # This flag is not supported by Android build system.
- '-Wno-c++11-extensions',
'-fno-exceptions',
'-fstrict-aliasing',
# Remove flags to turn on warnings, since most people building Android
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698