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

Unified Diff: Source/core/features.gypi

Issue 14466008: Switch speech synthesis from compile-flag to runtime-flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase, switch to RuntimeEnabledFeatures.in Created 7 years, 8 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 | « Source/core/dom/EventTargetFactory.in ('k') | Source/core/page/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/features.gypi
diff --git a/Source/core/features.gypi b/Source/core/features.gypi
index ecc47c40fe73a7d5688f64f8ed0f94bf1fd9ff82..c179661cbf9cd5137ffd1f5bbc12e8b6bd4ba1e0 100644
--- a/Source/core/features.gypi
+++ b/Source/core/features.gypi
@@ -47,7 +47,8 @@
'ENABLE_JAVASCRIPT_I18N_API=1',
'ENABLE_MEDIA_STREAM=<(enable_webrtc)',
'ENABLE_RESOLUTION_MEDIA_QUERY=0',
- 'ENABLE_SPEECH_SYNTHESIS=0',
+ 'ENABLE_RUBY=1',
+ 'ENABLE_SANDBOX=1',
'ENABLE_SVG=<(enable_svg)',
'ENABLE_SVG_FONTS=<(enable_svg)',
'ENABLE_TOUCH_ICON_LOADING=<(enable_touch_icon_loading)',
« no previous file with comments | « Source/core/dom/EventTargetFactory.in ('k') | Source/core/page/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698