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

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

Issue 2503283003: Add high-precision timing histograms. (Closed)
Patch Set: Change measurement unit. Created 4 years 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 1b065d64d149e04364584ee09ccc36d00fcc166f..7708731cff07ef4cb65e659d6ad59c7c6da36e83 100644
--- a/components/subresource_filter/core/common/BUILD.gn
+++ b/components/subresource_filter/core/common/BUILD.gn
@@ -23,6 +23,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",
@@ -69,6 +70,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",
@@ -76,6 +78,7 @@ source_set("unit_tests") {
deps = [
":common",
"//base",
+ "//base/test:test_support",
"//testing/gtest",
"//third_party/protobuf:protobuf_lite",
"//url",

Powered by Google App Engine
This is Rietveld 408576698