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

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: 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index ad08b00a542fc3170320bd5dbad7b8ebf2fa36c4..5c6cec9ac99761e8f0e7c71a4293e53e4a10f0d1 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4512,6 +4512,11 @@
['exclude', '^browser/ui/views/file_manager_dialog.h'],
]}
],
+ ['enable_smooth_scrolling==1', {
+ 'defines': [
+ 'ENABLE_SMOOTH_SCROLLING',
+ ],
+ }],
],
},
{

Powered by Google App Engine
This is Rietveld 408576698