Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(503)

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 854503004: Fix some files in chrome directory for Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build on Linux and ChromeOS. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698