2016-10-17 15:14:07 +00:00
|
|
|
def can_build(platform):
|
2017-10-02 15:01:43 +00:00
|
|
|
return platform != 'iphone'
|
2016-10-17 15:14:07 +00:00
|
|
|
|
|
|
|
def configure(env):
|
2016-10-30 17:44:57 +00:00
|
|
|
pass
|
2017-11-15 18:23:20 +00:00
|
|
|
|
|
|
|
def get_doc_classes():
|
|
|
|
return [
|
|
|
|
"ResourceImporterWebm",
|
|
|
|
"VideoStreamWebm",
|
|
|
|
]
|
|
|
|
|
|
|
|
def get_doc_path():
|
|
|
|
return "doc_classes"
|