Lines Matching +full:include +full:- +full:all +full:- +full:sources
5 # Forward all variables. Ensure that testonly and visibility are forwarded
8 # properly handled. All other variables are forwarded with "*", which
9 # doesn't perform recursive lookups at all. See https://crbug.com/862232
38 assert(defined(invoker.sources), "Need sources for wayland_protocol template")
43 foreach(protocol, invoker.sources) {
47 "${dir}/${name}-protocol.c",
48 "${dir}/${name}-client-protocol.h",
49 "${dir}/${name}-server-protocol.h",
58 # Action which runs wayland-scanner to generate the code.
63 sources = invoker.sources
66 # Paths in invoker.sources are relative to the invoker.
68 args = rebase_path(invoker.sources, "//")
71 "--src-root",
75 "--root-gen-dir",
85 "--cmd",
92 # Config to include the generated headers only with the file names.
93 # e.g. #include <foo-client-protocol.h>
100 sources = get_target_outputs(":$action_name")