| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 4886d7b68af99f4d6f88baa9d431bdbfc2afb698..950caa1dd22f53d30d65280d57ada41a88d513c4 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -1016,12 +1016,15 @@ test("cc_perftests") {
|
| "//base",
|
| "//base/test:test_support",
|
| "//cc/ipc",
|
| + "//cc/ipc:interfaces",
|
| "//cc/surfaces",
|
| "//cc/surfaces:surface_id",
|
| "//gpu",
|
| "//gpu:test_support",
|
| "//gpu/command_buffer/common:gles2_utils",
|
| "//media",
|
| + "//mojo/edk/system",
|
| + "//mojo/public/cpp/bindings",
|
| "//skia",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
|
|