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

Side by Side Diff: cc/cc.gyp

Issue 12353003: cc: Refactored Tile::GetResourceId (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more 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/picture_layer_impl.cc » ('j') | cc/tile.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 'animation.cc', 8 'animation.cc',
9 'animation.h', 9 'animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'texture_uploader.h', 275 'texture_uploader.h',
276 'thread.h', 276 'thread.h',
277 'thread_impl.cc', 277 'thread_impl.cc',
278 'thread_impl.h', 278 'thread_impl.h',
279 'thread_proxy.cc', 279 'thread_proxy.cc',
280 'thread_proxy.h', 280 'thread_proxy.h',
281 'tile.cc', 281 'tile.cc',
282 'tile.h', 282 'tile.h',
283 'tile_draw_quad.cc', 283 'tile_draw_quad.cc',
284 'tile_draw_quad.h', 284 'tile_draw_quad.h',
285 'tile_drawing_info.cc',
286 'tile_drawing_info.h',
285 'tile_manager.cc', 287 'tile_manager.cc',
286 'tile_manager.h', 288 'tile_manager.h',
287 'tile_priority.cc', 289 'tile_priority.cc',
288 'tile_priority.h', 290 'tile_priority.h',
289 'tiled_layer.cc', 291 'tiled_layer.cc',
290 'tiled_layer.h', 292 'tiled_layer.h',
291 'tiled_layer_impl.cc', 293 'tiled_layer_impl.cc',
292 'tiled_layer_impl.h', 294 'tiled_layer_impl.h',
293 'tiling_data.cc', 295 'tiling_data.cc',
294 'tiling_data.h', 296 'tiling_data.h',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 'CC_IMPLEMENTATION=1', 355 'CC_IMPLEMENTATION=1',
354 ], 356 ],
355 'sources': [ 357 'sources': [
356 '<@(cc_source_files)', 358 '<@(cc_source_files)',
357 ], 359 ],
358 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 360 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
359 'msvs_disabled_warnings': [ 4267, ], 361 'msvs_disabled_warnings': [ 4267, ],
360 }, 362 },
361 ], 363 ],
362 } 364 }
OLDNEW
« no previous file with comments | « no previous file | cc/picture_layer_impl.cc » ('j') | cc/tile.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698