summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
Diffstat (limited to 'skia')
-rw-r--r--skia/skia.gyp8
1 files changed, 8 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 81eb057..4482b8b 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -767,9 +767,16 @@
'include_dirs': [
'config/win',
],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ 'config/win',
+ ],
+ },
},],
['OS=="win" and component=="shared_library"', {
'defines': [
+ 'GR_DLL',
+ 'GR_IMPLEMENTATION=1',
'SKIA_DLL',
'SKIA_IMPLEMENTATION=1',
],
@@ -782,6 +789,7 @@
],
'direct_dependent_settings': {
'defines': [
+ 'GR_DLL',
'SKIA_DLL',
],
},