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

Side by Side 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: Refactor for cleaner state/scrollbar split. Created 7 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/damage_tracker.cc » ('j') | cc/damage_tracker.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'cc_source_files': [ 7 'cc_source_files': [
8 'animation.cc', 8 'animation.cc',
9 'animation.h', 9 'animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'picture_layer_impl.cc', 147 'picture_layer_impl.cc',
148 'picture_layer_impl.h', 148 'picture_layer_impl.h',
149 'picture_layer_tiling.cc', 149 'picture_layer_tiling.cc',
150 'picture_layer_tiling.h', 150 'picture_layer_tiling.h',
151 'picture_layer_tiling_set.cc', 151 'picture_layer_tiling_set.cc',
152 'picture_layer_tiling_set.h', 152 'picture_layer_tiling_set.h',
153 'picture_pile.cc', 153 'picture_pile.cc',
154 'picture_pile.h', 154 'picture_pile.h',
155 'picture_pile_impl.cc', 155 'picture_pile_impl.cc',
156 'picture_pile_impl.h', 156 'picture_pile_impl.h',
157 'pinch_zoom_scrollbar_layer_impl.cc',
158 'pinch_zoom_scrollbar_layer_impl.h',
157 'pinch_zoom_viewport.cc', 159 'pinch_zoom_viewport.cc',
158 'pinch_zoom_viewport.h', 160 'pinch_zoom_viewport.h',
159 'platform_color.h', 161 'platform_color.h',
160 'prioritized_resource.cc', 162 'prioritized_resource.cc',
161 'prioritized_resource.h', 163 'prioritized_resource.h',
162 'prioritized_resource_manager.cc', 164 'prioritized_resource_manager.cc',
163 'prioritized_resource_manager.h', 165 'prioritized_resource_manager.h',
164 'priority_calculator.cc', 166 'priority_calculator.cc',
165 'priority_calculator.h', 167 'priority_calculator.h',
166 'program_binding.cc', 168 'program_binding.cc',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 ], 331 ],
330 'all_dependent_settings': { 332 'all_dependent_settings': {
331 'include_dirs': [ 333 'include_dirs': [
332 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 334 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
333 '<(webkit_src_dir)/Source/Platform/chromium' 335 '<(webkit_src_dir)/Source/Platform/chromium'
334 ] 336 ]
335 } 337 }
336 }, 338 },
337 ], 339 ],
338 } 340 }
OLDNEW
« no previous file with comments | « no previous file | cc/damage_tracker.cc » ('j') | cc/damage_tracker.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698