Index: cc/BUILD.gn |
diff --git a/cc/BUILD.gn b/cc/BUILD.gn |
index 83e012ae5da4453b0f02681d66eb3140a9913993..9d13cccddaccc18dbe8827320d7908598def65e2 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", |
@@ -504,8 +508,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", |
@@ -829,7 +831,6 @@ test("cc_unittests") { |
"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", |