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

Unified Diff: gyp/common_conditions.gypi

Issue 1376803003: skia: roll ANGLE and remove compile flags (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: 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
« no previous file with comments | « DEPS ('k') | 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 60020ed23a619de4664302b174b93e0803f4db8f..54fa54345ec1d18468a5eef84dd0c20963b02864 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -250,17 +250,6 @@
'-m32',
],
}],
- [ 'skia_angle == 1' , {
- 'cflags!': [
- '-fstrict-aliasing',
- ],
- 'cflags_cc!': [
- '-Wnon-virtual-dtor',
- ],
- 'cflags_cc': [
- '-Wno-unknown-pragmas',
- ],
- }],
],
}],
[ 'skia_warnings_as_errors', {
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698