webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions | Variables
update_clang Namespace Reference

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"
 

Function Documentation

◆ DownloadFile()

def update_clang.DownloadFile (   url,
  path 
)
DownloadFile fetches |url| to |path|.

◆ main()

def update_clang.main (   args)

Variable Documentation

◆ CDS_URL

string update_clang.CDS_URL = "https://commondatastorage.googleapis.com/chromium-browser-clang"

◆ CLANG_REVISION

string update_clang.CLANG_REVISION = "280106"

◆ CLANG_SUB_REVISION

string update_clang.CLANG_SUB_REVISION = "1"

◆ LLVM_BUILD_DIR

update_clang.LLVM_BUILD_DIR = os.path.join(os.path.dirname(__file__), "llvm-build")

◆ PACKAGE_VERSION

string update_clang.PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION, CLANG_SUB_REVISION)

◆ STAMP_FILE

update_clang.STAMP_FILE = os.path.join(LLVM_BUILD_DIR, "cr_build_revision")