Index: components/subresource_filter/core/common/flat/BUILD.gn |
diff --git a/components/subresource_filter/core/common/flat/BUILD.gn b/components/subresource_filter/core/common/flat/BUILD.gn |
index 195c0cd11e02c6f6711ae1150e1c73aaa52a374c..d554b35a338c5bd8cee4dcece76edb3621860675 100644 |
--- a/components/subresource_filter/core/common/flat/BUILD.gn |
+++ b/components/subresource_filter/core/common/flat/BUILD.gn |
@@ -6,6 +6,7 @@ import("//third_party/flatbuffers/flatbuffer.gni") |
flatbuffer("flatbuffer") { |
sources = [ |
- "rules.fbs", |
+ "indexed_ruleset.fbs", |
+ "url_pattern_index.fbs", |
] |
} |