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

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

Issue 2503283003: Add high-precision timing histograms. (Closed)
Patch Set: Use product name instead of project name. Created 4 years, 1 month 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 b48b5550311dbed8e194ee64ee9a2d79d3b5b772..1c011793cab81ff825f420c32c56469049edc80f 100644
--- a/components/subresource_filter/core/common/BUILD.gn
+++ b/components/subresource_filter/core/common/BUILD.gn
@@ -21,6 +21,7 @@ static_library("common") {
"memory_mapped_ruleset.cc",
"memory_mapped_ruleset.h",
"ngram_extractor.h",
+ "scoped_timers.h",
"string_splitter.h",
"uint64_hasher.h",
"unindexed_ruleset.cc",
@@ -67,6 +68,7 @@ source_set("unit_tests") {
"indexed_ruleset_unittest.cc",
"knuth_morris_pratt_unittest.cc",
"ngram_extractor_unittest.cc",
+ "scoped_timers_unittest.cc",
"string_splitter_unittest.cc",
"unindexed_ruleset_unittest.cc",
"url_pattern_matching_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698