aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 8fad80f2..e62ae81e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -61,6 +61,8 @@ group("gn_all") {
"third_party/protobuf:protoc($host_toolchain)",
"third_party/zlib",
]
+ } else {
+ deps += [ "cast/cast_core/api" ]
}
}