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

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

Issue 2288023003: Cache is_third_party requests in a one-entry cache. (Closed)
Patch Set: Address more comments from engedy@ Created 4 years, 2 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/BUILD.gn
diff --git a/components/subresource_filter/core/common/BUILD.gn b/components/subresource_filter/core/common/BUILD.gn
index 4e12cc3b6d3ebe5fbc7493e8c31a03039c13f3f1..b48b5550311dbed8e194ee64ee9a2d79d3b5b772 100644
--- a/components/subresource_filter/core/common/BUILD.gn
+++ b/components/subresource_filter/core/common/BUILD.gn
@@ -11,6 +11,8 @@ static_library("common") {
"closed_hash_map.h",
"copying_file_stream.cc",
"copying_file_stream.h",
+ "first_party_origin.cc",
+ "first_party_origin.h",
"fuzzy_pattern_matching.cc",
"fuzzy_pattern_matching.h",
"indexed_ruleset.cc",
@@ -60,6 +62,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"closed_hash_map_unittest.cc",
+ "first_party_origin_unittest.cc",
"fuzzy_pattern_matching_unittest.cc",
"indexed_ruleset_unittest.cc",
"knuth_morris_pratt_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698