Commit 1003d757 authored by earthdok@chromium.org's avatar earthdok@chromium.org

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
parent 5c498d00
......@@ -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': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment