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

Unified Diff: gyp/common_conditions.gypi

Issue 1395783003: skia: Add ANGLE support on Mac (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 2 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 | « gyp/common.gypi ('k') | include/views/SkOSWindow_Mac.h » ('j') | 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 a06fcb77c1bff3ba02ce573bdf3949f56bd6ce9c..8d1b2cfa1ded46f35c0bbfbbb872d72ad25c3967 100644
--- a/gyp/common_conditions.gypi
+++ b/gyp/common_conditions.gypi
@@ -463,7 +463,10 @@
[ 'skia_os == "mac"',
{
- 'defines': [ 'SK_BUILD_FOR_MAC' ],
+ 'defines': [
+ 'SK_BUILD_FOR_MAC',
+ 'YY_NO_INPUT', # ANGLE for mac hits -Wunneeded-internal-declaration if this isn't set.
bsalomon 2015/10/23 16:18:20 Is it possible to specify this only for the angle
+ ],
'configurations': {
'Coverage': {
'xcode_settings': {
« no previous file with comments | « gyp/common.gypi ('k') | include/views/SkOSWindow_Mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698