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

Unified Diff: third_party/speex/BUILD.gn

Issue 620193002: Rename dependent configs to public_configs in speex. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: third_party/speex/BUILD.gn
diff --git a/third_party/speex/BUILD.gn b/third_party/speex/BUILD.gn
index 5462673feecd48bdfa3b14f9fbc2e00198b17ba3..a08a94f2dbb1797d6f0fabf977e9f64b38fecfaa 100644
--- a/third_party/speex/BUILD.gn
+++ b/third_party/speex/BUILD.gn
@@ -72,7 +72,7 @@ source_set("speex") {
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [ "//build/config/compiler:no_chromium_code" ]
- direct_dependent_configs = [ ":speex_config" ]
+ public_configs = [ ":speex_config" ]
include_dirs = [
"libspeex",
« 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