| Index: chrome/chrome_watcher/BUILD.gn
|
| diff --git a/chrome/chrome_watcher/BUILD.gn b/chrome/chrome_watcher/BUILD.gn
|
| index 4a5d77e25d0d7eaebb12800629c681bce832f3b8..06685865ad6e510f382f5eaa70584455cb2869d0 100644
|
| --- a/chrome/chrome_watcher/BUILD.gn
|
| +++ b/chrome/chrome_watcher/BUILD.gn
|
| @@ -41,12 +41,6 @@ test("system_load_estimator_unittests") {
|
| ]
|
| }
|
|
|
| -group("kasko_util") {
|
| - public_deps = [
|
| - "//third_party/kasko:kasko_features",
|
| - ]
|
| -}
|
| -
|
| process_version_rc_template("chrome_watcher_resources") {
|
| sources = [
|
| "chrome_watcher.ver",
|
| @@ -64,7 +58,6 @@ shared_library("chrome_watcher") {
|
| deps = [
|
| ":chrome_watcher_resources",
|
| ":client",
|
| - ":kasko_util",
|
| "//base",
|
| "//base:base_static",
|
| "//build/config/sanitizers:deps",
|
|
|