Home
last modified time | relevance | path

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

/third_party/cef/tools/automate/
Dautomate-git.py153 def get_git_hash(path, branch): function
423 compat_commit = get_git_hash(chromium_src_dir, compat_version)
430 compat_commit = get_git_hash(chromium_src_dir, compat_version)
461 target_commit = get_git_hash(chromium_src_dir, target_version)
1191 cef_current_hash = get_git_hash(cef_dir, 'HEAD')
1197 cef_desired_hash = get_git_hash(cef_dir, cef_checkout)
1324 chromium_current_hash = get_git_hash(chromium_src_dir, 'HEAD')
1325 chromium_desired_hash = get_git_hash(chromium_src_dir, chromium_checkout)