summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
Diffstat (limited to 'skia')
-rw-r--r--skia/skia_common.gypi5
1 files changed, 4 insertions, 1 deletions
diff --git a/skia/skia_common.gypi b/skia/skia_common.gypi
index af77047..2e4000f 100644
--- a/skia/skia_common.gypi
+++ b/skia/skia_common.gypi
@@ -39,7 +39,10 @@
}],
],
- 'direct_dependent_settings': {
+ # We would prefer this to be direct_dependent_settings,
+ # however we currently have no means to enforce that direct dependents
+ # re-export if they include Skia headers in their public headers.
+ 'all_dependent_settings': {
'include_dirs': [
'..',
'config',