From 12eacf7f1cb27b28c808219659a0182ba67e2a71 Mon Sep 17 00:00:00 2001 From: zxlhhyccc <45259624+zxlhhyccc@users.noreply.github.com> Date: Sun, 16 Apr 2023 00:50:11 +0800 Subject: [PATCH] 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. --- gn/src/out/last_commit_position.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gn/src/out/last_commit_position.h b/gn/src/out/last_commit_position.h index 54bc07dab..9c21421e8 100644 --- a/gn/src/out/last_commit_position.h +++ b/gn/src/out/last_commit_position.h @@ -3,7 +3,7 @@ #ifndef OUT_LAST_COMMIT_POSITION_H_ #define OUT_LAST_COMMIT_POSITION_H_ -#define LAST_COMMIT_POSITION_NUM 2081 -#define LAST_COMMIT_POSITION "2081 (b25a2f8c2d33)" +#define LAST_COMMIT_POSITION_NUM 2085 +#define LAST_COMMIT_POSITION "2085 (28b7b6c507eb)" #endif // OUT_LAST_COMMIT_POSITION_H_