[blink] Fix some deps.
If a source file in a target #includes, transitively, a header generated by e.g. a buildflag_header, mojom, or grit target, the compiler may attempt to compile that translation unit before the header is generated unless gn properly declares the dependency on the action that generates the header. This patch adds some missing deps that at least allows the test_support target to be compiled from scratch without first compiling some other target, which was blocking some builds in the chromecast internal project. Bug: 800764 Test: build the following target in a clean out directory: third_party/blink/renderer/modules/peerconnection:test_support Change-Id: I1c469a37585f142df5c97e6a0ba21c76a889759f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1947558Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Simeon Anfinrud <sanfin@chromium.org> Cr-Commit-Position: refs/heads/master@{#721767}
Showing
Please register or sign in to comment