Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2987)

Unified Diff: chrome/browser/resources/vulcanize.py

Issue 1870853003: Vulcanize settings (hacky and dirty, don't use) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git squash commit. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698