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

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: Don't set the isolated world before executeScriptInIsolatedWorld 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
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index fa7f3212f1be0b745c195af0f7b8de5e7dd8a7f1..179d212a123940dfd2c94da63e404b3fb602d79f 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -214,8 +214,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',
@@ -239,6 +237,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/text_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',

Powered by Google App Engine
This is Rietveld 408576698