Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index cc681defeab897b9fd4f8bcdb950d627ed957e7a..3437a9ef7338f1a0d4a5858f5712462aad9d252e 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, |