HomeSort by relevance Sort by last modified time
    Searched refs:_default_configuration (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
config_mock.py 35 self._default_configuration = default_configuration
44 return self._default_configuration
config.py 68 self._default_configuration = None
105 if not self._default_configuration:
106 self._default_configuration = self._determine_configuration()
107 if not self._default_configuration:
108 self._default_configuration = 'Release'
109 if self._default_configuration not in self._FLAGS_FROM_CONFIGURATIONS:
111 self._default_configuration)
114 return self._default_configuration

Completed in 18 milliseconds