| Index: chrome/installer/util/BUILD.gn
|
| diff --git a/chrome/installer/util/BUILD.gn b/chrome/installer/util/BUILD.gn
|
| index 3e7da0268968afd6153bb3d75d908c19f61abb34..fe40610a065cef0722b4c65a743a28f30f6df0ad 100644
|
| --- a/chrome/installer/util/BUILD.gn
|
| +++ b/chrome/installer/util/BUILD.gn
|
| @@ -8,8 +8,10 @@ import("//testing/test.gni")
|
| static_library("util") {
|
| deps = [
|
| "//base",
|
| - "//chrome:resources",
|
| "//chrome:strings",
|
| + "//chrome/common:constants",
|
| + "//chrome/common:result_codes",
|
| + "//content/public/common:result_codes",
|
| ]
|
|
|
| if (is_win) {
|
| @@ -58,7 +60,6 @@ static_library("util") {
|
| deps += [
|
| ":strings",
|
| "//base/third_party/dynamic_annotations",
|
| - "//chrome/common:constants",
|
| "//components/metrics",
|
| "//courgette:courgette_lib",
|
| "//crypto",
|
| @@ -261,6 +262,7 @@ if (is_win) {
|
| "//base:i18n",
|
| "//base/test:test_support",
|
| "//chrome:other_version",
|
| + "//chrome/common",
|
| "//chrome/installer/test:alternate_version_generator_lib",
|
| "//content/public/common",
|
| "//testing/gmock",
|
|
|