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

Functions

def print_landmines ()
 
def main ()
 

Variables

 script_dir = os.path.dirname(os.path.realpath(__file__))
 
 checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir))
 
 distributor = landmine_utils.distributor
 
 gyp_defines = landmine_utils.gyp_defines
 
 gyp_msvs_version = landmine_utils.gyp_msvs_version
 
 platform = landmine_utils.platform
 

Function Documentation

◆ main()

def get_landmines.main ( void  )

◆ print_landmines()

def get_landmines.print_landmines ( )
ALL LANDMINES ARE EMITTED FROM HERE.

Variable Documentation

◆ checkout_root

get_landmines.checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir))

◆ distributor

get_landmines.distributor = landmine_utils.distributor

◆ gyp_defines

get_landmines.gyp_defines = landmine_utils.gyp_defines

◆ gyp_msvs_version

get_landmines.gyp_msvs_version = landmine_utils.gyp_msvs_version

◆ platform

get_landmines.platform = landmine_utils.platform

◆ script_dir

get_landmines.script_dir = os.path.dirname(os.path.realpath(__file__))