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

Side by Side Diff: content/content_tests.gypi

Issue 1855193002: Move the call to enable the WebRTC event log from PeerConnectionFactory to PeerConnection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added unittest and addressed other comments. Created 4 years, 6 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 'browser/media/audio_stream_monitor_unittest.cc', 515 'browser/media/audio_stream_monitor_unittest.cc',
516 'browser/media/capture/audio_mirroring_manager_unittest.cc', 516 'browser/media/capture/audio_mirroring_manager_unittest.cc',
517 'browser/media/capture/cursor_renderer_aura_unittest.cc', 517 'browser/media/capture/cursor_renderer_aura_unittest.cc',
518 'browser/media/capture/web_contents_audio_input_stream_unittest.cc', 518 'browser/media/capture/web_contents_audio_input_stream_unittest.cc',
519 'browser/media/capture/web_contents_video_capture_device_unittest.cc', 519 'browser/media/capture/web_contents_video_capture_device_unittest.cc',
520 'browser/media/cdm_service_impl_unittest.cc', 520 'browser/media/cdm_service_impl_unittest.cc',
521 'browser/media/media_internals_unittest.cc', 521 'browser/media/media_internals_unittest.cc',
522 'browser/media/midi_host_unittest.cc', 522 'browser/media/midi_host_unittest.cc',
523 'browser/media/session/media_session_controller_unittest.cc', 523 'browser/media/session/media_session_controller_unittest.cc',
524 'browser/media/session/media_session_uma_helper_unittest.cc', 524 'browser/media/session/media_session_uma_helper_unittest.cc',
525 'browser/media/webrtc/webrtc_eventlog_host_unittest.cc',
525 'browser/media/webrtc/webrtc_identity_store_unittest.cc', 526 'browser/media/webrtc/webrtc_identity_store_unittest.cc',
526 'browser/net/quota_policy_cookie_store_unittest.cc', 527 'browser/net/quota_policy_cookie_store_unittest.cc',
527 'browser/notification_service_impl_unittest.cc', 528 'browser/notification_service_impl_unittest.cc',
528 'browser/notifications/notification_database_data_unittest.cc', 529 'browser/notifications/notification_database_data_unittest.cc',
529 'browser/notifications/notification_database_unittest.cc', 530 'browser/notifications/notification_database_unittest.cc',
530 'browser/notifications/notification_id_generator_unittest.cc', 531 'browser/notifications/notification_id_generator_unittest.cc',
531 'browser/notifications/platform_notification_context_unittest.cc', 532 'browser/notifications/platform_notification_context_unittest.cc',
532 'browser/notifications/type_converters_unittest.cc', 533 'browser/notifications/type_converters_unittest.cc',
533 'browser/power_monitor_message_broadcaster_unittest.cc', 534 'browser/power_monitor_message_broadcaster_unittest.cc',
534 'browser/power_usage_monitor_impl_unittest.cc', 535 'browser/power_usage_monitor_impl_unittest.cc',
(...skipping 1563 matching lines...) Expand 10 before | Expand all | Expand 10 after
2098 'content_unittests_apk.isolate', 2099 'content_unittests_apk.isolate',
2099 ], 2100 ],
2100 }, 2101 },
2101 ], 2102 ],
2102 }, 2103 },
2103 ], 2104 ],
2104 ], 2105 ],
2105 }], 2106 }],
2106 ], 2107 ],
2107 } 2108 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698