| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 18e185613e9f3a0b17e80a1f39ad2b9b5aac18aa..cb966fd0eb7b84e2c84b240ca5232a0f4d2310a9 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -568,6 +568,8 @@ cc_static_library("test_support") {
|
| "test/fake_scoped_ui_resource.h",
|
| "test/fake_scrollbar.cc",
|
| "test/fake_scrollbar.h",
|
| + "test/fake_surface_observer.cc",
|
| + "test/fake_surface_observer.h",
|
| "test/fake_surface_resource_holder_client.cc",
|
| "test/fake_surface_resource_holder_client.h",
|
| "test/fake_tile_manager.cc",
|
|
|