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

Unified Diff: cc/BUILD.gn

Issue 2278283003: Refactor client visibility handling (Closed)
Patch Set: more fixes Created 4 years, 4 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 | « blimp/client/support/compositor/blimp_context_provider.cc ('k') | cc/output/context_cache_controller.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 801ee866cd1e6482c68152cd88112fe0f96d7be1..d4207c5036dabf7dccd04dbfa81a3f40559ab0dd 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -209,6 +209,8 @@ component("cc") {
"output/compositor_frame.h",
"output/compositor_frame_metadata.cc",
"output/compositor_frame_metadata.h",
+ "output/context_cache_controller.cc",
+ "output/context_cache_controller.h",
"output/context_provider.h",
"output/copy_output_request.cc",
"output/copy_output_request.h",
@@ -852,6 +854,7 @@ test("cc_unittests") {
"output/begin_frame_args_unittest.cc",
"output/bsp_tree_unittest.cc",
"output/buffer_to_texture_target_map_unittest.cc",
+ "output/context_cache_controller_unittest.cc",
"output/delegating_renderer_unittest.cc",
"output/filter_operations_unittest.cc",
"output/gl_renderer_unittest.cc",
« no previous file with comments | « blimp/client/support/compositor/blimp_context_provider.cc ('k') | cc/output/context_cache_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698