Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: components/subresource_filter/core/common/flat/BUILD.gn

Issue 2844293003: Factor out UrlPatternIndex from IndexedRuleset. (Closed)
Patch Set: Address final nits. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698