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

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: 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/output/gl_renderer.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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 "resources/raster_mode.h", 355 "resources/raster_mode.h",
356 "resources/raster_worker_pool.cc", 356 "resources/raster_worker_pool.cc",
357 "resources/raster_worker_pool.h", 357 "resources/raster_worker_pool.h",
358 "resources/rasterizer.cc", 358 "resources/rasterizer.cc",
359 "resources/rasterizer.h", 359 "resources/rasterizer.h",
360 "resources/release_callback.h", 360 "resources/release_callback.h",
361 "resources/resource.cc", 361 "resources/resource.cc",
362 "resources/resource.h", 362 "resources/resource.h",
363 "resources/resource_format.h", 363 "resources/resource_format.h",
364 "resources/resource_format.cc", 364 "resources/resource_format.cc",
365 "resources/resource_helper.cc",
366 "resources/resource_helper.h",
365 "resources/resource_pool.cc", 367 "resources/resource_pool.cc",
366 "resources/resource_pool.h", 368 "resources/resource_pool.h",
367 "resources/resource_provider.cc", 369 "resources/resource_provider.cc",
368 "resources/resource_provider.h", 370 "resources/resource_provider.h",
369 "resources/resource_update.cc", 371 "resources/resource_update.cc",
370 "resources/resource_update.h", 372 "resources/resource_update.h",
371 "resources/resource_update_controller.cc", 373 "resources/resource_update_controller.cc",
372 "resources/resource_update_controller.h", 374 "resources/resource_update_controller.h",
373 "resources/resource_update_queue.cc", 375 "resources/resource_update_queue.cc",
374 "resources/resource_update_queue.h", 376 "resources/resource_update_queue.h",
(...skipping 405 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/output/gl_renderer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698