Index: content/public/browser/BUILD.gn |
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn |
index 60330986506a8ff2e3a9a4b35e9d902823a3efb4..8d3052389e804fe35161e747edd5289afd4549a8 100644 |
--- a/content/public/browser/BUILD.gn |
+++ b/content/public/browser/BUILD.gn |
@@ -54,8 +54,7 @@ source_set("browser_sources") { |
allow_circular_includes_from = [ |
# This target is a pair with content/browser. They always go together and |
# include headers from each other. |
- # TODO(brettw) enable this when this permits non-dependent targets. |
- #"//content/browser", |
+ "//content/browser", |
] |
# We expose skia headers in the public API. |