Lines Matching refs:lists

37 # pathnames.  The generators can provide more keys, the two lists are merged
143 lists of all other files included by the build file.
169 The gyp file is restricted to dictionaries and lists only, and
303 # This recurses into lists so that it can look for dicts.
815 # Find the build file's directory, so commands can be run or file lists
863 # file lists more than once. The cache key contains the command to be
1009 # Leave output alone if it's a list of lists.
1010 # We don't want such lists to be stringified.
1238 # will append "IS_MAC" to both "defines" lists.
1253 # Recurse into child dicts, or process child lists which may result in
1303 'lists only, found ' + expanded.__class__.__name__ + ' at ' + \
1321 the dicts in the "targets" lists.
1453 lists."""
2169 # subsequent dict "merging" once entering a list because lists are
2283 """Process regular expression and exclusion-based filters on lists.
2305 # Look through the dictionary for any lists whose keys end in "!" or "/".
2306 # These are lists that will be treated as exclude lists and regular
2307 # expression-based exclude/include lists. Collect the lists that are
2308 # needed first, looking for the lists that they operate on, and assemble
2309 # then into |lists|. This is done in a separate loop up front, because
2313 lists = []
2339 if not list_key in lists:
2340 lists.append(list_key)
2342 # Delete the lists that are known to be unneeded at this point.
2346 for list_key in lists:
2432 # Now recurse into subdicts and lists that may contain dicts.
2509 target_dict: dict, target spec containing "rules" and "sources" lists.
2725 # A generator can have other lists (in addition to sources) be processed
2853 # Make sure that the rules make sense, and build up rule_sources lists as
2854 # needed. Not all generators will need to use the rule_sources lists, but