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: content/content_browser.gypi

Issue 1825633002: Adds UMA histograms for desktop tab and audio capture through (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index b359e05a88b7f6f80a5fc92a0609a02264c38e85..6191fa5036ba550b1f4256f0b8feae0bd0dc152d 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1058,6 +1058,8 @@
'browser/media/capture/cursor_renderer_aura.h',
'browser/media/capture/cursor_renderer_mac.mm',
'browser/media/capture/cursor_renderer_mac.h',
+ 'browser/media/capture/desktop_capture_device_uma_types.cc',
+ 'browser/media/capture/desktop_capture_device_uma_types.h',
'browser/media/capture/web_contents_audio_input_stream.cc',
'browser/media/capture/web_contents_audio_input_stream.h',
'browser/media/capture/web_contents_audio_muter.cc',
@@ -1961,8 +1963,6 @@
'sources': [
'browser/media/capture/desktop_capture_device.cc',
'browser/media/capture/desktop_capture_device.h',
- 'browser/media/capture/desktop_capture_device_uma_types.cc',
- 'browser/media/capture/desktop_capture_device_uma_types.h',
],
'dependencies': [
'../third_party/webrtc/modules/modules.gyp:desktop_capture',
« no previous file with comments | « content/browser/renderer_host/media/video_capture_manager.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698