Index: chrome/common/BUILD.gn |
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
index 028bac1bcecf79119606e686d635dcf17b8ab987..b06e21aa964fa845fa64f3508100dde952cd69a7 100644 |
--- a/chrome/common/BUILD.gn |
+++ b/chrome/common/BUILD.gn |
@@ -510,6 +510,12 @@ static_library("common") { |
if (enable_vr_shell) { |
defines += [ "ENABLE_VR_SHELL" ] |
} |
+ |
+ if (is_linux) { |
+ deps = [ |
+ "//sandbox/linux:sandbox_services", |
+ ] |
+ } |
} |
process_version("version_header") { |