| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index e611f47f8c2606affafc37f3d11353a90c2603b6..b397075ec5d7e1fc76d699df2e75a10c5b7a020e 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -518,6 +518,7 @@ cc_component("cc") {
|
| deps = [
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| + "//cc/paint",
|
| "//cc/surfaces:surface_id",
|
| "//gpu",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| @@ -707,6 +708,7 @@ cc_static_library("test_support") {
|
| "//base",
|
| "//base/test:test_support",
|
| "//base/third_party/dynamic_annotations",
|
| + "//cc/paint",
|
| "//cc/surfaces",
|
| "//cc/surfaces:surface_id",
|
| "//gpu/command_buffer/client:gles2_c_lib",
|
| @@ -911,6 +913,7 @@ cc_test("cc_unittests") {
|
| "//base/test:test_support",
|
| "//cc/ipc",
|
| "//cc/ipc:test_interfaces",
|
| + "//cc/paint",
|
| "//cc/surfaces",
|
| "//cc/surfaces:surface_id",
|
| "//cc/surfaces:surfaces",
|
|
|