summaryrefslogtreecommitdiffstats
path: root/content/content_browser.gypi
diff options
context:
space:
mode:
authormlamouri@chromium.org <mlamouri@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-28 16:24:21 +0000
committermlamouri@chromium.org <mlamouri@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-28 16:24:21 +0000
commit055e6986c69dd6b6f71dce78495a1f767c2ad7c2 (patch)
treebb2e91306583155c6fc506dc858a757412e81b67 /content/content_browser.gypi
parent4166ddc69b51a5ba7002c5402386ecf950e6f014 (diff)
downloadchromium_src-055e6986c69dd6b6f71dce78495a1f767c2ad7c2.zip
chromium_src-055e6986c69dd6b6f71dce78495a1f767c2ad7c2.tar.gz
chromium_src-055e6986c69dd6b6f71dce78495a1f767c2ad7c2.tar.bz2
Chromium plumbing for Screen Orientation API lock/unlock.
This is using ScreenOrientationDispatcherHost to dispatch lock/unlock requests to a ScreenOrientationProvider. This CL does not implement a ScreenOrientationProvider. BUG=162827 Review URL: https://codereview.chromium.org/177793003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254148 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r--content/content_browser.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index bad910d..13b7fb6 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1113,6 +1113,7 @@
'browser/safe_util_win.h',
'browser/screen_orientation/screen_orientation_dispatcher_host.cc',
'browser/screen_orientation/screen_orientation_dispatcher_host.h',
+ 'browser/screen_orientation/screen_orientation_provider.h',
'browser/service_worker/embedded_worker_instance.cc',
'browser/service_worker/embedded_worker_instance.h',
'browser/service_worker/embedded_worker_registry.cc',