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

Unified Diff: content/shell/BUILD.gn

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 | « content/content_shell.gypi ('k') | content/shell/renderer/test_runner/MockSpellCheck.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 733a3d446b0518727d492b0c3ed2f8ee214d061e..46c16cec71047db370b0ecda85c2642be12694f5 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/MockSpellCheck.cpp",
- "renderer/test_runner/MockSpellCheck.h",
"renderer/test_runner/MockWebMIDIAccessor.cpp",
"renderer/test_runner/MockWebMIDIAccessor.h",
"renderer/test_runner/MockWebMediaStreamCenter.cpp",
@@ -158,6 +156,8 @@ static_library("content_shell_lib") {
"renderer/test_runner/mock_grammar_check.h",
"renderer/test_runner/mock_screen_orientation_client.cc",
"renderer/test_runner/mock_screen_orientation_client.h",
+ "renderer/test_runner/mock_spell_check.cc",
+ "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_push_client.cc",
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/renderer/test_runner/MockSpellCheck.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698