Skip to content

Commit

Permalink
Add new metrics_test references to appropriate targets (#651)
Browse files Browse the repository at this point in the history
* Add new metrics_test references to appropriate targets

These are necessary to run the tests as a part of CI/coverage/etc.

b/280094891

Change-Id: I39aa2bf85f063a3c5c9d498eaee063e2fb1bb0df
(cherry picked from commit 255ac6b)
  • Loading branch information
joeltine authored and anonymous1-me committed Jun 27, 2023
1 parent 9956814 commit 08d0646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cobalt/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ group("gn_all") {
":default",
"//cobalt/bindings/testing:bindings_test",
"//cobalt/browser:browser_test",
"//cobalt/browser/metrics:metrics_test",
"//cobalt/cssom:cssom_test",
"//cobalt/demos/simple_sandbox",
"//cobalt/dom:dom_test",
Expand Down
1 change: 1 addition & 0 deletions cobalt/build/cobalt_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def GetTestTargets(self):
'media_session_test',
'media_stream_test',
'memory_store_test',
'metrics_test',
'nb_test',
'net_unittests',
'network_test',
Expand Down

0 comments on commit 08d0646

Please sign in to comment.