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

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

Issue 634313004: Display dialog when app install succeeds / fails on Athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 6ed8165c1c13b13e80911f38d0bb53933374af1a..cc2e828da12228c06c901186633831a5633046ae 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -197,6 +197,11 @@ static_library("ui") {
sources += rebase_path(gypi_values.chrome_browser_ui_athena_sources,
".", "//chrome")
} else { # Not athena.
+ if (!is_android) {
+ sources += rebase_path(
+ gypi_values.chrome_browser_ui_non_athena_non_android_sources,
+ ".", "//chrome")
+ }
if (use_ash) {
sources += rebase_path(
gypi_values.chrome_browser_ui_ash_non_athena_sources,
« no previous file with comments | « chrome/browser/extensions/webstore_startup_installer_browsertest.cc ('k') | chrome/browser/ui/athena/extensions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698