Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index 7d7a56c10b9c04fa4447854739aace58ef37e250..15441a9adee197797935cc0a7c35ff6e3e4d7e96 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -236,6 +236,10 @@ config("debug") { |
"WTF_USE_DYNAMIC_ANNOTATIONS=1", |
] |
+ if (is_nacl) { |
+ defines += [ "DYNAMIC_ANNOTATIONS_PREFIX=NACL_" ] |
+ } |
+ |
if (is_win) { |
if (disable_iterator_debugging) { |
# Iterator debugging is enabled by the compiler on debug builds, and we |