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

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
 

Function Documentation

◆ IsPristine()

def roll_boringssl.IsPristine (   repo)
Returns True if a git checkout is pristine.

◆ main()

def roll_boringssl.main ( void  )

◆ RevParse()

def roll_boringssl.RevParse (   repo,
  rev 
)
Resolves a string to a git commit.

◆ UpdateDEPS()

def roll_boringssl.UpdateDEPS (   deps,
  from_hash,
  to_hash 
)
Updates all references of |from_hash| to |to_hash| in |deps|.

Variable Documentation

◆ BORINGSSL_PATH

roll_boringssl.BORINGSSL_PATH = os.path.join(SRC_PATH, 'third_party', 'boringssl')

◆ BORINGSSL_SRC_PATH

roll_boringssl.BORINGSSL_SRC_PATH = os.path.join(BORINGSSL_PATH, 'src')

◆ DEPS_PATH

roll_boringssl.DEPS_PATH = os.path.join(SRC_PATH, 'DEPS')

◆ GENERATED_FILES

list roll_boringssl.GENERATED_FILES
Initial value:
1 = [
2  'BUILD.generated.gni',
3  'BUILD.generated_tests.gni',
4  'err_data.c',
5 ]

◆ SCRIPT_PATH

roll_boringssl.SCRIPT_PATH = os.path.abspath(__file__)

◆ SRC_PATH

roll_boringssl.SRC_PATH = os.path.dirname(os.path.dirname(os.path.dirname(SCRIPT_PATH)))