webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions | Variables
update_clang.py File Reference

Namespaces

 update_clang
 

Functions

def update_clang.DownloadFile (url, path)
 
def update_clang.main (args)
 

Variables

string update_clang.CLANG_REVISION = "280106"
 
string update_clang.CLANG_SUB_REVISION = "1"
 
string update_clang.PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION, CLANG_SUB_REVISION)
 
 update_clang.LLVM_BUILD_DIR = os.path.join(os.path.dirname(__file__), "llvm-build")
 
 update_clang.STAMP_FILE = os.path.join(LLVM_BUILD_DIR, "cr_build_revision")
 
string update_clang.CDS_URL = "https://commondatastorage.googleapis.com/chromium-browser-clang"