Index: cc/surfaces/BUILD.gn |
diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn |
index 15adb47a6017cea9fa65019b53b0e267b6059426..1c5ca5cc08578caf592c1fd6df8068bc48a17ba6 100644 |
--- a/cc/surfaces/BUILD.gn |
+++ b/cc/surfaces/BUILD.gn |
@@ -45,8 +45,10 @@ component("surfaces") { |
defines = [ "CC_SURFACES_IMPLEMENTATION=1" ] |
- deps = [ |
+ public_deps = [ |
":surface_id", |
+ ] |
+ deps = [ |
"//base", |
"//base/third_party/dynamic_annotations", |
"//cc", |