| Index: trunk/src/build/common.gypi
|
| ===================================================================
|
| --- trunk/src/build/common.gypi (revision 269901)
|
| +++ trunk/src/build/common.gypi (working copy)
|
| @@ -87,7 +87,7 @@
|
|
|
| 'conditions': [
|
| # ChromeOS and Windows use Aura and Ash.
|
| - ['chromeos==1 or OS=="win" or OS=="linux"', {
|
| + ['chromeos==1 or OS=="win"', {
|
| 'use_ash%': 1,
|
| 'use_aura%': 1,
|
| }],
|
| @@ -97,6 +97,14 @@
|
| 'use_aura%': 1,
|
| }],
|
|
|
| + # ToT Linux should be aura.
|
| + #
|
| + # TODO(erg): Merge this into the previous block once compiling with
|
| + # aura safely implies including ash capabilities.
|
| + ['OS=="linux"', {
|
| + 'use_aura%': 1,
|
| + }],
|
| +
|
| # Whether we're a traditional desktop unix.
|
| ['(OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris") and chromeos==0', {
|
| 'desktop_linux%': 1,
|
|
|