| D | roll.py | 3 # Use of this source code is governed by a BSD-style license that can be 43 'third_party/freetype-android', 44 'third_party/harfbuzz-ng', 47 'third_party/jsr-305', 92 def rev(source_dir, dest_dir, dirs_to_rev, name, revision_file=None): function 101 system(["git", "rm", "-r", d], cwd=dest_dir) 107 files = system(["git", "ls-files", d], cwd=source_dir).splitlines() 116 system(["mkdir", "-p", os.path.dirname(dest_path)], cwd=source_dir) 123 src_commit = system(["git", "rev-parse", "HEAD"], cwd=source_dir).strip() 136 parser.add_argument("--mojo-dir", type=str) [all …]
|