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

Side by Side Diff: cc/cc.gyp

Issue 2020993004: Implement TransferableResource StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 6 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »
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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 'raster/tile_task.h', 448 'raster/tile_task.h',
449 'raster/zero_copy_raster_buffer_provider.cc', 449 'raster/zero_copy_raster_buffer_provider.cc',
450 'raster/zero_copy_raster_buffer_provider.h', 450 'raster/zero_copy_raster_buffer_provider.h',
451 'resources/memory_history.cc', 451 'resources/memory_history.cc',
452 'resources/memory_history.h', 452 'resources/memory_history.h',
453 'resources/platform_color.h', 453 'resources/platform_color.h',
454 'resources/release_callback.h', 454 'resources/release_callback.h',
455 'resources/resource.h', 455 'resources/resource.h',
456 'resources/resource_format.cc', 456 'resources/resource_format.cc',
457 'resources/resource_format.h', 457 'resources/resource_format.h',
458 'resources/resource_format_utils.cc',
459 'resources/resource_format_utils.h',
458 'resources/resource_pool.cc', 460 'resources/resource_pool.cc',
459 'resources/resource_pool.h', 461 'resources/resource_pool.h',
460 'resources/resource_provider.cc', 462 'resources/resource_provider.cc',
461 'resources/resource_provider.h', 463 'resources/resource_provider.h',
462 'resources/resource_util.h', 464 'resources/resource_util.h',
463 'resources/returned_resource.h', 465 'resources/returned_resource.h',
464 'resources/scoped_resource.cc', 466 'resources/scoped_resource.cc',
465 'resources/scoped_resource.h', 467 'resources/scoped_resource.h',
466 'resources/scoped_ui_resource.cc', 468 'resources/scoped_ui_resource.cc',
467 'resources/scoped_ui_resource.h', 469 'resources/scoped_ui_resource.h',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 'surfaces/surface_resource_holder.cc', 703 'surfaces/surface_resource_holder.cc',
702 'surfaces/surface_resource_holder.h', 704 'surfaces/surface_resource_holder.h',
703 'surfaces/surfaces_export.h', 705 'surfaces/surfaces_export.h',
704 ], 706 ],
705 'includes': [ 707 'includes': [
706 '../build/android/increase_size_for_speed.gypi', 708 '../build/android/increase_size_for_speed.gypi',
707 ], 709 ],
708 }, 710 },
709 ], 711 ],
710 } 712 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698