summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorshishir@chromium.org <shishir@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-26 20:04:21 +0000
committershishir@chromium.org <shishir@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-26 20:04:21 +0000
commit94dec937e64bed6f00779cb4d49601b1d2de770f (patch)
tree6d69ddfc7396a65424732451f66b12c020dba650 /build
parentdd53407d3489c4e8cfc565b31f67737199b96635 (diff)
downloadchromium_src-94dec937e64bed6f00779cb4d49601b1d2de770f.zip
chromium_src-94dec937e64bed6f00779cb4d49601b1d2de770f.tar.gz
chromium_src-94dec937e64bed6f00779cb4d49601b1d2de770f.tar.bz2
Enabling page visibility api in the chrome browser.
BUG=83286 TEST=None. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86569 Review URL: http://codereview.chromium.org/7036019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86881 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/features_override.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/features_override.gypi b/build/features_override.gypi
index 5798b43..0fdf439 100644
--- a/build/features_override.gypi
+++ b/build/features_override.gypi
@@ -46,6 +46,7 @@
'ENABLE_OFFLINE_WEB_APPLICATIONS=1',
'ENABLE_OPENTYPE_SANITIZER=1',
'ENABLE_ORIENTATION_EVENTS=0',
+ 'ENABLE_PAGE_VISIBILITY_API=1',
'ENABLE_PROGRESS_TAG=1',
'ENABLE_QUOTA=1',
'ENABLE_REQUEST_ANIMATION_FRAME=1',