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

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

Issue 543663002: Componentize sad_tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 077de8c90f8a8964cf76da65c58f2a46f0dd68da..9b7766b3f4aea2b0b59fbcc33976b9f5d7b5db05 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -277,6 +277,9 @@ static_library("ui") {
sources += rebase_path(gypi_values.chrome_browser_ui_android_sources,
".", "//chrome")
} else { # Non-Android.
+ deps += [
+ "//components/sad_tab",
+ ]
sources += rebase_path(gypi_values.chrome_browser_ui_non_android_sources,
".", "//chrome")
}

Powered by Google App Engine
This is Rietveld 408576698