(self, build_path, *comps)
| 989 | return '\n'.join(args_gn_lines) |
| 990 | |
| 991 | def ToAbsPath(self, build_path, *comps): |
| 992 | return self.PathJoin(self.chromium_src_dir, |
| 993 | self.ToSrcRelPath(build_path), |
| 994 | *comps) |
| 995 | |
| 996 | def ToSrcRelPath(self, path): |
| 997 | """Returns a relative path from the top of the repo.""" |