Commit 8ba35045 authored by Ken MacKay's avatar Ken MacKay Committed by Commit Bot

Add missing test dependency

Otherwise we get flaky build failures like:

../../third_party/blink/renderer/platform/bindings/name_client.h:9:10: fatal error: 'third_party/blink/renderer/platform/bindings/buildflags.h' file not found
	#include "third_party/blink/renderer/platform/bindings/buildflags.h"
	         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Change-Id: Ie9737e7e28a3e836cce94c5ff0eff8449096b651
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1948053
Commit-Queue: Guido Urdaneta <guidou@chromium.org>
Reviewed-by: default avatarAntonio Gomes <tonikitoo@igalia.com>
Reviewed-by: default avatarGuido Urdaneta <guidou@chromium.org>
Cr-Commit-Position: refs/heads/master@{#721529}
parent 2cc92cd7
...@@ -184,6 +184,7 @@ jumbo_source_set("test_support") { ...@@ -184,6 +184,7 @@ jumbo_source_set("test_support") {
"//base/test:test_support", "//base/test:test_support",
"//testing/gmock", "//testing/gmock",
"//third_party/blink/public:test_headers", "//third_party/blink/public:test_headers",
"//third_party/blink/renderer/platform",
"//third_party/webrtc_overrides:webrtc_component", "//third_party/webrtc_overrides:webrtc_component",
] ]
} }
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