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

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: Revise for Ian's changes. Created 7 years, 9 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/layer.h » ('j') | cc/layer_tree_impl.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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 'picture_layer_tiling.cc', 162 'picture_layer_tiling.cc',
163 'picture_layer_tiling.h', 163 'picture_layer_tiling.h',
164 'picture_layer_tiling_set.cc', 164 'picture_layer_tiling_set.cc',
165 'picture_layer_tiling_set.h', 165 'picture_layer_tiling_set.h',
166 'picture_pile.cc', 166 'picture_pile.cc',
167 'picture_pile.h', 167 'picture_pile.h',
168 'picture_pile_base.cc', 168 'picture_pile_base.cc',
169 'picture_pile_base.h', 169 'picture_pile_base.h',
170 'picture_pile_impl.cc', 170 'picture_pile_impl.cc',
171 'picture_pile_impl.h', 171 'picture_pile_impl.h',
172 'pinch_zoom_scrollbar.cc',
173 'pinch_zoom_scrollbar.h',
174 'pinch_zoom_scrollbar_geometry.cc',
175 'pinch_zoom_scrollbar_geometry.h',
176 'pinch_zoom_scrollbar_painter.cc',
177 'pinch_zoom_scrollbar_painter.h',
172 'platform_color.h', 178 'platform_color.h',
173 'prioritized_resource.cc', 179 'prioritized_resource.cc',
174 'prioritized_resource.h', 180 'prioritized_resource.h',
175 'prioritized_resource_manager.cc', 181 'prioritized_resource_manager.cc',
176 'prioritized_resource_manager.h', 182 'prioritized_resource_manager.h',
177 'priority_calculator.cc', 183 'priority_calculator.cc',
178 'priority_calculator.h', 184 'priority_calculator.h',
179 'program_binding.cc', 185 'program_binding.cc',
180 'program_binding.h', 186 'program_binding.h',
181 'proxy.cc', 187 'proxy.cc',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'CC_IMPLEMENTATION=1', 366 'CC_IMPLEMENTATION=1',
361 ], 367 ],
362 'sources': [ 368 'sources': [
363 '<@(cc_source_files)', 369 '<@(cc_source_files)',
364 ], 370 ],
365 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 371 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
366 'msvs_disabled_warnings': [ 4267, ], 372 'msvs_disabled_warnings': [ 4267, ],
367 }, 373 },
368 ], 374 ],
369 } 375 }
OLDNEW
« no previous file with comments | « no previous file | cc/layer.h » ('j') | cc/layer_tree_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698