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

Unified Diff: cc/BUILD.gn

Issue 2493853002: cc/blimp: Proto Cleanup. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/animation/element_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 1ab08bb97209d1b8a0e3b93c2bf44fc19ae057db..7b541f1fccc4b3af56663d682d195c4a7b75049e 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -336,12 +336,8 @@ component("cc") {
"proto/cc_conversions.h",
"proto/gfx_conversions.cc",
"proto/gfx_conversions.h",
- "proto/gpu_conversions.cc",
- "proto/gpu_conversions.h",
"proto/skia_conversions.cc",
"proto/skia_conversions.h",
- "proto/synced_property_conversions.cc",
- "proto/synced_property_conversions.h",
"quads/content_draw_quad_base.cc",
"quads/content_draw_quad_base.h",
"quads/debug_border_draw_quad.cc",
@@ -449,7 +445,6 @@ component("cc") {
"scheduler/begin_frame_source.h",
"scheduler/begin_frame_tracker.cc",
"scheduler/begin_frame_tracker.h",
- "scheduler/commit_earlyout_reason.cc",
"scheduler/commit_earlyout_reason.h",
"scheduler/compositor_timing_history.cc",
"scheduler/compositor_timing_history.h",
@@ -853,7 +848,6 @@ test("cc_unittests") {
"blimp/layer_tree_host_unittest_serialization.cc",
"blimp/picture_data_conversions_unittest.cc",
"blimp/synced_property_remote_unittest.cc",
- "debug/layer_tree_debug_state_unittest.cc",
"debug/micro_benchmark_controller_unittest.cc",
"debug/rendering_stats_unittest.cc",
"input/browser_controls_offset_manager_unittest.cc",
@@ -900,10 +894,8 @@ test("cc_unittests") {
"output/filter_operations_unittest.cc",
"output/gl_renderer_unittest.cc",
"output/layer_quad_unittest.cc",
- "output/managed_memory_policy_unittest.cc",
"output/overlay_unittest.cc",
"output/renderer_pixeltest.cc",
- "output/renderer_settings_unittest.cc",
"output/shader_unittest.cc",
"output/software_renderer_unittest.cc",
"output/texture_mailbox_deleter_unittest.cc",
@@ -914,9 +906,7 @@ test("cc_unittests") {
"proto/base_conversions_unittest.cc",
"proto/cc_conversions_unittest.cc",
"proto/gfx_conversions_unittest.cc",
- "proto/gpu_conversions_unittest.cc",
"proto/skia_conversions_unittest.cc",
- "proto/synced_property_conversions_unittest.cc",
"quads/draw_polygon_unittest.cc",
"quads/draw_quad_unittest.cc",
"quads/render_pass_unittest.cc",
@@ -932,7 +922,6 @@ test("cc_unittests") {
"resources/scoped_resource_unittest.cc",
"resources/video_resource_updater_unittest.cc",
"scheduler/begin_frame_source_unittest.cc",
- "scheduler/commit_earlyout_reason_unittest.cc",
"scheduler/compositor_timing_history_unittest.cc",
"scheduler/delay_based_time_source_unittest.cc",
"scheduler/scheduler_state_machine_unittest.cc",
@@ -976,7 +965,6 @@ test("cc_unittests") {
"trees/occlusion_tracker_unittest.cc",
"trees/occlusion_unittest.cc",
"trees/property_tree_unittest.cc",
- "trees/proxy_common_unittest.cc",
"trees/swap_promise_manager_unittest.cc",
"trees/tree_synchronizer_unittest.cc",
« no previous file with comments | « no previous file | cc/animation/element_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698