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

Unified Diff: third_party/libvpx/BUILD.gn

Issue 2528543002: Roll src/third_party/libvpx/source/libvpx/ 5c64c01c7..d7f1d60c5 (36 commits). (Closed)
Patch Set: rebase for DEPS Created 4 years, 1 month 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 | « DEPS ('k') | third_party/libvpx/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libvpx/BUILD.gn
diff --git a/third_party/libvpx/BUILD.gn b/third_party/libvpx/BUILD.gn
index 0a39291205bad7fd39e8e76cba5f5b9b9b47199a..2c79ee0f4051f09295e9e6cc63d1308077f035e7 100644
--- a/third_party/libvpx/BUILD.gn
+++ b/third_party/libvpx/BUILD.gn
@@ -38,9 +38,9 @@ if (is_nacl) {
# vpx_config.asm
if (is_ios && current_cpu == "arm") {
os_category = current_os
- } else if (is_posix) { # Should cover linux, mac, and the ios simulator.
+ } else if (is_posix) { # Should cover linux, mac, and the ios simulator.
os_category = "linux"
- } else { # This should only match windows.
+ } else { # This should only match windows.
os_category = current_os
}
platform_include_dir =
« no previous file with comments | « DEPS ('k') | third_party/libvpx/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698