summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-11 15:31:39 +0000
committerscottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-11 15:31:39 +0000
commit1d180dfec5fd129a45bda1013204bb1c0a3baf9e (patch)
tree5c45a59416291ccecaaf6adc484539001082fdb2 /build
parente06c769d771c04a2166f67616a0c5f4dcc86b75d (diff)
downloadchromium_src-1d180dfec5fd129a45bda1013204bb1c0a3baf9e.zip
chromium_src-1d180dfec5fd129a45bda1013204bb1c0a3baf9e.tar.gz
chromium_src-1d180dfec5fd129a45bda1013204bb1c0a3baf9e.tar.bz2
Smooth scrolling build cleanup.
Now that it's compiled into WebKit by default, remove the gyp flag. BUG=none TEST=build on Windows or Linux after this CL, turn on the flag, check that scrolling is still animated. Review URL: http://codereview.chromium.org/8100003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104893 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi11
1 files changed, 0 insertions, 11 deletions
diff --git a/build/common.gypi b/build/common.gypi
index dbdd9cb..d3f62fa 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -218,9 +218,6 @@
# Enable Web Intents and supporting UI.
'enable_web_intents%': 0,
- # Smooth scrolling is disabled by default.
- 'enable_smooth_scrolling%': 0,
-
# Webrtc compilation is enabled by default. Set to 0 to disable.
'enable_webrtc%': 1,
@@ -325,13 +322,6 @@
'proprietary_codecs%': 1,
'enable_webrtc%': 0,
}],
-
- # Enable smooth scrolling for Mac, Win, Linux and ChromeOS
- ['OS=="linux" or OS=="mac" or OS=="win"', {
- 'enable_smooth_scrolling%': 1,
- }, {
- 'enable_smooth_scrolling%': 0,
- }],
],
},
@@ -383,7 +373,6 @@
'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)',
'asan%': '<(asan)',
'enable_register_protocol_handler%': '<(enable_register_protocol_handler)',
- 'enable_smooth_scrolling%': '<(enable_smooth_scrolling)',
'enable_web_intents%': '<(enable_web_intents)',
# Whether to build for Wayland display server
'use_wayland%': 0,