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

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: 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/cc_tests.gyp » ('j') | cc/resources/shared_tile_bundle.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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'resources/resource_update_queue.cc', 352 'resources/resource_update_queue.cc',
353 'resources/resource_update_queue.h', 353 'resources/resource_update_queue.h',
354 'resources/returned_resource.h', 354 'resources/returned_resource.h',
355 'resources/scoped_resource.cc', 355 'resources/scoped_resource.cc',
356 'resources/scoped_resource.h', 356 'resources/scoped_resource.h',
357 'resources/scoped_ui_resource.cc', 357 'resources/scoped_ui_resource.cc',
358 'resources/scoped_ui_resource.h', 358 'resources/scoped_ui_resource.h',
359 'resources/shared_bitmap.cc', 359 'resources/shared_bitmap.cc',
360 'resources/shared_bitmap.h', 360 'resources/shared_bitmap.h',
361 'resources/shared_bitmap_manager.h', 361 'resources/shared_bitmap_manager.h',
362 'resources/shared_tile_bundle.cc',
363 'resources/shared_tile_bundle.h',
362 'resources/single_release_callback.cc', 364 'resources/single_release_callback.cc',
363 'resources/single_release_callback.h', 365 'resources/single_release_callback.h',
364 'resources/skpicture_content_layer_updater.cc', 366 'resources/skpicture_content_layer_updater.cc',
365 'resources/skpicture_content_layer_updater.h', 367 'resources/skpicture_content_layer_updater.h',
366 'resources/texture_mailbox.cc', 368 'resources/texture_mailbox.cc',
367 'resources/texture_mailbox.h', 369 'resources/texture_mailbox.h',
368 'resources/texture_mailbox_deleter.cc', 370 'resources/texture_mailbox_deleter.cc',
369 'resources/texture_mailbox_deleter.h', 371 'resources/texture_mailbox_deleter.h',
370 'resources/tile.cc', 372 'resources/tile.cc',
371 'resources/tile.h', 373 'resources/tile.h',
374 'resources/tile_bundle.cc',
375 'resources/tile_bundle.h',
372 'resources/tile_manager.cc', 376 'resources/tile_manager.cc',
373 'resources/tile_manager.h', 377 'resources/tile_manager.h',
374 'resources/tile_priority.cc', 378 'resources/tile_priority.cc',
375 'resources/tile_priority.h', 379 'resources/tile_priority.h',
376 'resources/transferable_resource.cc', 380 'resources/transferable_resource.cc',
377 'resources/transferable_resource.h', 381 'resources/transferable_resource.h',
378 'resources/ui_resource_bitmap.cc', 382 'resources/ui_resource_bitmap.cc',
379 'resources/ui_resource_bitmap.h', 383 'resources/ui_resource_bitmap.h',
380 'resources/ui_resource_client.h', 384 'resources/ui_resource_client.h',
381 'resources/ui_resource_request.cc', 385 'resources/ui_resource_request.cc',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 'trees/thread_proxy.cc', 431 'trees/thread_proxy.cc',
428 'trees/thread_proxy.h', 432 'trees/thread_proxy.h',
429 'trees/tree_synchronizer.cc', 433 'trees/tree_synchronizer.cc',
430 'trees/tree_synchronizer.h', 434 'trees/tree_synchronizer.h',
431 ], 435 ],
432 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 436 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
433 'msvs_disabled_warnings': [ 4267, ], 437 'msvs_disabled_warnings': [ 4267, ],
434 }, 438 },
435 ], 439 ],
436 } 440 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/resources/shared_tile_bundle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698