diff options
author | bungeman@chromium.org <bungeman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-13 20:30:34 +0000 |
---|---|---|
committer | bungeman@chromium.org <bungeman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-13 20:30:34 +0000 |
commit | 48ad011da744e7445ac139393a1039c5260173f0 (patch) | |
tree | ac5a84c3e3c45e70eab5094baafe11e81f2ac7b3 /skia | |
parent | e5cf6c50951297fbc9a88d703d078873fe2696b6 (diff) | |
download | chromium_src-48ad011da744e7445ac139393a1039c5260173f0.zip chromium_src-48ad011da744e7445ac139393a1039c5260173f0.tar.gz chromium_src-48ad011da744e7445ac139393a1039c5260173f0.tar.bz2 |
Change direct_dependent_settings to all in skia_common.gypi.
One would prefer this to remain direct_dependent_settings,
however there currently is no means to enforce that direct dependents
re-export if they include Skia headers in their public headers.
R=robertphillips@google.com
Review URL: https://codereview.chromium.org/71583004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234891 0039d316-1c4b-4281-b951-d872f2087c98
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', |