summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webgl/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/webgl/BUILD.gn')
-rw-r--r--chromium/third_party/blink/renderer/modules/webgl/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/modules/webgl/BUILD.gn b/chromium/third_party/blink/renderer/modules/webgl/BUILD.gn
index 85f5e404765..8508f768494 100644
--- a/chromium/third_party/blink/renderer/modules/webgl/BUILD.gn
+++ b/chromium/third_party/blink/renderer/modules/webgl/BUILD.gn
@@ -171,4 +171,8 @@ blink_modules_sources("webgl") {
# the implementation depends on a fair chunk of core/ --
# include the core pch for faster Windows compilation times.
configs += [ "//third_party/blink/renderer/core:blink_core_pch" ]
+
+ public_deps = [ "//device/vr/public/mojom:mojom_blink" ]
+ deps = [ "//third_party/blink/renderer/modules/xr:xr" ]
+ allow_circular_includes_from = deps
}