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

Unified Diff: content/content_shell.gypi

Issue 469943003: TestPlugin to chromium c++ style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 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 119f63511957989f854a724b219d0b9eef4e42a1..1962802cfe83f50d68acdc06e14e52a4c7c1f0e3 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -181,8 +181,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/TestPlugin.cpp',
- 'shell/renderer/test_runner/TestPlugin.h',
'shell/renderer/test_runner/WebTask.cpp',
'shell/renderer/test_runner/WebTask.h',
'shell/renderer/test_runner/WebTestDelegate.h',
@@ -234,6 +232,8 @@
'shell/renderer/test_runner/test_common.h',
'shell/renderer/test_runner/test_interfaces.cc',
'shell/renderer/test_runner/test_interfaces.h',
+ 'shell/renderer/test_runner/test_plugin.cc',
+ 'shell/renderer/test_runner/test_plugin.h',
'shell/renderer/test_runner/test_runner.cc',
'shell/renderer/test_runner/test_runner.h',
'shell/renderer/test_runner/text_input_controller.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