DescriptionGN: Explicitly list out public headers in the blink_headers source_set
This enables "gn check" to enforce that source files that #include
these headers also declare a dependency on them in GN.
This also fixes "gn check" on Android from having errors like:
ERROR at //components/autofill/content/renderer/autofill_agent.cc:45:11: Include not allowed.
^--------------------------------------------
It is not in any dependency of
//components/autofill/content/renderer:renderer
The include file is in the target(s):
//third_party/WebKit/public:blink_headers_java_enums_srcjar__generate_enum
which should somehow be reachable.
BUG=367595
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=198439
Patch Set 1 #Patch Set 2 : fix indentation #Messages
Total messages: 9 (3 generated)
|