| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 7c1254aa739bf0384054011d58bd14c1237e22d7..f7767e998ec264e0829fca1f9f7e1ae387d473c5 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -470,6 +470,7 @@ component("cc") {
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| "//gpu",
|
| + "//gpu/command_buffer/client:gles2_interface",
|
| "//media",
|
| "//skia",
|
| "//ui/events:events_base",
|
| @@ -764,6 +765,7 @@ test("cc_unittests") {
|
| "//cc/surfaces",
|
| "//gpu",
|
| "//gpu:test_support",
|
| + "//gpu/command_buffer/client:gles2_interface",
|
| "//gpu/command_buffer/common:gles2_utils",
|
| "//media",
|
| "//testing/gmock",
|
|
|