Home | History | Annotate | Download | only in config

Lines Matching full:platforms

30     # regexp patterns to the bot platforms for which they should trigger a
32 # triggered on any platforms. Earlier directories/patterns take
36 # the platforms listed below. We should implement this for other platforms
113 for directory, platforms in directories:
115 return target_platform in platforms or base_platform in platforms
118 for pattern, platforms in patterns:
120 return target_platform in platforms or base_platform in platforms
126 # platform, or one of our sub-platforms.
137 platforms used in the build.webkit.org master's config.json file."""