Home | History | Annotate | Download | only in scripts

Lines Matching defs:Module

244 class Module:
326 for module in releaseConfig.getModules():
327 print " Processing module %s" % module.name
328 module.make(packageBuildInfo)
347 # Module declarations
352 BASE = Module("Base", [
389 DOCUMENTATION = Module("Documentation", [
394 GLSHARED = Module("Shared GL Tests", [
403 GLES2 = Module("GLES2", [
409 GLES3 = Module("GLES3", [
415 GLES31 = Module("GLES31", [
421 EGL = Module("EGL", [
425 INTERNAL = Module("Internal", [
430 EXTERNAL_SRCS = Module("External sources", [
434 ANDROID_BINARIES = Module("Android Binaries", [
447 LINUX_X32_COMMON_BINARIES = Module("Linux x32 Common Binaries", [
453 LINUX_X64_COMMON_BINARIES = Module("Linux x64 Common Binaries", [
459 # Special module to remove src dir, for example after binary build
460 REMOVE_SOURCES = Module("Remove sources from package", [