| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 0a43bbcc8915cc07648bceb06f40dd1cad47f776..3ec952c7ec9a6bae44c930f2678cbb9821e430da 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -165,6 +165,8 @@ static_library("test_support") {
|
| "fake_compositor_dependencies.h",
|
| "fake_plugin_service.cc",
|
| "fake_plugin_service.h",
|
| + "fake_renderer_compositor_frame_sink.cc",
|
| + "fake_renderer_compositor_frame_sink.h",
|
| "mock_background_sync_controller.cc",
|
| "mock_background_sync_controller.h",
|
| "mock_google_streaming_server.cc",
|
| @@ -245,6 +247,7 @@ static_library("test_support") {
|
| "//cc:test_support",
|
| "//cc/blink",
|
| "//cc/ipc",
|
| + "//cc/ipc:interfaces",
|
| "//cc/surfaces",
|
| "//components/display_compositor",
|
| "//components/leveldb/public/interfaces",
|
|
|