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

Unified Diff: content/content_shell.gypi

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 | « no previous file | content/shell/BUILD.gn » ('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 eb3bacc3b0bebefb74e2d2bb10547209ce0d7a43..16b186a8b81562d221ec2ee85b486692eb7c9cf3 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -173,8 +173,6 @@
'shell/renderer/shell_render_process_observer.h',
'shell/renderer/shell_render_view_observer.cc',
'shell/renderer/shell_render_view_observer.h',
- 'shell/renderer/test_runner/MockWebMIDIAccessor.cpp',
- 'shell/renderer/test_runner/MockWebMIDIAccessor.h',
'shell/renderer/test_runner/MockWebMediaStreamCenter.cpp',
'shell/renderer/test_runner/MockWebMediaStreamCenter.h',
'shell/renderer/test_runner/MockWebSpeechRecognizer.cpp',
@@ -210,6 +208,8 @@
'shell/renderer/test_runner/mock_spell_check.h',
'shell/renderer/test_runner/mock_web_audio_device.cc',
'shell/renderer/test_runner/mock_web_audio_device.h',
+ 'shell/renderer/test_runner/mock_web_midi_accessor.cc',
+ 'shell/renderer/test_runner/mock_web_midi_accessor.h',
'shell/renderer/test_runner/mock_web_push_client.cc',
'shell/renderer/test_runner/mock_web_push_client.h',
'shell/renderer/test_runner/mock_web_theme_engine.cc',
« no previous file with comments | « no previous file | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698