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

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: 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/layers/picture_layer_impl.cc » ('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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'resources/single_release_callback.cc', 368 'resources/single_release_callback.cc',
369 'resources/single_release_callback.h', 369 'resources/single_release_callback.h',
370 'resources/skpicture_content_layer_updater.cc', 370 'resources/skpicture_content_layer_updater.cc',
371 'resources/skpicture_content_layer_updater.h', 371 'resources/skpicture_content_layer_updater.h',
372 'resources/texture_mailbox.cc', 372 'resources/texture_mailbox.cc',
373 'resources/texture_mailbox.h', 373 'resources/texture_mailbox.h',
374 'resources/texture_mailbox_deleter.cc', 374 'resources/texture_mailbox_deleter.cc',
375 'resources/texture_mailbox_deleter.h', 375 'resources/texture_mailbox_deleter.h',
376 'resources/tile.cc', 376 'resources/tile.cc',
377 'resources/tile.h', 377 'resources/tile.h',
378 'resources/tile_bundle.cc',
379 'resources/tile_bundle.h',
378 'resources/tile_manager.cc', 380 'resources/tile_manager.cc',
379 'resources/tile_manager.h', 381 'resources/tile_manager.h',
380 'resources/tile_priority.cc', 382 'resources/tile_priority.cc',
381 'resources/tile_priority.h', 383 'resources/tile_priority.h',
382 'resources/transferable_resource.cc', 384 'resources/transferable_resource.cc',
383 'resources/transferable_resource.h', 385 'resources/transferable_resource.h',
384 'resources/ui_resource_bitmap.cc', 386 'resources/ui_resource_bitmap.cc',
385 'resources/ui_resource_bitmap.h', 387 'resources/ui_resource_bitmap.h',
386 'resources/ui_resource_client.h', 388 'resources/ui_resource_client.h',
387 'resources/ui_resource_request.cc', 389 'resources/ui_resource_request.cc',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'trees/thread_proxy.cc', 435 'trees/thread_proxy.cc',
434 'trees/thread_proxy.h', 436 'trees/thread_proxy.h',
435 'trees/tree_synchronizer.cc', 437 'trees/tree_synchronizer.cc',
436 'trees/tree_synchronizer.h', 438 'trees/tree_synchronizer.h',
437 ], 439 ],
438 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 440 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
439 'msvs_disabled_warnings': [ 4267, ], 441 'msvs_disabled_warnings': [ 4267, ],
440 }, 442 },
441 ], 443 ],
442 } 444 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/picture_layer_impl.h » ('j') | cc/layers/picture_layer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698