Chromium Code Reviews| Index: content/browser/BUILD.gn |
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
| index a5f3390a17a1714e5a5a615468d6c5b37569cec8..da511614f9acc1d0f613dcdd621ba1199b43d595 100644 |
| --- a/content/browser/BUILD.gn |
| +++ b/content/browser/BUILD.gn |
| @@ -1901,10 +1901,6 @@ source_set("browser") { |
| deps += [ "//ui/compositor" ] |
| } |
| - if (is_android || is_mac) { |
| - deps += [ "//gpu/ipc/common:gpu_surface_tracker" ] |
| - } |
| - |
| if (enable_web_speech) { |
| deps += [ "//third_party/flac" ] |
| } |