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

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: Fix GN 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 61a22ae0c6574d4318d524e0da6027a4e7523b80..9c9d3c4e8756178b0c45ef62090ebe25fcbd885a 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -281,6 +281,9 @@ static_library("ui") {
defines += [ "CHROME_BUILD_ID=" + android_chrome_build_id ]
} 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