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

Unified Diff: build/linux/unbundle/libwebp.gn

Issue 1964003002: unbundle: add GN files for flac, harfbuzz-ng, and libwebp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « build/linux/unbundle/harfbuzz-ng.gn ('k') | build/linux/unbundle/replace_gn_files.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/unbundle/libwebp.gn
diff --git a/third_party/leakcanary/config.gni b/build/linux/unbundle/libwebp.gn
similarity index 70%
copy from third_party/leakcanary/config.gni
copy to build/linux/unbundle/libwebp.gn
index f6adcddf3ecc4442c7793666dfeecaf1f108fea8..217911167b95466b4a64790f4cff7449da4a7253 100644
--- a/third_party/leakcanary/config.gni
+++ b/build/linux/unbundle/libwebp.gn
@@ -2,6 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-declare_args() {
- enable_leakcanary = false
+source_set("libwebp") {
+ libs = [
+ "webp",
+ "webpdemux",
+ ]
}
« no previous file with comments | « build/linux/unbundle/harfbuzz-ng.gn ('k') | build/linux/unbundle/replace_gn_files.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698