| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 006c2b57f3fb93e5defc2944dfeeb39e863fb355..b01d933d2f8fe4e312c587cd9c480b1d7898b247 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -382,14 +382,13 @@ static_library("ui") {
|
| "//ui/views/controls/webview",
|
| ]
|
| deps += [
|
| + "//chrome/browser/metro_utils",
|
| "//chrome/installer/util:strings",
|
| + "//google_update",
|
| "//third_party/wtl",
|
| "//third_party/iaccessible2",
|
| "//third_party/isimpledom",
|
| "//ui/app_list",
|
| -
|
| - #'metro_utils', TODO(GYP)
|
| - #'../google_update/google_update.gyp:google_update', TODO(GYP)
|
| ]
|
| } else { # 'OS!="win"
|
| if (toolkit_views) {
|
|
|