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

Unified Diff: content/content_shell.gypi

Issue 410283003: test_runner: Migrate MockSpellCheck to Chromium C++ style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Build.gn 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 9c0c8a5db5effe6d48d9ffc2bb48c530d416166d..d1d5da210708b12da545905f767ddec0129bea14 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -174,8 +174,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/MockSpellCheck.cpp',
- 'shell/renderer/test_runner/MockSpellCheck.h',
'shell/renderer/test_runner/MockWebMIDIAccessor.cpp',
'shell/renderer/test_runner/MockWebMIDIAccessor.h',
'shell/renderer/test_runner/MockWebMediaStreamCenter.cpp',
@@ -211,6 +209,8 @@
'shell/renderer/test_runner/mock_grammar_check.h',
'shell/renderer/test_runner/mock_screen_orientation_client.cc',
'shell/renderer/test_runner/mock_screen_orientation_client.h',
+ 'shell/renderer/test_runner/mock_spell_check.cc',
+ '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_push_client.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