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

Unified Diff: cc/cc.gyp

Issue 11550035: Implement pinch-zoom scaling for main-frame scrollbars and pinch-zoom overlay scrollbars. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing files. Created 8 years 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 | cc/layer_tree_host.h » ('j') | cc/layer_tree_host_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index c20cb5db2354ea91a93bff462287c99269e87f48..29aa314f2580fbe592e4895ea347ff04bf305159 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -144,6 +144,10 @@
'picture_pile.h',
'picture_pile_impl.cc',
'picture_pile_impl.h',
+ 'pinch_zoom_scrollbar_layer.cc',
+ 'pinch_zoom_scrollbar_layer.h',
+ 'pinch_zoom_scrollbars_manager.cc',
+ 'pinch_zoom_scrollbars_manager.h',
'platform_color.h',
'prioritized_resource.cc',
'prioritized_resource.h',
« no previous file with comments | « no previous file | cc/layer_tree_host.h » ('j') | cc/layer_tree_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698