Skip to content

Commit

Permalink
Add missing actions to dependency_file feature
Browse files Browse the repository at this point in the history
This fixes the breakage caused by commit 828a9e2
Also modified test to check options for generating dependency file.

--
MOS_MIGRATED_REVID=124441471
  • Loading branch information
meteorcloudy authored and damienmg committed Jun 9, 2016
1 parent 28f03b1 commit cc993c2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,8 @@ private CToolchain addLegacyFeatures(CToolchain toolchain) {
+ " action: 'c++-module-compile'"
+ " action: 'objc-compile'"
+ " action: 'objc++-compile'"
+ " action: 'c++-header-preprocessing'"
+ " action: 'c++-header-parsing'"
+ " expand_if_all_available: 'dependency_file'"
+ " flag_group {"
+ " flag: '-MD'"
Expand Down

0 comments on commit cc993c2

Please sign in to comment.