Update ANGLE version header dependencies.
This is necessary to unblock http://crrev.com/c/3212895
After 3212895 rolls into ANGLE, we can then use the new
APIs that isolate the version header.
Bug: angleproject:2551
Change-Id: I7bb2dec591221e660594dbb1b7bdc28c17105452
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3223360
Auto-Submit: Jamie Madill <jmadill@chromium.org>
Commit-Queue: Geoff Lang <geofflang@chromium.org>
Reviewed-by: Geoff Lang <geofflang@chromium.org>
Cr-Commit-Position: refs/heads/main@{#931558}
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 592551f..0c344ffc 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -207,7 +207,9 @@
"//skia/public/mojom",
"//storage/browser",
"//storage/common",
- "//third_party/angle:angle_common",
+
+ # TODO(jmadill): Isolate ANGLE version header. http://anglebug.com/2551
+ "//third_party/angle:angle_version",
"//third_party/blink/public:blink_headers",
"//third_party/blink/public:buildflags",
"//third_party/blink/public:resources",
diff --git a/gpu/command_buffer/service/BUILD.gn b/gpu/command_buffer/service/BUILD.gn
index af8090dc..c65bb817 100644
--- a/gpu/command_buffer/service/BUILD.gn
+++ b/gpu/command_buffer/service/BUILD.gn
@@ -325,8 +325,10 @@
"//gpu/ipc/common",
"//gpu/vulkan:buildflags",
"//skia:buildflags",
- "//third_party/angle:angle_commit_id",
"//third_party/angle:angle_image_util",
+
+ # TODO(jmadill): Isolate ANGLE version header. http://anglebug.com/2551
+ "//third_party/angle:angle_version",
"//third_party/libyuv",
"//third_party/protobuf:protobuf_lite",
"//third_party/re2",