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

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: perftest fix Created 7 years, 1 month 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 'resources/single_release_callback.cc', 366 'resources/single_release_callback.cc',
367 'resources/single_release_callback.h', 367 'resources/single_release_callback.h',
368 'resources/skpicture_content_layer_updater.cc', 368 'resources/skpicture_content_layer_updater.cc',
369 'resources/skpicture_content_layer_updater.h', 369 'resources/skpicture_content_layer_updater.h',
370 'resources/texture_mailbox.cc', 370 'resources/texture_mailbox.cc',
371 'resources/texture_mailbox.h', 371 'resources/texture_mailbox.h',
372 'resources/texture_mailbox_deleter.cc', 372 'resources/texture_mailbox_deleter.cc',
373 'resources/texture_mailbox_deleter.h', 373 'resources/texture_mailbox_deleter.h',
374 'resources/tile.cc', 374 'resources/tile.cc',
375 'resources/tile.h', 375 'resources/tile.h',
376 'resources/tile_bundle.cc',
377 'resources/tile_bundle.h',
376 'resources/tile_manager.cc', 378 'resources/tile_manager.cc',
377 'resources/tile_manager.h', 379 'resources/tile_manager.h',
378 'resources/tile_priority.cc', 380 'resources/tile_priority.cc',
379 'resources/tile_priority.h', 381 'resources/tile_priority.h',
380 'resources/transferable_resource.cc', 382 'resources/transferable_resource.cc',
381 'resources/transferable_resource.h', 383 'resources/transferable_resource.h',
382 'resources/ui_resource_bitmap.cc', 384 'resources/ui_resource_bitmap.cc',
383 'resources/ui_resource_bitmap.h', 385 'resources/ui_resource_bitmap.h',
384 'resources/ui_resource_client.h', 386 'resources/ui_resource_client.h',
385 'resources/ui_resource_request.cc', 387 'resources/ui_resource_request.cc',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'trees/thread_proxy.cc', 433 'trees/thread_proxy.cc',
432 'trees/thread_proxy.h', 434 'trees/thread_proxy.h',
433 'trees/tree_synchronizer.cc', 435 'trees/tree_synchronizer.cc',
434 'trees/tree_synchronizer.h', 436 'trees/tree_synchronizer.h',
435 ], 437 ],
436 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 438 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
437 'msvs_disabled_warnings': [ 4267, ], 439 'msvs_disabled_warnings': [ 4267, ],
438 }, 440 },
439 ], 441 ],
440 } 442 }
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