summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/mathml/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/mathml/BUILD.gn')
-rw-r--r--chromium/third_party/blink/renderer/core/mathml/BUILD.gn6
1 files changed, 6 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/core/mathml/BUILD.gn b/chromium/third_party/blink/renderer/core/mathml/BUILD.gn
index be46256d435..2204ea93ce5 100644
--- a/chromium/third_party/blink/renderer/core/mathml/BUILD.gn
+++ b/chromium/third_party/blink/renderer/core/mathml/BUILD.gn
@@ -8,5 +8,11 @@ blink_core_sources("mathml") {
sources = [
"mathml_element.cc",
"mathml_element.h",
+ "mathml_fraction_element.cc",
+ "mathml_fraction_element.h",
+ "mathml_row_element.cc",
+ "mathml_row_element.h",
+ "mathml_space_element.cc",
+ "mathml_space_element.h",
]
}