Searched refs:gn_path (Results 1 – 2 of 2) sorted by relevance
17 gn_path = 'buildtools/linux64/gn' if 'linux' in sys.platform else \ variable21 sha1 = open(gn_path + '.sha1').read().strip()30 if sha1_of_file(gn_path) != sha1:31 with open(gn_path, 'wb') as f:34 os.chmod(gn_path, stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR |38 gn_copy_path = os.path.join('bin', os.path.basename(gn_path))40 shutil.copy(gn_path, gn_copy_path)
901 gn_path = self.PathJoin(self.chromium_src_dir, 'buildtools', subdir, exe)903 return [gn_path, subcommand, path] + list(args)