| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 7e6a131920580078f01f0dca92c3f5546db5c58b..23a9d842ee9931afd477fec9f5263b9db87ff5cb 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -608,6 +608,8 @@ source_set("test_support") {
|
| "test/test_gles2_interface.h",
|
| "test/test_gpu_memory_buffer_manager.cc",
|
| "test/test_gpu_memory_buffer_manager.h",
|
| + "test/test_image_factory.cc",
|
| + "test/test_image_factory.h",
|
| "test/test_now_source.cc",
|
| "test/test_now_source.h",
|
| "test/test_occlusion_tracker.h",
|
|
|