Fix libwebp unbundle
BUG=805488 R=thestig Change-Id: I577bf4f5682cffced4f7424768545cc467ad6416 Reviewed-on: https://chromium-review.googlesource.com/884942 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#531753} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 6ff7ecf6cd6a9154fad981e083fac96813be5b39
This commit is contained in:
Родитель
a02764f4fd
Коммит
3e3eeac75e
|
@ -2,10 +2,16 @@
|
||||||
# Use of this source code is governed by a BSD-style license that can be
|
# Use of this source code is governed by a BSD-style license that can be
|
||||||
# found in the LICENSE file.
|
# found in the LICENSE file.
|
||||||
|
|
||||||
source_set("libwebp") {
|
source_set("libwebp_webp") {
|
||||||
libs = [
|
libs = [
|
||||||
"webp",
|
"webp",
|
||||||
"webpdemux",
|
"webpdemux",
|
||||||
"webpmux",
|
"webpmux",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
group("libwebp") {
|
||||||
|
deps = [
|
||||||
|
":libwebp_webp",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче