From 66249e26a883eb057e1e9283ca22e3b825fd3e11 Mon Sep 17 00:00:00 2001 From: "hans@chromium.org" Date: Thu, 22 Jul 2010 09:55:33 +0000 Subject: Add --enable-device-orientation switch and set ENABLE_DEVICE_ORIENTATION=1 Flip the compile-time enable switch for device orientation to on, and add a command-line switch to put the functionality behind. The command-line flag will be used both on the Chromium side, and in WebKit via WebRuntimeFeatures. BUG=44654 TEST=browser_tests --gtest_filter=DeviceOrientationEnableSwitchTest.* Review URL: http://codereview.chromium.org/3042009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53317 0039d316-1c4b-4281-b951-d872f2087c98 --- build/features_override.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'build/features_override.gypi') diff --git a/build/features_override.gypi b/build/features_override.gypi index 2e19776..1b77747 100644 --- a/build/features_override.gypi +++ b/build/features_override.gypi @@ -16,6 +16,7 @@ 'ENABLE_DASHBOARD_SUPPORT=0', 'ENABLE_DATABASE=1', 'ENABLE_DATAGRID=0', + 'ENABLE_DEVICE_ORIENTATION=1', 'ENABLE_DIRECTORY_UPLOAD=1', 'ENABLE_DOM_STORAGE=1', 'ENABLE_EVENTSOURCE=1', -- cgit v1.1