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

Side by Side Diff: cc/cc.gyp

Issue 12326022: Efficiently handle image layer scaling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win warnings 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/debug_colors.h » ('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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'overdraw_metrics.cc', 141 'overdraw_metrics.cc',
142 'overdraw_metrics.h', 142 'overdraw_metrics.h',
143 'page_scale_animation.cc', 143 'page_scale_animation.cc',
144 'page_scale_animation.h', 144 'page_scale_animation.h',
145 'paint_time_counter.cc', 145 'paint_time_counter.cc',
146 'paint_time_counter.h', 146 'paint_time_counter.h',
147 'picture.cc', 147 'picture.cc',
148 'picture.h', 148 'picture.h',
149 'picture_image_layer.cc', 149 'picture_image_layer.cc',
150 'picture_image_layer.h', 150 'picture_image_layer.h',
151 'picture_image_layer_impl.cc',
152 'picture_image_layer_impl.h',
151 'picture_layer.cc', 153 'picture_layer.cc',
152 'picture_layer.h', 154 'picture_layer.h',
153 'picture_layer_impl.cc', 155 'picture_layer_impl.cc',
154 'picture_layer_impl.h', 156 'picture_layer_impl.h',
155 'picture_layer_tiling.cc', 157 'picture_layer_tiling.cc',
156 'picture_layer_tiling.h', 158 'picture_layer_tiling.h',
157 'picture_layer_tiling_set.cc', 159 'picture_layer_tiling_set.cc',
158 'picture_layer_tiling_set.h', 160 'picture_layer_tiling_set.h',
159 'picture_pile.cc', 161 'picture_pile.cc',
160 'picture_pile.h', 162 'picture_pile.h',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'include_dirs': [ 356 'include_dirs': [
355 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls 357 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls
356 '<(webkit_src_dir)/Source/Platform/chromium' 358 '<(webkit_src_dir)/Source/Platform/chromium'
357 ] 359 ]
358 }, 360 },
359 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 361 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
360 'msvs_disabled_warnings': [ 4267, ], 362 'msvs_disabled_warnings': [ 4267, ],
361 }, 363 },
362 ], 364 ],
363 } 365 }
OLDNEW
« no previous file with comments | « no previous file | cc/debug_colors.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698