diff options
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia_common.gypi | 5 |
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', |