aboutsummaryrefslogtreecommitdiff
path: root/pw_build/py/pw_build/gn_resolver.py
diff options
context:
space:
mode:
Diffstat (limited to 'pw_build/py/pw_build/gn_resolver.py')
-rw-r--r--pw_build/py/pw_build/gn_resolver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_build/py/pw_build/gn_resolver.py b/pw_build/py/pw_build/gn_resolver.py
index afa01cf76..50eb47e61 100644
--- a/pw_build/py/pw_build/gn_resolver.py
+++ b/pw_build/py/pw_build/gn_resolver.py
@@ -363,7 +363,7 @@ def _target_objects(paths: GnPaths, expr: _Expression) -> _Actions:
yield _ArgAction.EMIT_NEW, str(obj)
-# TODO(b/234886742): Replace expressions with native GN features when possible.
+# TODO: b/234886742 - Replace expressions with native GN features when possible.
_FUNCTIONS: Dict['str', Callable[[GnPaths, _Expression], _Actions]] = {
'TARGET_FILE': _target_file,
'TARGET_FILE_IF_EXISTS': _target_file_if_exists,