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

Unified Diff: media/audio/BUILD.gn

Issue 505853003: Work on GN build of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try 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 | « extensions/renderer/BUILD.gn ('k') | printing/printing.gyp » ('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 e6ac9577f6e2d34b3e318ef794f1cb0894897663..6c928c041244987838dec3ab4331bdb08820ad9c 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -88,6 +88,12 @@ source_set("audio") {
"scoped_task_runner_observer.h",
"simple_sources.cc",
"simple_sources.h",
+ "sounds/audio_stream_handler.cc",
+ "sounds/audio_stream_handler.h",
+ "sounds/sounds_manager.cc",
+ "sounds/sounds_manager.h",
+ "sounds/wav_audio_handler.cc",
+ "sounds/wav_audio_handler.h",
"virtual_audio_input_stream.cc",
"virtual_audio_input_stream.h",
"virtual_audio_output_stream.cc",
@@ -97,17 +103,6 @@ source_set("audio") {
libs = []
configs += [ "//media:media_config" ]
- if (is_chromeos) {
- sources += [
- "sounds/audio_stream_handler.cc",
- "sounds/audio_stream_handler.h",
- "sounds/sounds_manager.cc",
- "sounds/sounds_manager.h",
- "sounds/wav_audio_handler.cc",
- "sounds/wav_audio_handler.h",
- ]
- }
-
if (is_mac) {
sources += [
"mac/audio_auhal_mac.cc",
« no previous file with comments | « extensions/renderer/BUILD.gn ('k') | printing/printing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698