Skip to content

Commit

Permalink
Remove dependency on no longer existing target //base/util/timer:timer
Browse files Browse the repository at this point in the history
This was initially needed as per some changes that were going to be
added as part of PR #8124[1] (in commit 8ba9ddb[2]), that used
util::WallClockTimer, but the merged PR ended up implementing things
differently and this dependency was left around in the BUILD.gn file.

Since //base/util/timer does not exist anymore in Chromium 94 (i.e it
has been moved to //base/timer), this is breaking the build now so
let's remove the stray dependency.

[1] #8124
[2] 8ba9ddb5
  • Loading branch information
mariospr authored and mkarolin committed Sep 7, 2021
1 parent 862deb6 commit f659796
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/brave_shields/browser/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ static_library("browser") {

deps = [
"//base",
"//base/util/timer:timer",
"//brave/common:pref_names",
"//brave/components/adblock_rust_ffi",
"//brave/components/brave_component_updater/browser",
Expand Down

0 comments on commit f659796

Please sign in to comment.