Lines Matching refs:chrome_src_dir
63 chrome_src_dir = os.path.join(args.chrome_dir, 'src')
65 if not os.path.isdir(chrome_src_dir):
66 sys.exit(chrome_src_dir + ' is not a directory.')
96 subprocess.check_call(['git', 'fetch'], cwd=chrome_src_dir)
99 error.cmd, chrome_src_dir))
103 cwd=chrome_src_dir)
106 error.cmd, chrome_src_dir))
112 cwd=chrome_src_dir)
115 error.cmd, chrome_src_dir))
119 subprocess.check_call([gclient, 'runhooks'], cwd=chrome_src_dir)
122 error.returncode, error.cmd, chrome_src_dir))
131 gn = os.path.join(chrome_src_dir, 'buildtools', platform, gn)
135 cwd=chrome_src_dir)
138 error.returncode, error.cmd, chrome_src_dir))
143 cwd=chrome_src_dir)
146 error.cmd, chrome_src_dir))
148 shared_lib_src_dir = os.path.join(chrome_src_dir, chrome_target_dir_rel)