Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 117140) |
| +++ build/common.gypi (working copy) |
| @@ -32,7 +32,7 @@ |
| # Whether or not we are using the Aura windowing framework. |
| 'use_aura%': 0, |
| - |
| + |
|
Mark Mentovai
2012/01/11 01:52:08
Totally unrelated, but OK.
|
| # Whether or not we are building the Ash shell. |
| 'use_ash%': 0, |
| @@ -72,7 +72,7 @@ |
| 'host_arch%': |
| '<!(uname -m | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/amd64/x64/;s/arm.*/arm/;s/i86pc/ia32/")', |
| }], |
| - |
| + |
| # Ash requires Aura. |
| ['use_ash==1', { |
| 'use_aura%': 1, |