 Chromium Code Reviews
 Chromium Code Reviews Issue 12093083:
  Temporarily makes use_aura the default on windows so we can get perf  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@master
    
  
    Issue 12093083:
  Temporarily makes use_aura the default on windows so we can get perf  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@master| Index: build/common.gypi | 
| diff --git a/build/common.gypi b/build/common.gypi | 
| index c76cc1da4e8e491b4d5cfe9eb666e120bc330237..83a801aec2e0d319e44f8e2a9d1931f658eb1bee 100644 | 
| --- a/build/common.gypi | 
| +++ b/build/common.gypi | 
| @@ -64,11 +64,11 @@ | 
| 'use_aura%': 1, | 
| }], | 
| - # 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"', { | 
| + # Temporarily turn on aura for windows to get perf numbers. Will | 
| + # revert ASAP. | 
| + ['OS=="win"', { | 
| 'use_ash%': 1, | 
| + 'use_aura%': 1, | 
| }], | 
| ['use_ash==1', { | 
| 'use_aura%': 1, |