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

Unified Diff: build/common.gypi

Issue 11299074: Make use_aura set use_default_render_theme and moves (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge 2 trunk and update some ifdefs Created 8 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/renderer_preferences_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 9d89186b5de8b18fbe70f6630d1c5b7e0c010a54..40588751924e317558d083a071a14ec54a6cec31 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -143,8 +143,7 @@
}],
['use_aura==1 or (OS!="win" and OS!="mac" and OS!="ios" and OS!="android")', {
- # TODO(sky): make this 1 when corresponding webkit pieces land.
- 'use_default_render_theme%': 0,
+ 'use_default_render_theme%': 1,
}, {
'use_default_render_theme%': 0,
}],
« no previous file with comments | « no previous file | chrome/browser/renderer_preferences_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698