Home | History | Annotate | Download | only in Scripts

Lines Matching defs:sources

37     This method parses the WebCoreSources.bkl file, which has a list of all sources not specific
41 sources = {}
62 sources[groupName] = sourcesList
64 return sources
66 def generateWebCoreSourcesGTKAndQT(sources):
70 QT and GTK would have to include the file "WebCore/sources.inc" into their makefiles.
74 for key in sources.keys():
76 for source in sources[key]:
82 for key in sources.keys():
85 outfile = os.path.join(wkroot, "Source", "WebCore", "sources.inc")
90 sources = getWebCoreFilesDict()
91 generateWebCoreSourcesGTKAndQT(sources)