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

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

Issue 2880333002: Fix build with system opus (Closed)
Patch Set: Created 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/unbundle/opus.gn
diff --git a/build/linux/unbundle/opus.gn b/build/linux/unbundle/opus.gn
index e779a97d6f3bf93e37fe9124c4158438fb52bb77..e998e3e7a17d56c778aac571bcdcaf39c0ab4a7c 100644
--- a/build/linux/unbundle/opus.gn
+++ b/build/linux/unbundle/opus.gn
@@ -5,7 +5,7 @@
import("//build/config/linux/pkg_config.gni")
import("//build/shim_headers.gni")
-pkg_config("system_opus") {
+pkg_config("opus_config") {
packages = [ "opus" ]
}
@@ -23,7 +23,7 @@ source_set("opus") {
deps = [
":opus_shim",
]
- public_configs = [ ":system_opus" ]
+ public_configs = [ ":opus_config" ]
}
source_set("opus_compare") {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698