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

Side by Side Diff: cc/BUILD.gn

Issue 375303002: cc: Refactor ResourceProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed 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 | « no previous file | cc/cc.gyp » ('j') | cc/resources/image_copy_raster_worker_pool.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 component("cc") { 5 component("cc") {
6 sources = [ 6 sources = [
7 "animation/animation.cc", 7 "animation/animation.cc",
8 "animation/animation.h", 8 "animation/animation.h",
9 "animation/animation_curve.cc", 9 "animation/animation_curve.cc",
10 "animation/animation_curve.h", 10 "animation/animation_curve.h",
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 "resources/resource_pool.h", 366 "resources/resource_pool.h",
367 "resources/resource_provider.cc", 367 "resources/resource_provider.cc",
368 "resources/resource_provider.h", 368 "resources/resource_provider.h",
369 "resources/resource_update.cc", 369 "resources/resource_update.cc",
370 "resources/resource_update.h", 370 "resources/resource_update.h",
371 "resources/resource_update_controller.cc", 371 "resources/resource_update_controller.cc",
372 "resources/resource_update_controller.h", 372 "resources/resource_update_controller.h",
373 "resources/resource_update_queue.cc", 373 "resources/resource_update_queue.cc",
374 "resources/resource_update_queue.h", 374 "resources/resource_update_queue.h",
375 "resources/returned_resource.h", 375 "resources/returned_resource.h",
376 "resources/scoped_gpu_raster.cc',
377 "resources/scoped_gpu_raster.h',
376 "resources/scoped_resource.cc", 378 "resources/scoped_resource.cc",
377 "resources/scoped_resource.h", 379 "resources/scoped_resource.h",
378 "resources/scoped_ui_resource.cc", 380 "resources/scoped_ui_resource.cc",
379 "resources/scoped_ui_resource.h", 381 "resources/scoped_ui_resource.h",
380 "resources/shared_bitmap.cc", 382 "resources/shared_bitmap.cc",
381 "resources/shared_bitmap.h", 383 "resources/shared_bitmap.h",
382 "resources/shared_bitmap_manager.h", 384 "resources/shared_bitmap_manager.h",
383 "resources/single_release_callback.cc", 385 "resources/single_release_callback.cc",
384 "resources/single_release_callback.h", 386 "resources/single_release_callback.h",
385 "resources/skpicture_content_layer_updater.cc", 387 "resources/skpicture_content_layer_updater.cc",
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 "//ui/gfx", 782 "//ui/gfx",
781 "//ui/gfx/geometry", 783 "//ui/gfx/geometry",
782 ] 784 ]
783 } 785 }
784 786
785 test("cc_perftests") { 787 test("cc_perftests") {
786 # TODO(GYP) 788 # TODO(GYP)
787 } 789 }
788 790
789 } # if false 791 } # if false
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/resources/image_copy_raster_worker_pool.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698