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

Unified Diff: cc/BUILD.gn

Issue 2824053003: Split SurfaceFactoryClient Into Four Interfaces (Closed)
Patch Set: Address Nits Created 3 years, 8 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/surfaces/BUILD.gn » ('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 f791854447dcbdfbf87d29dc0f48e9b96eb3372c..f925333d71c0b1545ba9d2a8f1dc81da9da37d92 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -566,6 +566,8 @@ cc_static_library("test_support") {
"test/fake_scoped_ui_resource.h",
"test/fake_scrollbar.cc",
"test/fake_scrollbar.h",
+ "test/fake_surface_resource_holder_client.cc",
+ "test/fake_surface_resource_holder_client.h",
"test/fake_tile_manager.cc",
"test/fake_tile_manager.h",
"test/fake_tile_manager_client.cc",
@@ -620,6 +622,7 @@ cc_static_library("test_support") {
"test/stub_layer_tree_host_client.h",
"test/stub_layer_tree_host_single_thread_client.cc",
"test/stub_layer_tree_host_single_thread_client.h",
+ "test/stub_surface_factory_client.h",
"test/surface_aggregator_test_helpers.cc",
"test/surface_aggregator_test_helpers.h",
"test/surface_hittest_test_helpers.cc",
« no previous file with comments | « no previous file | cc/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698