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:
Tom Anderson 2018-01-25 00:08:13 +00:00 коммит произвёл Commit Bot
Родитель a02764f4fd
Коммит 3e3eeac75e
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -2,10 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("libwebp") {
source_set("libwebp_webp") {
libs = [
"webp",
"webpdemux",
"webpmux",
]
}
group("libwebp") {
deps = [
":libwebp_webp",
]
}