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

Unified Diff: chrome/chrome_browser.gypi

Issue 7034052: Linux/CrOS smooth scrolling support - behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index abbc724e2e20e1a4b4cfc6daeda3172b0ebb336e..5ae165051694aa2ffb701059965b755fa9cc8962 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4458,6 +4458,11 @@
['exclude', '^browser/ui/views/file_manager_dialogs.cc'],
]}
],
+ ['OS=="linux" and enable_smooth_scrolling==1', {
+ 'defines': [
+ 'ENABLE_SMOOTH_SCROLLING',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698