Home
last modified time | relevance | path

Searched refs:cef_dir (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/tools/
Dmake_distrib.py182 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 …]
Dgclient_hook.py16 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)
Dpatcher.py19 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))
Dgypi_to_gn.py107 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))
Dmake_cmake.py14 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')
Dpatch_updater.py135 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')
Dgn_args.py71 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/
Dautomate-git.py276 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 …]