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

Side by Side Diff: cc/cc.gyp

Issue 23097005: cc: return resources via a ReturnedResource struct rather than TransferableResource (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review nits Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/layers/delegated_renderer_layer.h » ('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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'resources/resource_pool.cc', 310 'resources/resource_pool.cc',
311 'resources/resource_pool.h', 311 'resources/resource_pool.h',
312 'resources/resource_provider.cc', 312 'resources/resource_provider.cc',
313 'resources/resource_provider.h', 313 'resources/resource_provider.h',
314 'resources/resource_update.cc', 314 'resources/resource_update.cc',
315 'resources/resource_update.h', 315 'resources/resource_update.h',
316 'resources/resource_update_controller.cc', 316 'resources/resource_update_controller.cc',
317 'resources/resource_update_controller.h', 317 'resources/resource_update_controller.h',
318 'resources/resource_update_queue.cc', 318 'resources/resource_update_queue.cc',
319 'resources/resource_update_queue.h', 319 'resources/resource_update_queue.h',
320 'resources/returned_resource.h',
320 'resources/scoped_resource.cc', 321 'resources/scoped_resource.cc',
321 'resources/scoped_resource.h', 322 'resources/scoped_resource.h',
322 'resources/scoped_ui_resource.cc', 323 'resources/scoped_ui_resource.cc',
323 'resources/scoped_ui_resource.h', 324 'resources/scoped_ui_resource.h',
324 'resources/skpicture_content_layer_updater.cc', 325 'resources/skpicture_content_layer_updater.cc',
325 'resources/skpicture_content_layer_updater.h', 326 'resources/skpicture_content_layer_updater.h',
326 'resources/sync_point_helper.cc', 327 'resources/sync_point_helper.cc',
327 'resources/sync_point_helper.h', 328 'resources/sync_point_helper.h',
328 'resources/texture_mailbox.cc', 329 'resources/texture_mailbox.cc',
329 'resources/texture_mailbox.h', 330 'resources/texture_mailbox.h',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'trees/thread_proxy.cc', 386 'trees/thread_proxy.cc',
386 'trees/thread_proxy.h', 387 'trees/thread_proxy.h',
387 'trees/tree_synchronizer.cc', 388 'trees/tree_synchronizer.cc',
388 'trees/tree_synchronizer.h', 389 'trees/tree_synchronizer.h',
389 ], 390 ],
390 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 391 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
391 'msvs_disabled_warnings': [ 4267, ], 392 'msvs_disabled_warnings': [ 4267, ],
392 }, 393 },
393 ], 394 ],
394 } 395 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/delegated_renderer_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698