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

Unified Diff: content/content_shell.gypi

Issue 10860037: [content shell] rename layout_test_controller{,_host,_bindings}.* to webkit_test_runner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 8 years, 4 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/layout_test_controller.h » ('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 ec5be71582229c18fb3eb687759ece60f0b0fde6..ca721c54a2fd484abed2c1833f71a496ad11970b 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -45,12 +45,6 @@
'sources': [
'shell/geolocation/shell_access_token_store.cc',
'shell/geolocation/shell_access_token_store.h',
- 'shell/layout_test_controller.cc',
- 'shell/layout_test_controller.h',
- 'shell/layout_test_controller_bindings.cc',
- 'shell/layout_test_controller_bindings.h',
- 'shell/layout_test_controller_host.cc',
- 'shell/layout_test_controller_host.h',
'shell/paths_mac.h',
'shell/paths_mac.mm',
'shell/shell.cc',
@@ -106,6 +100,12 @@
'shell/shell_switches.h',
'shell/shell_url_request_context_getter.cc',
'shell/shell_url_request_context_getter.h',
+ 'shell/webkit_test_runner.cc',
+ 'shell/webkit_test_runner.h',
+ 'shell/webkit_test_runner_bindings.cc',
+ 'shell/webkit_test_runner_bindings.h',
+ 'shell/webkit_test_runner_host.cc',
+ 'shell/webkit_test_runner_host.h',
],
'msvs_settings': {
'VCLinkerTool': {
« no previous file with comments | « no previous file | content/shell/layout_test_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698