Skip to content

Commit

Permalink
Revert a change that overwrites a previous CP
Browse files Browse the repository at this point in the history
See CP here https://github.com/youtube/cobalt/pull/602/files.

We want test.gni to be included.
  • Loading branch information
joeltine committed Jun 27, 2023
1 parent 23154dc commit bfb282b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/ukm/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

if (!use_cobalt_customizations) {
import("//testing/test.gni")
}
import("//testing/test.gni")

# The Url-Keyed Metrics (UKM) service is responsible for gathering and
# uploading reports that contain fine grained performance metrics including
Expand Down

0 comments on commit bfb282b

Please sign in to comment.