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

Side by Side Diff: content/content_browser.gypi

Issue 183973021: Add metrics to track the duration of tracks received over a PeerConnection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to LKGR. Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../third_party/re2/re2.gyp:re2', 7 '../third_party/re2/re2.gyp:re2',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 'browser/renderer_host/media/audio_sync_reader.cc', 964 'browser/renderer_host/media/audio_sync_reader.cc',
965 'browser/renderer_host/media/audio_sync_reader.h', 965 'browser/renderer_host/media/audio_sync_reader.h',
966 'browser/renderer_host/media/device_request_message_filter.cc', 966 'browser/renderer_host/media/device_request_message_filter.cc',
967 'browser/renderer_host/media/device_request_message_filter.h', 967 'browser/renderer_host/media/device_request_message_filter.h',
968 'browser/renderer_host/media/media_stream_dispatcher_host.cc', 968 'browser/renderer_host/media/media_stream_dispatcher_host.cc',
969 'browser/renderer_host/media/media_stream_dispatcher_host.h', 969 'browser/renderer_host/media/media_stream_dispatcher_host.h',
970 'browser/renderer_host/media/media_stream_manager.cc', 970 'browser/renderer_host/media/media_stream_manager.cc',
971 'browser/renderer_host/media/media_stream_manager.h', 971 'browser/renderer_host/media/media_stream_manager.h',
972 'browser/renderer_host/media/media_stream_provider.h', 972 'browser/renderer_host/media/media_stream_provider.h',
973 'browser/renderer_host/media/media_stream_requester.h', 973 'browser/renderer_host/media/media_stream_requester.h',
974 'browser/renderer_host/media/media_stream_track_metrics_host.cc',
975 'browser/renderer_host/media/media_stream_track_metrics_host.h',
974 'browser/renderer_host/media/media_stream_ui_proxy.cc', 976 'browser/renderer_host/media/media_stream_ui_proxy.cc',
975 'browser/renderer_host/media/media_stream_ui_proxy.h', 977 'browser/renderer_host/media/media_stream_ui_proxy.h',
976 'browser/renderer_host/media/midi_dispatcher_host.cc', 978 'browser/renderer_host/media/midi_dispatcher_host.cc',
977 'browser/renderer_host/media/midi_dispatcher_host.h', 979 'browser/renderer_host/media/midi_dispatcher_host.h',
978 'browser/renderer_host/media/midi_host.cc', 980 'browser/renderer_host/media/midi_host.cc',
979 'browser/renderer_host/media/midi_host.h', 981 'browser/renderer_host/media/midi_host.h',
980 'browser/renderer_host/media/video_capture_buffer_pool.cc', 982 'browser/renderer_host/media/video_capture_buffer_pool.cc',
981 'browser/renderer_host/media/video_capture_buffer_pool.h', 983 'browser/renderer_host/media/video_capture_buffer_pool.h',
982 'browser/renderer_host/media/video_capture_controller.cc', 984 'browser/renderer_host/media/video_capture_controller.cc',
983 'browser/renderer_host/media/video_capture_controller.h', 985 'browser/renderer_host/media/video_capture_controller.h',
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
1685 '../build/linux/system.gyp:dbus', 1687 '../build/linux/system.gyp:dbus',
1686 '../dbus/dbus.gyp:dbus', 1688 '../dbus/dbus.gyp:dbus',
1687 ], 1689 ],
1688 }, { # OS != "linux" or use_dbus==0 1690 }, { # OS != "linux" or use_dbus==0
1689 'sources!': [ 1691 'sources!': [
1690 'browser/geolocation/wifi_data_provider_linux.cc', 1692 'browser/geolocation/wifi_data_provider_linux.cc',
1691 ], 1693 ],
1692 }], 1694 }],
1693 ], 1695 ],
1694 } 1696 }
OLDNEW
« no previous file with comments | « content/common/media/media_stream_track_metrics_host_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698