| Index: chrome/installer/util/BUILD.gn
|
| diff --git a/chrome/installer/util/BUILD.gn b/chrome/installer/util/BUILD.gn
|
| index 4351912370c37937efd394a94ab4637ef4d1ca35..e9236332cc7007d4acf9b4c7a10bf5eecfd51d29 100644
|
| --- a/chrome/installer/util/BUILD.gn
|
| +++ b/chrome/installer/util/BUILD.gn
|
| @@ -2,6 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import("//build/config/chrome_build.gni")
|
| import("//testing/test.gni")
|
|
|
| static_library("util") {
|
| @@ -261,7 +262,7 @@ if (is_win) {
|
| "//base",
|
| "//base:i18n",
|
| "//base/test:test_support",
|
| - "//chrome:chrome_version_resources",
|
| + "//chrome:other_version",
|
| "//chrome/installer/test:alternate_version_generator_lib",
|
| "//content/public/common",
|
| "//testing/gmock",
|
|
|