Commit 6ff7ecf6 authored by Tom Anderson's avatar Tom Anderson Committed by Commit Bot

Fix libwebp unbundle

BUG=805488
R=thestig

Change-Id: I577bf4f5682cffced4f7424768545cc467ad6416
Reviewed-on: https://chromium-review.googlesource.com/884942Reviewed-by: default avatarLei Zhang <thestig@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#531753}
parent 3a329267
...@@ -2,10 +2,16 @@ ...@@ -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",
]
}
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