summaryrefslogtreecommitdiff
path: root/chromium/tools/metrics/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-12 14:27:29 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-13 09:35:20 +0000
commitc30a6232df03e1efbd9f3b226777b07e087a1122 (patch)
treee992f45784689f373bcc38d1b79a239ebe17ee23 /chromium/tools/metrics/BUILD.gn
parent7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (diff)
downloadqtwebengine-chromium-85-based.tar.gz
BASELINE: Update Chromium to 85.0.4183.14085-based
Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/tools/metrics/BUILD.gn')
-rw-r--r--chromium/tools/metrics/BUILD.gn6
1 files changed, 6 insertions, 0 deletions
diff --git a/chromium/tools/metrics/BUILD.gn b/chromium/tools/metrics/BUILD.gn
index 2d277a178ab..e5a8e38bfbb 100644
--- a/chromium/tools/metrics/BUILD.gn
+++ b/chromium/tools/metrics/BUILD.gn
@@ -7,6 +7,7 @@ action("histograms_xml") {
sources = [
"histograms/enums.xml",
"histograms/histograms.xml",
+ "ukm/ukm.xml",
]
output = "$root_out_dir/histograms.xml"
outputs = [ output ]
@@ -85,6 +86,9 @@ group("metrics_python_tests") {
"//tools/metrics/common/pretty_print_xml.py",
"//tools/metrics/common/etree_util.py",
+ "//tools/metrics/histograms/test_data/enums.xml",
+ "//tools/metrics/histograms/test_data/histograms.xml",
+ "//tools/metrics/histograms/test_data/ukm.xml",
"//tools/metrics/histograms/enums.xml",
"//tools/metrics/histograms/expand_owners.py",
"//tools/metrics/histograms/expand_owners_unittest.py",
@@ -96,6 +100,8 @@ group("metrics_python_tests") {
"//tools/metrics/histograms/histogram_paths.py",
"//tools/metrics/histograms/histograms_print_style.py",
"//tools/metrics/histograms/merge_xml.py",
+ "//tools/metrics/histograms/merge_xml_test.py",
+ "//tools/metrics/histograms/populate_enums.py",
"//tools/metrics/histograms/pretty_print.py",
"//tools/metrics/histograms/pretty_print_test.py",