Commit 66788592 authored by Daniel Bratell's avatar Daniel Bratell Committed by Commit Bot

Correct spelling of a crc32c header in BUILD.gn.

Not all sources lists have been kept up to date with code
movement/removal and it seems to make some isolate steps in
cq sad for some CLs (mine).

Change-Id: I5bfe35139a41ab5d88aca564b1f7a2ded5ebab06
Reviewed-on: https://chromium-review.googlesource.com/c/1288971
Commit-Queue: Daniel Bratell <bratell@opera.com>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: default avatarVictor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#600818}
parent 7ab239f7
...@@ -67,7 +67,7 @@ source_set("crc32c") { ...@@ -67,7 +67,7 @@ source_set("crc32c") {
"config/crc32c/crc32c_config.h", "config/crc32c/crc32c_config.h",
"src/include/crc32c/crc32c.h", "src/include/crc32c/crc32c.h",
"src/src/crc32c.cc", "src/src/crc32c.cc",
"src/src/crc32c_arm_linux_check.h", "src/src/crc32c_arm64_linux_check.h",
"src/src/crc32c_internal.h", "src/src/crc32c_internal.h",
"src/src/crc32c_portable.cc", "src/src/crc32c_portable.cc",
"src/src/crc32c_prefetch.h", "src/src/crc32c_prefetch.h",
......
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