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

Unified Diff: content/content_shell.gypi

Issue 185263006: Move TestRunner from CppVariable to gin::Wrappable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Bug fix: text_runner -> test_runner in gypi :-( Created 6 years, 9 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/renderer/test_runner/MockWebMIDIAccessor.cpp » ('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 999640145a4ad4008ffb812eac6e7322536fd386..5fe1e96f41abf340c4aaa4a9214c340a933227d0 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -213,8 +213,6 @@
'shell/renderer/test_runner/TestInterfaces.h',
'shell/renderer/test_runner/TestPlugin.cpp',
'shell/renderer/test_runner/TestPlugin.h',
- 'shell/renderer/test_runner/TestRunner.cpp',
- 'shell/renderer/test_runner/TestRunner.h',
'shell/renderer/test_runner/WebFrameTestProxy.h',
'shell/renderer/test_runner/WebPermissions.cpp',
'shell/renderer/test_runner/WebPermissions.h',
@@ -238,6 +236,8 @@
'shell/renderer/test_runner/gamepad_controller.h',
'shell/renderer/test_runner/notification_presenter.cc',
'shell/renderer/test_runner/notification_presenter.h',
+ 'shell/renderer/test_runner/test_runner.cc',
+ 'shell/renderer/test_runner/test_runner.h',
'shell/renderer/test_runner/text_input_controller.cc',
'shell/renderer/test_runner/text_input_controller.h',
'shell/renderer/test_runner/unsafe_persistent.h',
« no previous file with comments | « no previous file | content/shell/renderer/test_runner/MockWebMIDIAccessor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698