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

Unified Diff: BUILD.gn

Issue 1060943003: GN: Turn libvpx into a source_set to fix Mac linking issues Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 8 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.gn
diff --git a/BUILD.gn b/BUILD.gn
index bb55816b80bc13af5018c65e661746f740cafcbb..31086591ef23e876598aa3b48d92d173c7dd41a0 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -187,7 +187,7 @@ if (current_cpu == "arm") {
}
}
-static_library("libvpx") {
+source_set("libvpx") {
if (!is_debug && is_win && is_official_build) {
configs -= [ "//build/config/compiler:optimize" ]
configs += [ "//build/config/compiler:optimize_max" ]
« 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