summaryrefslogtreecommitdiffstats
path: root/apps/apps.gypi
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-18 01:23:50 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-18 01:23:50 +0000
commit57d029dbc30fea166f628864a232bae1f36151aa (patch)
treeeb89e9ef8cae8789b779563afd67b9e112840e56 /apps/apps.gypi
parent91df5d511453fa83ea3806d8bc3baad981641174 (diff)
downloadchromium_src-57d029dbc30fea166f628864a232bae1f36151aa.zip
chromium_src-57d029dbc30fea166f628864a232bae1f36151aa.tar.gz
chromium_src-57d029dbc30fea166f628864a232bae1f36151aa.tar.bz2
Port app_shell to linux aura
This turns out to be trivial and will allow non-chromeos developers to play with app_shell more easily. It's aura-only because we have some views UI code that isn't worth porting to GTK. BUG=332981 TEST=Build app_shell on linux with use_aura=1, it launches normally Review URL: https://codereview.chromium.org/130433015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245699 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/apps.gypi')
-rw-r--r--apps/apps.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/apps.gypi b/apps/apps.gypi
index ba6b52c..bcb458c 100644
--- a/apps/apps.gypi
+++ b/apps/apps.gypi
@@ -97,7 +97,7 @@
},
], # targets
'conditions': [
- ['chromeos==1', {
+ ['chromeos==1 or (OS=="linux" and use_aura==1)', {
'targets': [
{
'target_name': 'app_shell',