|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
| def | IsPristine (repo) |
| def | RevParse (repo, rev) |
| def | UpdateDEPS (deps, from_hash, to_hash) |
| def | main () |
Variables | |
| SCRIPT_PATH = os.path.abspath(__file__) | |
| SRC_PATH = os.path.dirname(os.path.dirname(os.path.dirname(SCRIPT_PATH))) | |
| DEPS_PATH = os.path.join(SRC_PATH, 'DEPS') | |
| BORINGSSL_PATH = os.path.join(SRC_PATH, 'third_party', 'boringssl') | |
| BORINGSSL_SRC_PATH = os.path.join(BORINGSSL_PATH, 'src') | |
| list | GENERATED_FILES |
| def roll_boringssl.IsPristine | ( | repo | ) |
Returns True if a git checkout is pristine.
| def roll_boringssl.main | ( | void | ) |
| def roll_boringssl.RevParse | ( | repo, | |
| rev | |||
| ) |
Resolves a string to a git commit.
| def roll_boringssl.UpdateDEPS | ( | deps, | |
| from_hash, | |||
| to_hash | |||
| ) |
Updates all references of |from_hash| to |to_hash| in |deps|.
| roll_boringssl.BORINGSSL_PATH = os.path.join(SRC_PATH, 'third_party', 'boringssl') |
| roll_boringssl.BORINGSSL_SRC_PATH = os.path.join(BORINGSSL_PATH, 'src') |
| roll_boringssl.DEPS_PATH = os.path.join(SRC_PATH, 'DEPS') |
| list roll_boringssl.GENERATED_FILES |
| roll_boringssl.SCRIPT_PATH = os.path.abspath(__file__) |
| roll_boringssl.SRC_PATH = os.path.dirname(os.path.dirname(os.path.dirname(SCRIPT_PATH))) |
1.8.13