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

Unified Diff: content/shell/BUILD.gn

Issue 419823002: test_runner: Migrate MockWebMIDIAccessor to Chromium C++ style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/renderer/test_runner/MockWebMIDIAccessor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 4e6b0fc5fc6c5a54a1b4986642fb13ba8a35ad27..a6f177ef0c2ed1dad53efe2cb2a22573f0719e65 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -123,8 +123,6 @@ static_library("content_shell_lib") {
"renderer/shell_render_process_observer.h",
"renderer/shell_render_view_observer.cc",
"renderer/shell_render_view_observer.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",
@@ -158,6 +156,8 @@ static_library("content_shell_lib") {
"renderer/test_runner/mock_spell_check.h",
"renderer/test_runner/mock_web_audio_device.cc",
"renderer/test_runner/mock_web_audio_device.h",
+ "renderer/test_runner/mock_web_midi_accessor.cc",
+ "renderer/test_runner/mock_web_midi_accessor.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",
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/renderer/test_runner/MockWebMIDIAccessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698