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

Unified Diff: gyp/codec.gyp

Issue 1774503004: Update android_make to support both --gcc and --clang options. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove comment Created 4 years, 9 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 | gyp/common_conditions.gypi » ('j') | gyp/freetype.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/codec.gyp
diff --git a/gyp/codec.gyp b/gyp/codec.gyp
index e96aaed9d5a5b9d04226298c506bc96724678b1d..e91a3e55fa732670013dbc401b560251572f54bc 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -22,9 +22,13 @@
'libpng.gyp:libpng',
'libwebp.gyp:libwebp',
],
- 'cflags':[
- # FIXME: This gets around a warning: "Argument might be clobbered by longjmp".
- '-Wno-clobbered -Wno-error',
+ 'conditions' : [
+ [ 'skia_clang_build == 0', {
+ 'cflags':[
+ # FIXME: This gets around a warning: "Argument might be clobbered by longjmp".
+ '-Wno-clobbered -Wno-error'',
+ ],
+ }],
],
'include_dirs': [
'../include/codec',
« no previous file with comments | « no previous file | gyp/common_conditions.gypi » ('j') | gyp/freetype.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698