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

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') | cc/picture_layer_impl.h » ('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 'active_animation.cc', 8 'active_animation.cc',
9 'active_animation.h', 9 'active_animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 'thread_impl.cc', 227 'thread_impl.cc',
228 'thread_impl.h', 228 'thread_impl.h',
229 'thread_proxy.cc', 229 'thread_proxy.cc',
230 'thread_proxy.h', 230 'thread_proxy.h',
231 'tile.cc', 231 'tile.cc',
232 'tile.h', 232 'tile.h',
233 'tile_draw_quad.cc', 233 'tile_draw_quad.cc',
234 'tile_draw_quad.h', 234 'tile_draw_quad.h',
235 'tile_manager.cc', 235 'tile_manager.cc',
236 'tile_manager.h', 236 'tile_manager.h',
237 'tile_priority.cc',
237 'tile_priority.h', 238 'tile_priority.h',
238 'tiled_layer.cc', 239 'tiled_layer.cc',
239 'tiled_layer.h', 240 'tiled_layer.h',
240 'tiled_layer_impl.cc', 241 'tiled_layer_impl.cc',
241 'tiled_layer_impl.h', 242 'tiled_layer_impl.h',
242 'tiling_data.cc', 243 'tiling_data.cc',
243 'tiling_data.h', 244 'tiling_data.h',
244 'time_source.h', 245 'time_source.h',
245 'timing_function.cc', 246 'timing_function.cc',
246 'timing_function.h', 247 'timing_function.h',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 ], 285 ],
285 'all_dependent_settings': { 286 'all_dependent_settings': {
286 'include_dirs': [ 287 'include_dirs': [
287 # Needed for <public/WebTransformationMatrix.h> in layer.h 288 # Needed for <public/WebTransformationMatrix.h> in layer.h
288 '<(webkit_src_dir)/Source/Platform/chromium', 289 '<(webkit_src_dir)/Source/Platform/chromium',
289 ], 290 ],
290 } 291 }
291 }, 292 },
292 ], 293 ],
293 } 294 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/picture_layer_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698