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

Unified Diff: media/audio/BUILD.gn

Issue 389083002: GN: Add //ui/base/ime, fix up printing on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
Index: media/audio/BUILD.gn
diff --git a/media/audio/BUILD.gn b/media/audio/BUILD.gn
index b4f0596bffa27b6991e3786492deb4c15ee53961..835c1357d5bc18be199891b62c1de7fddb2d1b70 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -182,7 +182,7 @@ source_set("audio") {
}
if (use_alsa) {
- libs = [ "asound" ]
+ libs += [ "asound" ]
defines = [ "USE_ALSA" ]
sources += [
"alsa/alsa_input.cc",
« no previous file with comments | « components/storage_monitor/BUILD.gn ('k') | printing/BUILD.gn » ('j') | ui/base/ime/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698