Commit 69efd071 authored by brettw's avatar brettw Committed by Commit bot

Put back allow_circular_includes_from in GN build.

A previous patch commented these out, but this ended up not being necessary. Put them back.

Review URL: https://codereview.chromium.org/565733003

Cr-Commit-Position: refs/heads/master@{#294460}
parent 769f4ff6
...@@ -54,8 +54,7 @@ source_set("browser_sources") { ...@@ -54,8 +54,7 @@ source_set("browser_sources") {
allow_circular_includes_from = [ allow_circular_includes_from = [
# This target is a pair with content/browser. They always go together and # This target is a pair with content/browser. They always go together and
# include headers from each other. # 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. # We expose skia headers in the public API.
......
...@@ -39,8 +39,7 @@ source_set("renderer_sources") { ...@@ -39,8 +39,7 @@ source_set("renderer_sources") {
allow_circular_includes_from = [ allow_circular_includes_from = [
# This target is a pair with content/renderer. They always go together and # This target is a pair with content/renderer. They always go together and
# include headers from each other. # include headers from each other.
# TODO(brettw) enable this when this permits non-dependent targets. "//content/renderer",
#"//content/renderer",
] ]
if (enable_webrtc) { if (enable_webrtc) {
......
...@@ -35,8 +35,7 @@ source_set("utility_sources") { ...@@ -35,8 +35,7 @@ source_set("utility_sources") {
allow_circular_includes_from = [ allow_circular_includes_from = [
# This target is a pair with content/browser. They always go together and # This target is a pair with content/browser. They always go together and
# include headers from each other. # include headers from each other.
# TODO(brettw) enable this when this permits non-dependent targets. "//content/utility",
#"//content/utility",
] ]
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment