| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index dafa89a13f1dce0ebebff797c4b4747584ec74f9..2442cfe1f5358ed7b75c17dbae045edd959baa0c 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -253,6 +253,8 @@ component("cc") {
|
| "output/delegating_renderer.h",
|
| "output/direct_renderer.cc",
|
| "output/direct_renderer.h",
|
| + "output/dynamic_geometry_binding.cc",
|
| + "output/dynamic_geometry_binding.h",
|
| "output/filter_operation.cc",
|
| "output/filter_operation.h",
|
| "output/filter_operations.cc",
|
| @@ -293,6 +295,8 @@ component("cc") {
|
| "output/software_output_device.h",
|
| "output/software_renderer.cc",
|
| "output/software_renderer.h",
|
| + "output/static_geometry_binding.cc",
|
| + "output/static_geometry_binding.h",
|
| "output/viewport_selection_bound.cc",
|
| "output/viewport_selection_bound.h",
|
| "output/vsync_parameter_observer.h",
|
| @@ -502,8 +506,6 @@ component("cc") {
|
| "trees/damage_tracker.h",
|
| "trees/draw_property_utils.cc",
|
| "trees/draw_property_utils.h",
|
| - "trees/layer_sorter.cc",
|
| - "trees/layer_sorter.h",
|
| "trees/layer_tree_host.cc",
|
| "trees/layer_tree_host.h",
|
| "trees/layer_tree_host_client.h",
|
| @@ -826,7 +828,6 @@ if (!is_win || link_chrome_on_windows) {
|
| "test/test_web_graphics_context_3d_unittest.cc",
|
| "trees/blocking_task_runner_unittest.cc",
|
| "trees/damage_tracker_unittest.cc",
|
| - "trees/layer_sorter_unittest.cc",
|
| "trees/layer_tree_host_common_unittest.cc",
|
| "trees/layer_tree_host_impl_unittest.cc",
|
| "trees/layer_tree_host_pixeltest_blending.cc",
|
|
|