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

Unified Diff: cc/BUILD.gn

Issue 309493002: Remove QuadCuller class and make QuadSink concrete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test2ownMock
Patch Set: gn build fix Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/cc.gyp » ('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 fef36f1eb1fb710bc1b0f7bcc172147b20229777..05d6f5cd93e4cee1b4a6efad6d0643f036c18bb7 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -165,6 +165,7 @@ component("cc") {
"layers/picture_layer_impl.cc",
"layers/picture_layer_impl.h",
"layers/quad_sink.h",
+ "layers/quad_sink.cc",
"layers/render_pass_sink.h",
"layers/render_surface.cc",
"layers/render_surface.h",
@@ -430,8 +431,6 @@ component("cc") {
"trees/proxy.h",
"trees/proxy_timing_history.cc",
"trees/proxy_timing_history.h",
- "trees/quad_culler.cc",
- "trees/quad_culler.h",
"trees/single_thread_proxy.cc",
"trees/single_thread_proxy.h",
"trees/thread_proxy.cc",
@@ -562,6 +561,7 @@ source_set("test_support") {
"test/layer_tree_pixel_test.h",
"test/layer_tree_test.cc",
"test/layer_tree_test.h",
+ "test/mock_occlusion_tracker.h",
"test/mock_quad_culler.cc",
"test/mock_quad_culler.h",
"test/ordered_texture_map.cc",
« 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