Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3629)

Unified Diff: build/common.gypi

Issue 8100003: Smooth scrolling build cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index dbdd9cb29e5ea955a5bb5cbd5fd0de34d272772f..d3f62fa045580dfb4de18f579da7cc22ff3ded6f 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,
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698