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

Unified Diff: content/content_shell.gypi

Issue 308073011: test_runner: Migrate WebUserMediaClientMock to our Chromium C++ style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/WebUserMediaClientMock.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 c7228a8feed618049ef77c579232731eaea82408..00cc2b1e7523f51ce732252cac41d562e919a3c7 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -208,8 +208,6 @@
'shell/renderer/test_runner/WebTestThemeEngineMac.mm',
'shell/renderer/test_runner/WebTestThemeEngineMock.cpp',
'shell/renderer/test_runner/WebTestThemeEngineMock.h',
- 'shell/renderer/test_runner/WebUserMediaClientMock.cpp',
- 'shell/renderer/test_runner/WebUserMediaClientMock.h',
'shell/renderer/test_runner/accessibility_controller.cc',
'shell/renderer/test_runner/accessibility_controller.h',
'shell/renderer/test_runner/event_sender.cc',
@@ -220,6 +218,8 @@
'shell/renderer/test_runner/mock_constraints.h',
'shell/renderer/test_runner/mock_grammar_check.cc',
'shell/renderer/test_runner/mock_grammar_check.h',
+ 'shell/renderer/test_runner/mock_web_user_media_client.cc',
+ 'shell/renderer/test_runner/mock_web_user_media_client.h',
'shell/renderer/test_runner/mock_webrtc_data_channel_handler.cc',
'shell/renderer/test_runner/mock_webrtc_data_channel_handler.h',
'shell/renderer/test_runner/notification_presenter.cc',
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/WebUserMediaClientMock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698