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

Unified Diff: build/common.gypi

Issue 24710002: Initial stubs for App Launcher on Linux Aura. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Call HandleCommandLineFlags on Init. Removed NOTIMPLEMENTED(). Created 7 years, 3 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/browser/ui/app_list/app_list_service_linux.h » ('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 0be30b81f7c3fbd1c0f8ce4d120c0b4377ed1cc1..5089a064f3a0c65f8109a882d54135a590b5d9aa 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -160,8 +160,9 @@
'enable_touch_ui%': 1,
}],
- # Enable App Launcher only on ChromeOS, Windows and OSX.
- ['use_ash==1 or OS=="win" or OS=="mac"', {
+ # 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 ((OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris") and use_aura==1)', {
tapted 2013/09/26 23:51:18 The minimal change for this might be simply to cha
Matt Giuca 2013/09/27 05:57:40 This doesn't seem quite right, as discussed: Aura
'enable_app_list%': 1,
}, {
'enable_app_list%': 0,
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/app_list_service_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698