diff options
author | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-18 15:33:48 +0000 |
---|---|---|
committer | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-18 15:33:48 +0000 |
commit | 1003d757ad09f42cf31ca140e785fce079c4fb83 (patch) | |
tree | e5646b924e16607e69366dedb48df4393c7b0695 /third_party/libc++ | |
parent | 5c498d003e50a503072ab39a5af996b9d5282f84 (diff) | |
download | chromium_src-1003d757ad09f42cf31ca140e785fce079c4fb83.zip chromium_src-1003d757ad09f42cf31ca140e785fce079c4fb83.tar.gz chromium_src-1003d757ad09f42cf31ca140e785fce079c4fb83.tar.bz2 |
Use all_dependent_settings to apply libc++ flags.
With direct_dependent_settings, the flags fail to propagate to certain targets.
BUG=366570
R=glider@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/340583002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278090 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libc++')
-rw-r--r-- | third_party/libc++/libc++.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libc++/libc++.gyp b/third_party/libc++/libc++.gyp index 0e6fbe4..d26d06e 100644 --- a/third_party/libc++/libc++.gyp +++ b/third_party/libc++/libc++.gyp @@ -19,7 +19,7 @@ # Don't add this target to the dependencies of targets with type=none. 'link_dependency': 1, }, - 'direct_dependent_settings': { + 'all_dependent_settings': { 'target_conditions': [ ['_type!="none"', { 'include_dirs': [ |