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

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

Issue 1332353003: Move resources for version_ui to //components/version_ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 b3ad7434c5a467f53221e768f0e912d52ba1450f..1b2039e2b8414bc9e9add39aa5b8fc66ec8f5776 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -57,6 +57,7 @@ source_set("ui") {
"//components/strings",
"//components/toolbar",
"//components/update_client",
+ "//components/version_ui",
"//content/public/common",
"//crypto",
"//skia",
@@ -345,9 +346,7 @@ source_set("ui") {
if (is_win) {
sources +=
rebase_path(gypi_values.chrome_browser_ui_win_sources, ".", "//chrome")
- sources -= [
- "views/frame/taskbar_decorator.cc",
- ]
+ sources -= [ "views/frame/taskbar_decorator.cc" ]
public_deps += [
"//ui/views",
"//ui/views/controls/webview",

Powered by Google App Engine
This is Rietveld 408576698