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

Unified Diff: content/shell/BUILD.gn

Issue 418303002: test_runner: Migrate MockWebMediaStreamCenter to Chromium C++ style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 733a3d446b0518727d492b0c3ed2f8ee214d061e..c0b967828ef8b414d19d96fac88d9f62ab81b126 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -127,8 +127,6 @@ static_library("content_shell_lib") {
"renderer/test_runner/MockSpellCheck.h",
"renderer/test_runner/MockWebMIDIAccessor.cpp",
"renderer/test_runner/MockWebMIDIAccessor.h",
- "renderer/test_runner/MockWebMediaStreamCenter.cpp",
- "renderer/test_runner/MockWebMediaStreamCenter.h",
"renderer/test_runner/MockWebSpeechRecognizer.cpp",
"renderer/test_runner/MockWebSpeechRecognizer.h",
"renderer/test_runner/SpellCheckClient.cpp",
@@ -160,6 +158,8 @@ static_library("content_shell_lib") {
"renderer/test_runner/mock_screen_orientation_client.h",
"renderer/test_runner/mock_web_audio_device.cc",
"renderer/test_runner/mock_web_audio_device.h",
+ "renderer/test_runner/mock_web_media_stream_center.cc",
+ "renderer/test_runner/mock_web_media_stream_center.h",
"renderer/test_runner/mock_web_push_client.cc",
"renderer/test_runner/mock_web_push_client.h",
"renderer/test_runner/mock_web_theme_engine.cc",

Powered by Google App Engine
This is Rietveld 408576698