Searched refs:cef_dir (Results 1 – 8 of 8) sorted by relevance
/third_party/cef/tools/ |
D | make_distrib.py | 182 src_gtest_dir = os.path.join(cef_dir, 'tools', 'distrib', 'gtest') 210 os.path.join(cef_dir, 'tests', 'gtest', 'teamcity'), 233 def eval_transfer_file(cef_dir, script_dir, transfer_cfg, output_dir, quiet): argument 244 src = os.path.join(cef_dir, cfg['source']) 272 def transfer_files(cef_dir, script_dir, transfer_cfg_dir, mode, output_dir, argument 276 eval_transfer_file(cef_dir, script_dir, transfer_cfg, output_dir, quiet) 279 eval_transfer_file(cef_dir, script_dir, transfer_cfg, output_dir, quiet) 324 result = exec_cmd(cmdline, os.path.join(cef_dir, 'tools')) 343 result = exec_cmd(cmdline, os.path.join(cef_dir, 'tools')) 393 run(cmdline, os.path.join(cef_dir, 'tools')) [all …]
|
D | gclient_hook.py | 16 cef_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir)) variable 18 src_dir = os.path.abspath(os.path.join(cef_dir, os.pardir)) 33 RunAction(cef_dir, cmd) 37 RunAction(cef_dir, cmd)
|
D | patcher.py | 19 cef_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir)) variable 20 cef_patch_dir = os.path.join(cef_dir, 'patch') 21 src_dir = os.path.abspath(os.path.join(cef_dir, os.pardir))
|
D | gypi_to_gn.py | 107 cef_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir)) variable 108 src_dir = os.path.abspath(os.path.join(cef_dir, os.pardir))
|
D | make_cmake.py | 14 cef_dir = os.path.abspath(os.path.join(script_dir, os.pardir)) variable 38 abspath = os.path.join(cef_dir, path) 232 path = os.path.join(cef_dir, source + '.gypi')
|
D | patch_updater.py | 135 cef_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir)) variable 136 src_dir = os.path.abspath(os.path.join(cef_dir, os.pardir)) 142 patch_dir = os.path.join(cef_dir, 'patch')
|
D | gn_args.py | 71 cef_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir)) variable 73 src_dir = os.path.abspath(os.path.join(cef_dir, os.pardir))
|
/third_party/cef/tools/automate/ |
D | automate-git.py | 276 patch_file = os.path.join(cef_dir, 'patch', 'patches', name) 279 patch_tool = os.path.join(cef_dir, 'tools', 'patcher.py') 410 compat_path = os.path.join(cef_dir, 'CHROMIUM_BUILD_COMPATIBILITY.txt') 1076 cef_dir = cef_src_dir variable 1078 cef_dir = os.path.join(download_dir, 'cef') variable 1147 if options.forceclean and os.path.exists(cef_dir): 1148 delete_directory(cef_dir) 1151 if os.path.exists(cef_dir) and not is_git_checkout(cef_dir): 1152 raise Exception("Not a valid CEF Git checkout: %s" % (cef_dir)) 1160 if not options.nocefupdate and os.path.exists(cef_dir): [all …]
|