| Index: build/common.gypi
|
| ===================================================================
|
| --- build/common.gypi (revision 180308)
|
| +++ build/common.gypi (working copy)
|
| @@ -64,11 +64,11 @@
|
| 'use_aura%': 1,
|
| }],
|
|
|
| - # Temporarily turn on aura for windows to get perf numbers. Will
|
| - # revert ASAP.
|
| - ['OS=="win"', {
|
| + # For now, Windows builds that |use_aura| should also imply using
|
| + # ash. This rule should be removed for the future when Windows is
|
| + # using the aura windows without the ash interface.
|
| + ['use_aura==1 and OS=="win"', {
|
| 'use_ash%': 1,
|
| - 'use_aura%': 1,
|
| }],
|
| ['use_ash==1', {
|
| 'use_aura%': 1,
|
|
|