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

Unified Diff: content/content_renderer.gypi

Issue 960103002: Rename VideoCaptureImplManager to VideoCaptureService Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix some nits Created 5 years, 10 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 | content/content_tests.gypi » ('j') | content/renderer/media/video_capture_service.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 9b1875b45f9c38507a0885d421c6e6c9c94ef596..7bc8ec7d69d9ca1519cd4a5c55e81593fc7b4851 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -289,8 +289,8 @@
'renderer/media/renderer_webmidiaccessor_impl.h',
'renderer/media/video_capture_impl.cc',
'renderer/media/video_capture_impl.h',
- 'renderer/media/video_capture_impl_manager.cc',
- 'renderer/media/video_capture_impl_manager.h',
+ 'renderer/media/video_capture_service.cc',
+ 'renderer/media/video_capture_service.h',
'renderer/media/video_capture_message_filter.cc',
'renderer/media/video_capture_message_filter.h',
'renderer/media/video_frame_provider.cc',
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/renderer/media/video_capture_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698