Commit dd1ae15f authored by thakis's avatar thakis Committed by Commit bot

gn docs: Add a missing closing paren.

BUG=none

Review-Url: https://codereview.chromium.org/2852443002
Cr-Commit-Position: refs/heads/master@{#467724}
parent a97b08be
...@@ -4941,7 +4941,7 @@ ...@@ -4941,7 +4941,7 @@
via the "check" command (see "gn help check"). via the "check" command (see "gn help check").
If no public files are declared, other targets (assuming they have visibility If no public files are declared, other targets (assuming they have visibility
to depend on this target can include any file in the sources list. If this to depend on this target) can include any file in the sources list. If this
variable is defined on a target, dependent targets may only include files on variable is defined on a target, dependent targets may only include files on
this whitelist. this whitelist.
......
...@@ -1552,7 +1552,7 @@ const char kPublic_Help[] = ...@@ -1552,7 +1552,7 @@ const char kPublic_Help[] =
via the "check" command (see "gn help check"). via the "check" command (see "gn help check").
If no public files are declared, other targets (assuming they have visibility If no public files are declared, other targets (assuming they have visibility
to depend on this target can include any file in the sources list. If this to depend on this target) can include any file in the sources list. If this
variable is defined on a target, dependent targets may only include files on variable is defined on a target, dependent targets may only include files on
this whitelist. this whitelist.
......
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