.style.yapf |
|
30 |
BUILD.gn |
|
675 |
compile_xcassets.py |
Wrapper around actool to compile assets catalog.
The script compile_xcassets.py is a wrapper around actool to compile
assets catalog to Assets.car that turns warning into errors. It also
fixes some quirks of actool to make it work from ninja (mostly that
actool seems to require absolute path but gn generates command-line
with relative paths).
The wrapper filter out any message that is not a section header and
not a warning or error message, and fails if filtered output is not
empty. This should to treat all warnings as error until actool has
an option to fail with non-zero error code when there are warnings.
|
13205 |
compile_xcassets_unittests.py |
|
7267 |
filter_libtool.py |
Returns whether the line should be filtered out. |
1752 |
get_tool_mtime.py |
|
593 |
linker_driver.py |
Creates a new linker driver.
Args:
args: list of string, Arguments to the script.
|
20976 |
OWNERS |
|
26 |
swift_const_gather_protocols.json |
|
181 |
swiftc.py |
Class used to abstract forwarding arguments from to the swiftc compiler.
Arguments:
- arg_name: string corresponding to the argument to pass to the compiler
- arg_join: function taking the compiler name and returning whether the
argument value is attached to the argument or separated
- to_swift: function taking the argument value and returning whether it
must be passed to the swift compiler
- to_clang: function taking the argument value and returning whether it
must be passed to the clang compiler
|
22680 |
toolchain.gni |
|
37618 |