diff options
author | bajones@chromium.org <bajones@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-17 16:56:54 +0000 |
---|---|---|
committer | bajones@chromium.org <bajones@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-17 16:56:54 +0000 |
commit | f043f4e6a040da925e8b07b9bf481da5401c6d49 (patch) | |
tree | a001aa389b18c7dd1cce4a60ec510920281076c9 | |
parent | f03b1afe50c15550bfc567d4cfbb1c8105058e81 (diff) | |
download | chromium_src-f043f4e6a040da925e8b07b9bf481da5401c6d49.zip chromium_src-f043f4e6a040da925e8b07b9bf481da5401c6d49.tar.gz chromium_src-f043f4e6a040da925e8b07b9bf481da5401c6d49.tar.bz2 |
Removing Chrome Gamepad transition cruft
BUG=344556
TBR=eseidel@chromium.org
Review URL: https://codereview.chromium.org/202043003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257454 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | build/common.gypi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build/common.gypi b/build/common.gypi index 1dc3dcd..aa44c29 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1293,10 +1293,6 @@ # Set to 1 to compile with the hole punching for the protected video. 'video_hole%': 0, - # Enable a new Gamepad interface. This is temporary and should go - # away once the chrome and blink interfaces are in sync - 'enable_new_gamepad_api%': 1, - 'conditions': [ # The version of GCC in use, set later in platforms that use GCC and have # not explicitly chosen to build with clang. Currently, this means all @@ -2265,9 +2261,6 @@ ['enable_hidpi==1', { 'defines': ['ENABLE_HIDPI=1'], }], - ['enable_new_gamepad_api==1', { - 'defines': ['ENABLE_NEW_GAMEPAD_API=1'], - }], ['native_discardable_memory==1', { 'defines': ['DISCARDABLE_MEMORY_ALWAYS_SUPPORTED_NATIVELY'], }], |