Commit 8790fef2 authored by Geoff Lang's avatar Geoff Lang Committed by Commit Bot

Fix linux_symbols not having a dependency on ANGLE's symbols.

This caused ANGLE's symbols to not be generated and uploaded with
official builds.

BUG=988958,988444

Change-Id: I428e5664755bb969fbe771c2a9d303f90d26a017
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1724840
Commit-Queue: Geoff Lang <geofflang@chromium.org>
Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/master@{#682379}
parent f5e8463e
......@@ -1940,6 +1940,8 @@ if (is_linux) {
":chrome_symbols",
":swiftshader_egl_symbols",
":swiftshader_gles_symbols",
":angle_egl_symbols",
":angle_gles_symbols",
]
}
extract_symbols("chrome_symbols") {
......
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