Skip to content

Commit

Permalink
Use all_dependent_settings to apply libc++ flags.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
earthdok@chromium.org committed Jun 18, 2014
1 parent 5c498d0 commit 1003d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/libc++/libc++.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit 1003d75

Please sign in to comment.