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

Side by Side Diff: cc/cc.gyp

Issue 12093015: Move page scale ownership to LayerTreeImpl. (Closed) Base URL: http://git.chromium.org/chromium/src.git@coordchange3
Patch Set: Rebase to 179503 Created 7 years, 10 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
« no previous file with comments | « no previous file | cc/layer_tree_host.cc » ('j') | no next file with comments »
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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'picture_layer_tiling.cc', 151 'picture_layer_tiling.cc',
152 'picture_layer_tiling.h', 152 'picture_layer_tiling.h',
153 'picture_layer_tiling_set.cc', 153 'picture_layer_tiling_set.cc',
154 'picture_layer_tiling_set.h', 154 'picture_layer_tiling_set.h',
155 'picture_pile.cc', 155 'picture_pile.cc',
156 'picture_pile.h', 156 'picture_pile.h',
157 'picture_pile_base.cc', 157 'picture_pile_base.cc',
158 'picture_pile_base.h', 158 'picture_pile_base.h',
159 'picture_pile_impl.cc', 159 'picture_pile_impl.cc',
160 'picture_pile_impl.h', 160 'picture_pile_impl.h',
161 'pinch_zoom_viewport.cc',
162 'pinch_zoom_viewport.h',
163 'platform_color.h', 161 'platform_color.h',
164 'prioritized_resource.cc', 162 'prioritized_resource.cc',
165 'prioritized_resource.h', 163 'prioritized_resource.h',
166 'prioritized_resource_manager.cc', 164 'prioritized_resource_manager.cc',
167 'prioritized_resource_manager.h', 165 'prioritized_resource_manager.h',
168 'priority_calculator.cc', 166 'priority_calculator.cc',
169 'priority_calculator.h', 167 'priority_calculator.h',
170 'program_binding.cc', 168 'program_binding.cc',
171 'program_binding.h', 169 'program_binding.h',
172 'proxy.cc', 170 'proxy.cc',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 'include_dirs': [ 348 'include_dirs': [
351 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 349 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
352 '<(webkit_src_dir)/Source/Platform/chromium' 350 '<(webkit_src_dir)/Source/Platform/chromium'
353 ] 351 ]
354 }, 352 },
355 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 353 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
356 'msvs_disabled_warnings': [ 4267, ], 354 'msvs_disabled_warnings': [ 4267, ],
357 }, 355 },
358 ], 356 ],
359 } 357 }
OLDNEW
« no previous file with comments | « no previous file | cc/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698