DescriptionAllow directories for GN data lists.
Allow the members of the "data" variable in GN targets to be either files or directories. This means storing them as strings rather than SourceFile objects, and rebasing as necessary. The documentation is updated accordingly.
Added a move constructor for OutputFile. While move constructors are discouraged, OutputFile is just a wrapper around a std::string for type checking, and I think this is in the spirit of things.
Committed: https://crrev.com/e903c0f86b126b25fedaa0439230da1576aeb476
Cr-Commit-Position: refs/heads/master@{#332712}
Patch Set 1 #
Total comments: 1
Patch Set 2 : add dir test #
Messages
Total messages: 17 (6 generated)
|