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

Unified Diff: media/audio/BUILD.gn

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: retry 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/BUILD.gn ('k') | media/cast/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/BUILD.gn
diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
index 8d1b802c53f8ccccedcb274dff83f32e1eae674d..86fe8d64ce43d401b72325de7507f10b355223f5 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -314,7 +314,7 @@ source_set("unittests") {
]
}
- if (is_chromeos) {
+ if (use_cros_fe) {
sources += [
"sounds/audio_stream_handler_unittest.cc",
"sounds/sounds_manager_unittest.cc",
« no previous file with comments | « media/BUILD.gn ('k') | media/cast/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698