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

Unified Diff: build/common.gypi

Issue 1934213002: Set enable_app_list=1 now only on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160429-AppList0
Patch Set: Update ui_test_pak - should fix tests 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
« no previous file with comments | « build/all.gyp ('k') | build/config/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 88b412195fbf741eeab39217c4bee72bf9cbac44..3724f2f624acde4d94407cca4febf0701d1de656 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -258,8 +258,8 @@
'enable_topchrome_md%': 1,
}],
- # Enable App Launcher everywhere but mobile.
- ['OS!="ios" and OS!="android" and chromecast==0', {
+ # Enable App Launcher on ChromeOS only.
+ ['chromeos==1', {
'enable_app_list%': 1,
}, {
'enable_app_list%': 0,
« no previous file with comments | « build/all.gyp ('k') | build/config/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698