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

Unified Diff: build/common.gypi

Issue 7034052: Linux/CrOS smooth scrolling support - behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased, cleaned up. Created 9 years, 6 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/app/generated_resources.grd » ('j') | chrome/app/generated_resources.grd » ('J')
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 65e6a65d3482538ba159b3b936919d29a3c77699..73db98713bc108cab93ca1815cb040256d7b1403 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -145,6 +145,9 @@
# Has no effect if 'clang' is not set as well.
'clang_use_chrome_plugins%': 0,
+ # Smooth scrolling is disabled by default.
+ 'enable_smooth_scrolling%': 0,
tony 2011/06/22 19:11:31 You don't need to define this here. It can just b
+
'conditions': [
# Use Skia as WebKit renderer on Mac
['OS=="mac"', {
@@ -250,6 +253,7 @@
'configuration_policy%': '<(configuration_policy)',
'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)',
'enable_register_protocol_handler%': '<(enable_register_protocol_handler)',
+ 'enable_smooth_scrolling%': '<(enable_smooth_scrolling)',
tony 2011/06/22 19:11:31 ie., at this level, just put: # Smooth scrolling i
# The release channel that this build targets. This is used to restrict
# channel-specific build options, like which installer packages to create.
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/app/generated_resources.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698