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

Unified Diff: gyp/common_conditions.gypi

Issue 1343193005: skia: Add support for ANGLE on linux (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: remove newline Created 5 years, 3 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
Index: gyp/common_conditions.gypi
diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi
index 44220a3bfd8e6834542231d2935c397cf4060681..ad3ad1ce7c4e22d666bc22ae75daf1f5849b987e 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -250,6 +250,17 @@
'-m32',
],
}],
+ [ 'skia_angle == 1' , {
+ 'cflags!': [
+ '-fstrict-aliasing',
mtklein 2015/09/21 13:02:57 Can we not just turn off this stuff for ANGLE? An
+ ],
+ 'cflags_cc!': [
+ '-Wnon-virtual-dtor',
+ ],
+ 'cflags_cc': [
+ '-Wunknown-pragmas -Wno-error=unknown-pragmas',
+ ],
+ }],
],
}],
[ 'skia_warnings_as_errors', {
« gyp/common.gypi ('K') | « gyp/common.gypi ('k') | gyp/common_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698