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

Side by Side Diff: cc/cc.gyp

Issue 11414238: implement the logic to set tile priorities based on current matrix (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressing comments 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('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 'active_animation.cc', 8 'active_animation.cc',
9 'active_animation.h', 9 'active_animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 'thread_impl.cc', 231 'thread_impl.cc',
232 'thread_impl.h', 232 'thread_impl.h',
233 'thread_proxy.cc', 233 'thread_proxy.cc',
234 'thread_proxy.h', 234 'thread_proxy.h',
235 'tile.cc', 235 'tile.cc',
236 'tile.h', 236 'tile.h',
237 'tile_draw_quad.cc', 237 'tile_draw_quad.cc',
238 'tile_draw_quad.h', 238 'tile_draw_quad.h',
239 'tile_manager.cc', 239 'tile_manager.cc',
240 'tile_manager.h', 240 'tile_manager.h',
241 'tile_priority.cc',
241 'tile_priority.h', 242 'tile_priority.h',
242 'tiled_layer.cc', 243 'tiled_layer.cc',
243 'tiled_layer.h', 244 'tiled_layer.h',
244 'tiled_layer_impl.cc', 245 'tiled_layer_impl.cc',
245 'tiled_layer_impl.h', 246 'tiled_layer_impl.h',
246 'tiling_data.cc', 247 'tiling_data.cc',
247 'tiling_data.h', 248 'tiling_data.h',
248 'time_source.h', 249 'time_source.h',
249 'timing_function.cc', 250 'timing_function.cc',
250 'timing_function.h', 251 'timing_function.h',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 ], 289 ],
289 'all_dependent_settings': { 290 'all_dependent_settings': {
290 'include_dirs': [ 291 'include_dirs': [
291 # Needed for <public/WebTransformationMatrix.h> in layer.h 292 # Needed for <public/WebTransformationMatrix.h> in layer.h
292 '<(webkit_src_dir)/Source/Platform/chromium', 293 '<(webkit_src_dir)/Source/Platform/chromium',
293 ], 294 ],
294 } 295 }
295 }, 296 },
296 ], 297 ],
297 } 298 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698