third_party.pigweed.src/pw_build
Wyatt Hepler 6639c453aa pw_tokenizer: Use facades for global handlers
Previously, pw_tokenizer conditionally enabled the global handlers with
macros. The default was that they were enabled, which meant handlers had
to be defined, even if they weren't used.

This change moves the two global handlers from the core pw_tokenizer
library to separate facades. This allows projects to define only the
global handlers they need.

Change-Id: Ic8598d9e62921b706fa0b76032b2a14265669360
2020-05-08 03:25:06 +00:00
..
py
BUILD
BUILD.gn Enable -Wshadow 2020-05-04 17:10:25 +00:00
docs.rst
exec.gni
facade.gni pw_build: Always define the main facade target 2020-05-07 16:34:47 -07:00
go.gni
host_tool.gni
input_group.gni
linker_script.gni
pigweed.bzl
pigweed.cmake pw_tokenizer: Use facades for global handlers 2020-05-08 03:25:06 +00:00
pw_executable.gni
python_script.gni
README.md

pw_build: Definitions for Pigweed's build system