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

Side by Side Diff: cc/BUILD.gn

Issue 909353002: Move PixelRefMap and its Iterator out from Picture class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 9 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') | no next file with comments »
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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("cc") { 7 component("cc") {
8 sources = [ 8 sources = [
9 "animation/animation.cc", 9 "animation/animation.cc",
10 "animation/animation.h", 10 "animation/animation.h",
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 "resources/picture_layer_tiling.cc", 386 "resources/picture_layer_tiling.cc",
387 "resources/picture_layer_tiling.h", 387 "resources/picture_layer_tiling.h",
388 "resources/picture_layer_tiling_set.cc", 388 "resources/picture_layer_tiling_set.cc",
389 "resources/picture_layer_tiling_set.h", 389 "resources/picture_layer_tiling_set.h",
390 "resources/picture_pile.cc", 390 "resources/picture_pile.cc",
391 "resources/picture_pile.h", 391 "resources/picture_pile.h",
392 "resources/picture_pile_impl.cc", 392 "resources/picture_pile_impl.cc",
393 "resources/picture_pile_impl.h", 393 "resources/picture_pile_impl.h",
394 "resources/pixel_buffer_tile_task_worker_pool.cc", 394 "resources/pixel_buffer_tile_task_worker_pool.cc",
395 "resources/pixel_buffer_tile_task_worker_pool.h", 395 "resources/pixel_buffer_tile_task_worker_pool.h",
396 "resources/pixel_ref_map.cc",
397 "resources/pixel_ref_map.h",
396 "resources/platform_color.h", 398 "resources/platform_color.h",
397 "resources/prioritized_resource.cc", 399 "resources/prioritized_resource.cc",
398 "resources/prioritized_resource.h", 400 "resources/prioritized_resource.h",
399 "resources/prioritized_resource_manager.cc", 401 "resources/prioritized_resource_manager.cc",
400 "resources/prioritized_resource_manager.h", 402 "resources/prioritized_resource_manager.h",
401 "resources/priority_calculator.cc", 403 "resources/priority_calculator.cc",
402 "resources/priority_calculator.h", 404 "resources/priority_calculator.h",
403 "resources/raster_buffer.cc", 405 "resources/raster_buffer.cc",
404 "resources/raster_buffer.h", 406 "resources/raster_buffer.h",
405 "resources/raster_source.h", 407 "resources/raster_source.h",
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 "quads/draw_quad_unittest.cc", 800 "quads/draw_quad_unittest.cc",
799 "quads/list_container_unittest.cc", 801 "quads/list_container_unittest.cc",
800 "quads/render_pass_unittest.cc", 802 "quads/render_pass_unittest.cc",
801 "resources/display_item_list_unittest.cc", 803 "resources/display_item_list_unittest.cc",
802 "resources/layer_quad_unittest.cc", 804 "resources/layer_quad_unittest.cc",
803 "resources/picture_layer_tiling_set_unittest.cc", 805 "resources/picture_layer_tiling_set_unittest.cc",
804 "resources/picture_layer_tiling_unittest.cc", 806 "resources/picture_layer_tiling_unittest.cc",
805 "resources/picture_pile_impl_unittest.cc", 807 "resources/picture_pile_impl_unittest.cc",
806 "resources/picture_pile_unittest.cc", 808 "resources/picture_pile_unittest.cc",
807 "resources/picture_unittest.cc", 809 "resources/picture_unittest.cc",
810 "resources/pixel_ref_map_unittest.cc",
808 "resources/platform_color_unittest.cc", 811 "resources/platform_color_unittest.cc",
809 "resources/prioritized_resource_unittest.cc", 812 "resources/prioritized_resource_unittest.cc",
810 "resources/resource_provider_unittest.cc", 813 "resources/resource_provider_unittest.cc",
811 "resources/resource_update_controller_unittest.cc", 814 "resources/resource_update_controller_unittest.cc",
812 "resources/scoped_gpu_raster_unittest.cc", 815 "resources/scoped_gpu_raster_unittest.cc",
813 "resources/scoped_resource_unittest.cc", 816 "resources/scoped_resource_unittest.cc",
814 "resources/task_graph_runner_unittest.cc", 817 "resources/task_graph_runner_unittest.cc",
815 "resources/texture_mailbox_deleter_unittest.cc", 818 "resources/texture_mailbox_deleter_unittest.cc",
816 "resources/texture_uploader_unittest.cc", 819 "resources/texture_uploader_unittest.cc",
817 "resources/tile_manager_unittest.cc", 820 "resources/tile_manager_unittest.cc",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 "//testing/gmock", 921 "//testing/gmock",
919 "//testing/gtest", 922 "//testing/gtest",
920 "//testing/perf", 923 "//testing/perf",
921 "//ui/gfx", 924 "//ui/gfx",
922 "//ui/gfx/geometry", 925 "//ui/gfx/geometry",
923 "//ui/gl", 926 "//ui/gl",
924 ] 927 ]
925 } 928 }
926 # When adding support for isolates, please have a look at run-time dependencies 929 # When adding support for isolates, please have a look at run-time dependencies
927 # in the cc_unittests_run target in cc_tests.gyp. 930 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698