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

Unified Diff: content/content_shell.gypi

Issue 316093005: test_runner: Migrate MockWebRTCPeerConnectionHandler to Chromium C++ style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 9f69d1df6371e8c3871914fc6f8fb1f5847239f9..74a9b4fecc189275eaff6bf3bafe1880a2347f4b 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -183,8 +183,6 @@
'shell/renderer/test_runner/MockWebMIDIAccessor.h',
'shell/renderer/test_runner/MockWebMediaStreamCenter.cpp',
'shell/renderer/test_runner/MockWebMediaStreamCenter.h',
- 'shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.cpp',
- 'shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.h',
'shell/renderer/test_runner/MockWebSpeechRecognizer.cpp',
'shell/renderer/test_runner/MockWebSpeechRecognizer.h',
'shell/renderer/test_runner/SpellCheckClient.cpp',
@@ -222,6 +220,8 @@
'shell/renderer/test_runner/mock_webrtc_data_channel_handler.h',
'shell/renderer/test_runner/mock_webrtc_dtmf_sender_handler.cc',
'shell/renderer/test_runner/mock_webrtc_dtmf_sender_handler.h',
+ 'shell/renderer/test_runner/mock_webrtc_peer_connection_handler.cc',
+ 'shell/renderer/test_runner/mock_webrtc_peer_connection_handler.h',
'shell/renderer/test_runner/notification_presenter.cc',
'shell/renderer/test_runner/notification_presenter.h',
'shell/renderer/test_runner/test_runner.cc',
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/MockWebRTCPeerConnectionHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698