webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
def | DownloadFile (url, path) |
def | main (args) |
Variables | |
string | CLANG_REVISION = "280106" |
string | CLANG_SUB_REVISION = "1" |
string | PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION, CLANG_SUB_REVISION) |
LLVM_BUILD_DIR = os.path.join(os.path.dirname(__file__), "llvm-build") | |
STAMP_FILE = os.path.join(LLVM_BUILD_DIR, "cr_build_revision") | |
string | CDS_URL = "https://commondatastorage.googleapis.com/chromium-browser-clang" |
def update_clang.DownloadFile | ( | url, | |
path | |||
) |
DownloadFile fetches |url| to |path|.
def update_clang.main | ( | args | ) |
string update_clang.CLANG_REVISION = "280106" |
string update_clang.CLANG_SUB_REVISION = "1" |
update_clang.LLVM_BUILD_DIR = os.path.join(os.path.dirname(__file__), "llvm-build") |
string update_clang.PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION, CLANG_SUB_REVISION) |
update_clang.STAMP_FILE = os.path.join(LLVM_BUILD_DIR, "cr_build_revision") |