diff options
Diffstat (limited to 'chromium/content/gpu/BUILD.gn')
-rw-r--r-- | chromium/content/gpu/BUILD.gn | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chromium/content/gpu/BUILD.gn b/chromium/content/gpu/BUILD.gn index 64ebb18c5f6..354cc7c3f38 100644 --- a/chromium/content/gpu/BUILD.gn +++ b/chromium/content/gpu/BUILD.gn @@ -96,10 +96,6 @@ target(link_target_type, "gpu_sources") { ] } - if (is_linux) { - deps += [ "//services/service_manager/zygote" ] - } - if (mojo_media_host == "gpu") { deps += [ "//media/mojo/services" ] } |