webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webkitpy.port.config.Config Class Reference
Inheritance diagram for webkitpy.port.config.Config:

Public Member Functions

def __init__ (self, executive, filesystem, port_implementation=None)
 
def build_directory (self, configuration)
 
def flag_for_configuration (self, configuration)
 
def default_configuration (self)
 

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.port.config.Config.__init__ (   self,
  executive,
  filesystem,
  port_implementation = None 
)

Member Function Documentation

◆ build_directory()

def webkitpy.port.config.Config.build_directory (   self,
  configuration 
)
Returns the path to the build directory for the configuration.

◆ default_configuration()

def webkitpy.port.config.Config.default_configuration (   self)
Returns the default configuration for the user.

Returns the value set by 'set-webkit-configuration', or "Release"
if that has not been set. This mirrors the logic in webkitdirs.pm.

◆ flag_for_configuration()

def webkitpy.port.config.Config.flag_for_configuration (   self,
  configuration 
)

The documentation for this class was generated from the following file: