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

Side by Side Diff: cc/cc.gyp

Issue 375303002: cc: Refactor ResourceProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing typing error in build.gn Created 6 years, 5 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/output/gl_renderer.cc » ('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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'resources/resource_pool.h', 393 'resources/resource_pool.h',
394 'resources/resource_provider.cc', 394 'resources/resource_provider.cc',
395 'resources/resource_provider.h', 395 'resources/resource_provider.h',
396 'resources/resource_update.cc', 396 'resources/resource_update.cc',
397 'resources/resource_update.h', 397 'resources/resource_update.h',
398 'resources/resource_update_controller.cc', 398 'resources/resource_update_controller.cc',
399 'resources/resource_update_controller.h', 399 'resources/resource_update_controller.h',
400 'resources/resource_update_queue.cc', 400 'resources/resource_update_queue.cc',
401 'resources/resource_update_queue.h', 401 'resources/resource_update_queue.h',
402 'resources/returned_resource.h', 402 'resources/returned_resource.h',
403 'resources/scoped_gpu_raster.cc',
404 'resources/scoped_gpu_raster.h',
403 'resources/scoped_resource.cc', 405 'resources/scoped_resource.cc',
404 'resources/scoped_resource.h', 406 'resources/scoped_resource.h',
405 'resources/scoped_ui_resource.cc', 407 'resources/scoped_ui_resource.cc',
406 'resources/scoped_ui_resource.h', 408 'resources/scoped_ui_resource.h',
407 'resources/shared_bitmap.cc', 409 'resources/shared_bitmap.cc',
408 'resources/shared_bitmap.h', 410 'resources/shared_bitmap.h',
409 'resources/shared_bitmap_manager.h', 411 'resources/shared_bitmap_manager.h',
410 'resources/single_release_callback.cc', 412 'resources/single_release_callback.cc',
411 'resources/single_release_callback.h', 413 'resources/single_release_callback.h',
412 'resources/skpicture_content_layer_updater.cc', 414 'resources/skpicture_content_layer_updater.cc',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 'surfaces/surface_id_allocator.h', 508 'surfaces/surface_id_allocator.h',
507 'surfaces/surface_manager.cc', 509 'surfaces/surface_manager.cc',
508 'surfaces/surface_manager.h', 510 'surfaces/surface_manager.h',
509 'surfaces/surface_resource_holder.cc', 511 'surfaces/surface_resource_holder.cc',
510 'surfaces/surface_resource_holder.h', 512 'surfaces/surface_resource_holder.h',
511 'surfaces/surfaces_export.h', 513 'surfaces/surfaces_export.h',
512 ], 514 ],
513 }, 515 },
514 ], 516 ],
515 } 517 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/gl_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698