| Index: win8/metro_driver/BUILD.gn
|
| diff --git a/win8/metro_driver/BUILD.gn b/win8/metro_driver/BUILD.gn
|
| index 2cf2dd95f7e6406a05aa767dd321cc5972c05ad3..68c9a90fc1731e31fffe267858669d24e8c0032b 100644
|
| --- a/win8/metro_driver/BUILD.gn
|
| +++ b/win8/metro_driver/BUILD.gn
|
| @@ -23,7 +23,7 @@ shared_library("metro_driver") {
|
| ":version_resources",
|
| "//base",
|
| "//chrome/common:constants",
|
| - "//chrome/installer/util:with_no_strings_some_things_wont_work",
|
| + "//chrome/installer/util:with_no_strings",
|
| "//crypto",
|
| "//ipc",
|
| "//sandbox",
|
| @@ -122,7 +122,7 @@ test("metro_driver_unittests") {
|
| deps = [
|
| ":metro_driver",
|
| "//base",
|
| - "//chrome/installer/util",
|
| + "//chrome/installer/util:with_rc_strings",
|
| "//testing/gtest",
|
| ]
|
| }
|
|
|