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

Unified Diff: media/BUILD.gn

Issue 474693002: Changes to media.gyp for Chromoting iOS client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update gn as well Created 6 years, 4 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 | media/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index b01e75969a33e467616356d80c1f0b8223938380..65cc11fb37b4a642616bced4ccd0ae4e67939bc4 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -307,10 +307,6 @@ component("media") {
}
}
- if (!is_ios) {
- deps += [ "//third_party/libyuv" ]
- }
-
if (use_alsa) {
libs += [ "asound" ]
defines += [ "USE_ALSA" ]
@@ -422,6 +418,7 @@ component("media") {
"//media/audio",
"//media/base",
"//skia",
+ "//third_party/libyuv",
"//third_party/opus",
"//ui/events:events_base",
"//ui/gfx",
« no previous file with comments | « no previous file | media/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698