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

Unified Diff: Source/build/features.gypi

Issue 24202004: Rename ENABLE(DEFAULT_RENDER_THEME) to USE(DEFAULT_RENDER_THEME). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 2 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
« no previous file with comments | « no previous file | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/features.gypi
diff --git a/Source/build/features.gypi b/Source/build/features.gypi
index 82255f71b39648c06dd3de86f4df66063618b9c5..a10845edf45be3b1622fa7abae84c3b858e1f054 100644
--- a/Source/build/features.gypi
+++ b/Source/build/features.gypi
@@ -98,7 +98,7 @@
}],
['use_default_render_theme==1', {
'feature_defines': [
- 'ENABLE_DEFAULT_RENDER_THEME=1',
+ 'WTF_USE_DEFAULT_RENDER_THEME=1',
],
}],
],
« no previous file with comments | « no previous file | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698