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

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

Issue 1951783002: Remove --enable-mac-views-app-list on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn on not mac 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 aacb45761620cf3381c619392c36a77a44a80cf2..1d876e2d8e0103f90c99f7fbb0ea9fb5b6563807 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -521,6 +521,12 @@ source_set("ui") {
".",
"//chrome")
}
+ if (!is_mac) {
msw 2016/05/05 01:51:06 This is a bit odd (I first thought "Why not if too
tapted 2016/05/05 02:53:42 Yup, in fact ui_app_list_views_sources can then ju
+ sources +=
+ rebase_path(gypi_values.chrome_browser_ui_app_list_views_sources,
+ ".",
+ "//chrome")
+ }
deps += [ "//ui/app_list" ]
} else {
sources += rebase_path(gypi_values.chrome_browser_ui_non_app_list_sources,

Powered by Google App Engine
This is Rietveld 408576698