Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3135)

Unified Diff: build/common.gypi

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
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 3aa7a2c4cd02cb199f0ed00c854f7ad30e0927d0..b016981a4da44e262ec027cdb9438fdeff2cd9bc 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,
« no previous file with comments | « no previous file | chrome/test/perf/frame_rate/frame_rate_tests.cc » ('j') | chrome/test/perf/frame_rate/frame_rate_tests.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698