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, |