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

Unified Diff: build/common.gypi

Issue 334723005: Organize file lists in chrome_browser_ui.gypi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos Created 6 years, 6 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 | « no previous file | chrome/chrome_browser_ui.gypi » ('j') | chrome/chrome_browser_ui.gypi » ('J')
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 29d8c1cb4c7ffa727fbcdd899fcea8838ab47423..4b32f3b2ee130b700cbe7e578aabc771bd59f5b8 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -194,9 +194,8 @@
'enable_hidpi%': 1,
}],
- # Enable App Launcher on ChromeOS, Windows and OSX.
- # On Linux, enable App Launcher for the Aura build.
- ['use_ash==1 or OS=="win" or OS=="mac" or (desktop_linux==1 and use_aura==1)', {
+ # Enable App Launcher everywhere but mobile.
+ ['OS!="ios" and OS!="android"', {
'enable_app_list%': 1,
}, {
'enable_app_list%': 0,
« no previous file with comments | « no previous file | chrome/chrome_browser_ui.gypi » ('j') | chrome/chrome_browser_ui.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698