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

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: Address review comments. 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 '../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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'common/media/audio_messages.h', 301 'common/media/audio_messages.h',
302 'common/media/cdm_messages.h', 302 'common/media/cdm_messages.h',
303 'common/media/cdm_messages_enums.h', 303 'common/media/cdm_messages_enums.h',
304 'common/media/media_param_traits.cc', 304 'common/media/media_param_traits.cc',
305 'common/media/media_param_traits.h', 305 'common/media/media_param_traits.h',
306 'common/media/media_player_messages_android.h', 306 'common/media/media_player_messages_android.h',
307 'common/media/media_player_messages_enums_android.h', 307 'common/media/media_player_messages_enums_android.h',
308 'common/media/media_stream_messages.h', 308 'common/media/media_stream_messages.h',
309 'common/media/media_stream_options.cc', 309 'common/media/media_stream_options.cc',
310 'common/media/media_stream_options.h', 310 'common/media/media_stream_options.h',
311 'common/media/media_stream_track_metrics_host_messages.h',
311 'common/media/midi_messages.h', 312 'common/media/midi_messages.h',
312 'common/media/video_capture.h', 313 'common/media/video_capture.h',
313 'common/media/video_capture_messages.h', 314 'common/media/video_capture_messages.h',
314 'common/media/webrtc_identity_messages.h', 315 'common/media/webrtc_identity_messages.h',
315 'common/memory_benchmark_messages.h', 316 'common/memory_benchmark_messages.h',
316 'common/message_port_messages.h', 317 'common/message_port_messages.h',
317 'common/message_router.cc', 318 'common/message_router.cc',
318 'common/message_router.h', 319 'common/message_router.h',
319 'common/mime_registry_messages.h', 320 'common/mime_registry_messages.h',
320 'common/navigation_gesture.h', 321 'common/navigation_gesture.h',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 'common/sandbox_linux/bpf_renderer_policy_linux.cc', 651 'common/sandbox_linux/bpf_renderer_policy_linux.cc',
651 'common/sandbox_linux/bpf_renderer_policy_linux.h', 652 'common/sandbox_linux/bpf_renderer_policy_linux.h',
652 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 653 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc',
653 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', 654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h',
654 ], 655 ],
655 }, { 656 }, {
656 'defines': ['USE_SECCOMP_BPF'], 657 'defines': ['USE_SECCOMP_BPF'],
657 }], 658 }],
658 ], 659 ],
659 } 660 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698