diff options
author | Li-Yu Yu <aaronyu@google.com> | 2021-07-20 04:25:45 (GMT) |
---|---|---|
committer | Li-Yu Yu <aaronyu@google.com> | 2021-07-22 13:43:55 (GMT) |
commit | 45751face232a1d72926e83ac7ee51ef25ea03a3 (patch) | |
tree | b218e59c76a11fc1453cb0ea8fa8490012335fd5 /configure.py | |
parent | c8f8f2a9e3016ab7a9ecb2e8b084cf441f3ae88e (diff) | |
download | Ninja-45751face232a1d72926e83ac7ee51ef25ea03a3.zip Ninja-45751face232a1d72926e83ac7ee51ef25ea03a3.tar.gz Ninja-45751face232a1d72926e83ac7ee51ef25ea03a3.tar.bz2 |
compdb: escape control characters in JSON strings
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.py b/configure.py index ffa75c7..4ca78fb 100755 --- a/configure.py +++ b/configure.py @@ -507,6 +507,7 @@ for name in ['build', 'eval_env', 'graph', 'graphviz', + 'json', 'lexer', 'line_printer', 'manifest_parser', @@ -577,6 +578,7 @@ for name in ['build_log_test', 'disk_interface_test', 'edit_distance_test', 'graph_test', + 'json_test', 'lexer_test', 'manifest_parser_test', 'missing_deps_test', |