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

Correct the path of some woff2 headers in sources lists

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: Ie643b34a044b927021ce8ad2774568973c328a3c
Reviewed-on: https://chromium-review.googlesource.com/c/1288793Reviewed-by: default avatarKunihiko Sakamoto <ksakamoto@chromium.org>
Commit-Queue: Daniel Bratell <bratell@opera.com>
Cr-Commit-Position: refs/heads/master@{#601061}
parent 7f0c7d47
...@@ -8,6 +8,9 @@ config("woff2_includes") { ...@@ -8,6 +8,9 @@ config("woff2_includes") {
static_library("woff2_dec") { static_library("woff2_dec") {
sources = [ sources = [
"include/woff2/decode.h",
"include/woff2/encode.h",
"include/woff2/output.h",
"src/buffer.h", "src/buffer.h",
"src/file.h", "src/file.h",
"src/round.h", "src/round.h",
...@@ -20,9 +23,6 @@ static_library("woff2_dec") { ...@@ -20,9 +23,6 @@ static_library("woff2_dec") {
"src/woff2_common.h", "src/woff2_common.h",
"src/woff2_dec.cc", "src/woff2_dec.cc",
"src/woff2_out.cc", "src/woff2_out.cc",
"woff2/include/decode.h",
"woff2/include/encode.h",
"woff2/include/output.h",
] ]
configs -= [ "//build/config/compiler:chromium_code" ] configs -= [ "//build/config/compiler:chromium_code" ]
......
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