| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 911fe4866fee665de16faa076e17e80ece83f021..3cee8fcd2084be8bd898ab1ae37c056eac2f4147 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -522,6 +522,7 @@ cc_component("cc") {
|
| deps = [
|
| "//base",
|
| "//base/third_party/dynamic_annotations",
|
| + "//cc/paint",
|
| "//cc/surfaces:surface_id",
|
| "//gpu",
|
| "//gpu/command_buffer/client:gles2_implementation",
|
| @@ -710,6 +711,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",
|
| @@ -913,6 +915,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",
|
|
|