openwrt_helloworld/gn
zxlhhyccc 12eacf7f1c gn: bump to latest git HEAD
Support defined(foo["bar"]) syntax.

Since it is already possible to use a string subscript to
get the value of a scope member (i.e. foo["bar"] being the
same as foo.bar, but [] allowing expression evaluation),
this ensures that `defined(foo["bar"])` works as `defined(foo.bar)`
as well.
2023-04-18 19:12:39 +08:00
..
patches gn: add new host tool 2023-03-18 06:15:34 +08:00
src/out gn: bump to latest git HEAD 2023-04-18 19:12:39 +08:00
Makefile gn: bump to latest git HEAD 2023-04-18 19:12:34 +08:00