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

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

Issue 1960293003: Remove OS_CHROMEOS from ui/ash code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 35cf65bca6d9272d564cb56ffd09a40e1fe233fd..d1dbb1428126637a3476b59533c50f4ed5ca98c3 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -525,7 +525,7 @@ source_set("ui") {
".",
"//chrome")
}
- if (!is_mac) {
+ if (!is_mac && !use_ash) {
sources +=
rebase_path(gypi_values.chrome_browser_ui_app_list_views_sources,
".",

Powered by Google App Engine
This is Rietveld 408576698