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

Unified Diff: media/media_options.gni

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « media/cast/BUILD.gn ('k') | media/mojo/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_options.gni
diff --git a/media/media_options.gni b/media/media_options.gni
index a3b3a8a6a6834c269e6f301973cccb93e9433ca6..e7cacd3fd2246b24dac244ee7897d4ee93c6e572 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -38,7 +38,7 @@ declare_args() {
# TODO(GYP): How to handled the "embedded" use case?
# Original conditional: (OS=="linux" or OS=="freebsd" or OS=="solaris") and embedded!=1
- if (is_posix && !is_android && !is_mac) {
+ if (is_posix && !is_android && !is_mac && !is_chromeos_os) {
use_alsa = true
if (!use_cras) {
use_pulseaudio = true
« no previous file with comments | « media/cast/BUILD.gn ('k') | media/mojo/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698