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

Unified Diff: content/content_tests.gypi

Issue 1302423006: Ensure that data is not overwritten in the audio input shared memory ring buffer that sits on the b… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review and rebase. Added unit test, and refactorings for that. Created 5 years, 3 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 9d9660f24bf66f4605c9e359c776259f57b84da5..264300ada9aaca60ac7e8c080ea8bfd643132ed4 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -526,6 +526,7 @@
'browser/renderer_host/input/web_input_event_unittest.cc',
'browser/renderer_host/input/web_input_event_util_unittest.cc',
'browser/renderer_host/media/audio_input_device_manager_unittest.cc',
+ 'browser/renderer_host/media/audio_input_sync_writer_unittest.cc',
'browser/renderer_host/media/audio_renderer_host_unittest.cc',
'browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc',
'browser/renderer_host/media/media_stream_manager_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698