X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftools%2Fgn%2Fcommand_desc.cc;h=ccce001e9666280a02f9f3e0b8a6a619dcd2e569;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=f89ea414b9f79ce76ec30cf02858e33939b8ede4;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/tools/gn/command_desc.cc b/src/tools/gn/command_desc.cc index f89ea41..ccce001 100644 --- a/src/tools/gn/command_desc.cc +++ b/src/tools/gn/command_desc.cc @@ -10,6 +10,7 @@ #include "tools/gn/commands.h" #include "tools/gn/config.h" #include "tools/gn/config_values_extractors.h" +#include "tools/gn/deps_iterator.h" #include "tools/gn/filesystem_utils.h" #include "tools/gn/item.h" #include "tools/gn/label.h" @@ -17,6 +18,7 @@ #include "tools/gn/standard_out.h" #include "tools/gn/substitution_writer.h" #include "tools/gn/target.h" +#include "tools/gn/variables.h" namespace commands { @@ -49,13 +51,8 @@ void RecursiveCollectDeps(const Target* target, std::set