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

Unified Diff: Source/WebKit/chromium/features.gypi

Issue 12208016: Disable Fullscreen API on Android. (Closed) Base URL: https://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 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 | « LayoutTests/platform/chromium-android/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/features.gypi
===================================================================
--- Source/WebKit/chromium/features.gypi (revision 141896)
+++ Source/WebKit/chromium/features.gypi (working copy)
@@ -63,7 +63,6 @@
'ENABLE_ENCRYPTED_MEDIA=1',
'ENABLE_FILE_SYSTEM=1',
'ENABLE_FILTERS=1',
- 'ENABLE_FULLSCREEN_API=1',
'ENABLE_GAMEPAD=1',
'ENABLE_GEOLOCATION=1',
'ENABLE_GESTURE_EVENTS=1',
@@ -163,6 +162,7 @@
'ENABLE_CALENDAR_PICKER=0',
'ENABLE_DATALIST_ELEMENT=0',
'ENABLE_FAST_MOBILE_SCROLLING=1',
+ 'ENABLE_FULLSCREEN_API=0',
'ENABLE_INPUT_SPEECH=0',
'ENABLE_INPUT_TYPE_COLOR=0',
'ENABLE_INPUT_TYPE_WEEK=0',
@@ -186,6 +186,7 @@
'ENABLE_ACCELERATED_OVERFLOW_SCROLLING=0',
'ENABLE_CALENDAR_PICKER=1',
'ENABLE_DATALIST_ELEMENT=1',
+ 'ENABLE_FULLSCREEN_API=1',
'ENABLE_INPUT_SPEECH=1',
'ENABLE_INPUT_TYPE_COLOR=1',
'ENABLE_INPUT_TYPE_WEEK=1',
« no previous file with comments | « LayoutTests/platform/chromium-android/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698