Index: third_party/ced/BUILD.gn |
diff --git a/third_party/ced/BUILD.gn b/third_party/ced/BUILD.gn |
index ca90dca2ff8c3c519498a0529fa31030fdf563f5..3323c1e4a69da4b4064628bba0931afb6fd7bd1d 100644 |
--- a/third_party/ced/BUILD.gn |
+++ b/third_party/ced/BUILD.gn |
@@ -64,6 +64,8 @@ static_library("ced") { |
} else { |
defines = [ "COMPILER_GCC" ] |
} |
+ |
+ defines += [ "HTML5_MODE" ] |
} |
test("ced_unittests") { |
@@ -86,6 +88,8 @@ test("ced_unittests") { |
defines = [ "COMPILER_GCC" ] |
} |
+ defines += [ "HTML5_MODE" ] |
+ |
deps = [ |
":ced", |
"//testing/gtest", |