| Index: chrome/browser/resources/vulcanize.py
|
| diff --git a/build/linux/unbundle/libwebp.gn b/chrome/browser/resources/vulcanize.py
|
| old mode 100644
|
| new mode 100755
|
| similarity index 68%
|
| copy from build/linux/unbundle/libwebp.gn
|
| copy to chrome/browser/resources/vulcanize.py
|
| index 217911167b95466b4a64790f4cff7449da4a7253..6eccc50cd61a5bb7d0c352b1c84c67bce6ba969b
|
| --- a/build/linux/unbundle/libwebp.gn
|
| +++ b/chrome/browser/resources/vulcanize.py
|
| @@ -1,10 +1,6 @@
|
| +#!/usr/bin/env python
|
| # Copyright 2016 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("libwebp") {
|
| - libs = [
|
| - "webp",
|
| - "webpdemux",
|
| - ]
|
| -}
|
| +# TODO: vulcanize downloads + settings. Share code.
|
|
|