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

Unified Diff: media/audio/BUILD.gn

Issue 844643005: Fix few compilation errors on Windows in media/ during Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Linux build. Created 5 years, 11 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/cast/BUILD.gn » ('j') | media/cast/BUILD.gn » ('J')
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 93f9bbd31f82c1df124164f3cee51bf81e140d9c..5cf24143988d725f40b6039c4189ffafdf15357f 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -266,7 +266,6 @@ source_set("unittests") {
sources = [
"audio_input_controller_unittest.cc",
"audio_input_unittest.cc",
- "audio_low_latency_input_output_unittest.cc",
Slava Chigrin 2015/01/18 22:12:25 Same as in GYP, see https://code.google.com/p/chro
"audio_manager_unittest.cc",
"audio_output_controller_unittest.cc",
"audio_output_device_unittest.cc",
@@ -327,6 +326,9 @@ source_set("unittests") {
}
if (use_alsa) {
- sources += [ "alsa/alsa_output_unittest.cc" ]
+ sources += [
+ "alsa/alsa_output_unittest.cc",
+ "audio_low_latency_input_output_unittest.cc",
+ ]
}
}
« no previous file with comments | « no previous file | media/cast/BUILD.gn » ('j') | media/cast/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698