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

Unified Diff: build/common.gypi

Issue 11784034: Skeleton for app_list on OSX, and refactoring for enable_app_list=1 on OS=="mac". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove dead code Created 7 years, 11 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 92b34c8af7c20faefba751b29c4426382dfee938..6a9202499ef3156d15181eec6517e23140fee319 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -135,8 +135,8 @@
'enable_touch_ui%': 1,
}],
- # Enable App Launcher only on ChromeOS and Windows for now.
- ['use_ash==1 or OS=="win"', {
+ # Enable App Launcher only on ChromeOS, Windows and OSX.
+ ['use_ash==1 or OS=="win" or OS=="mac"', {
'enable_app_list%': 1,
}, {
'enable_app_list%': 0,

Powered by Google App Engine
This is Rietveld 408576698