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

Side by Side Diff: content/content_common.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
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/media/remote_media_stream_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 'common/media/audio_messages.h', 303 'common/media/audio_messages.h',
304 'common/media/cdm_messages.h', 304 'common/media/cdm_messages.h',
305 'common/media/cdm_messages_enums.h', 305 'common/media/cdm_messages_enums.h',
306 'common/media/media_param_traits.cc', 306 'common/media/media_param_traits.cc',
307 'common/media/media_param_traits.h', 307 'common/media/media_param_traits.h',
308 'common/media/media_player_messages_android.h', 308 'common/media/media_player_messages_android.h',
309 'common/media/media_player_messages_enums_android.h', 309 'common/media/media_player_messages_enums_android.h',
310 'common/media/media_stream_messages.h', 310 'common/media/media_stream_messages.h',
311 'common/media/media_stream_options.cc', 311 'common/media/media_stream_options.cc',
312 'common/media/media_stream_options.h', 312 'common/media/media_stream_options.h',
313 'common/media/media_stream_track_metrics_host_messages.h',
313 'common/media/midi_messages.h', 314 'common/media/midi_messages.h',
314 'common/media/video_capture.h', 315 'common/media/video_capture.h',
315 'common/media/video_capture_messages.h', 316 'common/media/video_capture_messages.h',
316 'common/media/webrtc_identity_messages.h', 317 'common/media/webrtc_identity_messages.h',
317 'common/memory_benchmark_messages.h', 318 'common/memory_benchmark_messages.h',
318 'common/message_port_messages.h', 319 'common/message_port_messages.h',
319 'common/message_router.cc', 320 'common/message_router.cc',
320 'common/message_router.h', 321 'common/message_router.h',
321 'common/mime_registry_messages.h', 322 'common/mime_registry_messages.h',
322 'common/navigation_gesture.h', 323 'common/navigation_gesture.h',
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 664 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
664 'common/sandbox_linux/bpf_renderer_policy_linux.h', 665 'common/sandbox_linux/bpf_renderer_policy_linux.h',
665 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 666 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
666 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 667 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
667 ], 668 ],
668 }, { 669 }, {
669 'defines': ['USE_SECCOMP_BPF'], 670 'defines': ['USE_SECCOMP_BPF'],
670 }], 671 }],
671 ], 672 ],
672 } 673 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/renderer/media/remote_media_stream_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698