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

Unified Diff: trunk/gyp/common_conditions.gypi

Issue 14620020: add direct_dependencies for picture_utils, and add cflags_cc for android's gypi (Closed) Base URL: http://skia.googlecode.com/svn/
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 | « no previous file | trunk/gyp/tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/gyp/common_conditions.gypi
===================================================================
--- trunk/gyp/common_conditions.gypi (revision 9149)
+++ trunk/gyp/common_conditions.gypi (working copy)
@@ -311,10 +311,12 @@
'cflags': [
'-Wall',
'-fno-exceptions',
- '-fno-rtti',
'-fstrict-aliasing',
'-fuse-ld=gold',
],
+ 'cflags_cc': [
+ '-fno-rtti',
+ ],
'conditions': [
[ 'skia_warnings_as_errors', {
'cflags': [
« no previous file with comments | « no previous file | trunk/gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698