summaryrefslogtreecommitdiffstats
path: root/cc/surfaces
diff options
context:
space:
mode:
Diffstat (limited to 'cc/surfaces')
-rw-r--r--cc/surfaces/BUILD.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
index 15adb47..1c5ca5c 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",