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

Unified Diff: media/audio/BUILD.gn

Issue 824373003: Add browser_tests to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More ChromeOS 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 | « extensions/BUILD.gn ('k') | media/media.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 fcf7525c44a06f93412f22e63793b43d706d33c5..93f9bbd31f82c1df124164f3cee51bf81e140d9c 100644
--- a/media/audio/BUILD.gn
+++ b/media/audio/BUILD.gn
@@ -82,6 +82,8 @@ source_set("audio") {
"audio_power_monitor.cc",
"audio_power_monitor.h",
"audio_source_diverter.h",
+ "clockless_audio_sink.cc",
+ "clockless_audio_sink.h",
"fake_audio_consumer.cc",
"fake_audio_consumer.h",
"fake_audio_input_stream.cc",
@@ -246,8 +248,6 @@ source_set("audio") {
source_set("test_support") {
testonly = true
sources = [
- "clockless_audio_sink.cc",
- "clockless_audio_sink.h",
"mock_audio_manager.cc",
"mock_audio_manager.h",
"mock_audio_source_callback.cc",
« no previous file with comments | « extensions/BUILD.gn ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698