Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GN] Fix TargetPath in Visual Studio projects
GN assumes that output_dir is root_build_dir for executables. If that not so, Visual Studio can't find an executable to run and debug. To fix it we are changing TargetPath field from $(ProjectName)$(TargetExt). to exact path to ninja target output. Not sure about chromium, but it makes sense for some standalone configurations R=avakulenko@chromium.org, dpranke@chromium.org Change-Id: Id9ccb7be96cc11f9504f4ea5a6e6117e1c55247b Reviewed-on: https://chromium-review.googlesource.com/852459 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by: Dirk Pranke <dpranke@chromium.org> Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#528626}
- Loading branch information