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

Namespaces

 common
 

Functions

def common.top_level_path (args)
 
def common.set_build_types (new_build_types)
 
def common.library_build_path (args)
 
def common.binary_build_path (args)
 
def common.get_build_path (fatal=True)
 
def common.build_path (args)
 
def common.pkg_config_file_variable (package, variable)
 
def common.prefix_of_pkg_config_file (package)
 
def common.parse_output_lines (fd, parse_line_callback)
 

Variables

 common.top_level_dir = None
 
 common.build_dir = None
 
 common.library_build_dir = None
 
 common.binary_build_dir = None
 
tuple common.build_types = ('Release', 'Debug')