Index: tools/gn/secondary/third_party/expat/BUILD.gn |
diff --git a/tools/gn/secondary/third_party/expat/BUILD.gn b/tools/gn/secondary/third_party/expat/BUILD.gn |
index b0ba187574f89f1a9ad98fbd1edf0107b486ad71..814c336befe77909abf3ad6c68da8422432ea5f3 100644 |
--- a/tools/gn/secondary/third_party/expat/BUILD.gn |
+++ b/tools/gn/secondary/third_party/expat/BUILD.gn |
@@ -29,9 +29,9 @@ if (is_linux) { |
defines = [ "_LIB" ] |
if (is_win) { |
- defines += "COMPILED_FROM_DSP" |
+ defines += [ "COMPILED_FROM_DSP" ] |
} else { |
- defines += "HAVE_EXPAT_CONFIG_H" |
+ defines += [ "HAVE_EXPAT_CONFIG_H" ] |
} |
} |
} |