| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index a5c13798e582d8060bd916269a5bb71cc76d1766..74a3c4b40d684cbe421d6a5f3684b2f59f6a1588 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -327,6 +327,7 @@ component("cc") {
|
| "resources/content_layer_updater.h",
|
| "resources/eviction_tile_priority_queue.cc",
|
| "resources/eviction_tile_priority_queue.h",
|
| + "resources/gpu_memory_buffer_manager.h",
|
| "resources/gpu_raster_worker_pool.cc",
|
| "resources/gpu_raster_worker_pool.h",
|
| "resources/image_layer_updater.cc",
|
| @@ -606,6 +607,8 @@ source_set("test_support") {
|
| "test/test_context_support.h",
|
| "test/test_gles2_interface.cc",
|
| "test/test_gles2_interface.h",
|
| + "test/test_gpu_memory_buffer_manager.cc",
|
| + "test/test_gpu_memory_buffer_manager.h",
|
| "test/test_now_source.cc",
|
| "test/test_now_source.h",
|
| "test/test_occlusion_tracker.h",
|
|
|