forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make running gn format unittests from anywhere work
This "works" but has two drawbacks: - Relies on a 2-deep output directory which is true for gyp, but not necessarily for gn (though I'm pretty sure other things are broken for that case too). - calls SetCurrentDirectory which is kind of icky. At first I tried setting an absolute path for loading the .golden file which was OK, but then it got messy to create the //gn path. R=dpranke@chromium.org BUG=443813 Review URL: https://codereview.chromium.org/818623002 Cr-Commit-Position: refs/heads/master@{#309277}
- Loading branch information
Showing
1 changed file
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters