Index: content/browser/BUILD.gn |
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn |
index 736cd5b3a4b1d8799db804272794205ba87b8a7b..3e794f8750c4f8f60f8961b204e8429a12c8e0cc 100644 |
--- a/content/browser/BUILD.gn |
+++ b/content/browser/BUILD.gn |
@@ -390,12 +390,6 @@ source_set("browser") { |
] |
} |
- if (use_aura || is_mac || is_android) { |
- sources += rebase_path( |
- content_browser_gypi_values.compositor_browser_surface_sources, |
- ".", |
- "//content") |
- } |
if (use_aura || is_mac) { |
sources += |
rebase_path(content_browser_gypi_values.compositor_browser_sources, |