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

Side by Side Diff: cc/cc.gyp

Issue 62283012: cc: Added tile bundles (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more review Created 7 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/layers/picture_layer_impl.h » ('j') | cc/resources/picture_layer_tiling.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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'resources/single_release_callback.cc', 369 'resources/single_release_callback.cc',
370 'resources/single_release_callback.h', 370 'resources/single_release_callback.h',
371 'resources/skpicture_content_layer_updater.cc', 371 'resources/skpicture_content_layer_updater.cc',
372 'resources/skpicture_content_layer_updater.h', 372 'resources/skpicture_content_layer_updater.h',
373 'resources/texture_mailbox.cc', 373 'resources/texture_mailbox.cc',
374 'resources/texture_mailbox.h', 374 'resources/texture_mailbox.h',
375 'resources/texture_mailbox_deleter.cc', 375 'resources/texture_mailbox_deleter.cc',
376 'resources/texture_mailbox_deleter.h', 376 'resources/texture_mailbox_deleter.h',
377 'resources/tile.cc', 377 'resources/tile.cc',
378 'resources/tile.h', 378 'resources/tile.h',
379 'resources/tile_bundle.cc',
380 'resources/tile_bundle.h',
379 'resources/tile_manager.cc', 381 'resources/tile_manager.cc',
380 'resources/tile_manager.h', 382 'resources/tile_manager.h',
381 'resources/tile_priority.cc', 383 'resources/tile_priority.cc',
382 'resources/tile_priority.h', 384 'resources/tile_priority.h',
383 'resources/transferable_resource.cc', 385 'resources/transferable_resource.cc',
384 'resources/transferable_resource.h', 386 'resources/transferable_resource.h',
385 'resources/ui_resource_bitmap.cc', 387 'resources/ui_resource_bitmap.cc',
386 'resources/ui_resource_bitmap.h', 388 'resources/ui_resource_bitmap.h',
387 'resources/ui_resource_client.h', 389 'resources/ui_resource_client.h',
388 'resources/ui_resource_request.cc', 390 'resources/ui_resource_request.cc',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'trees/thread_proxy.cc', 436 'trees/thread_proxy.cc',
435 'trees/thread_proxy.h', 437 'trees/thread_proxy.h',
436 'trees/tree_synchronizer.cc', 438 'trees/tree_synchronizer.cc',
437 'trees/tree_synchronizer.h', 439 'trees/tree_synchronizer.h',
438 ], 440 ],
439 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 441 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
440 'msvs_disabled_warnings': [ 4267, ], 442 'msvs_disabled_warnings': [ 4267, ],
441 }, 443 },
442 ], 444 ],
443 } 445 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/picture_layer_impl.h » ('j') | cc/resources/picture_layer_tiling.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698