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

Unified Diff: content/test/layout_test_http_server.cc

Issue 14664008: Rename new-run-webkit-httpd to run-blink-httpd, chromium side. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | webkit/tools/layout_tests/run_http_server.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/layout_test_http_server.cc
diff --git a/content/test/layout_test_http_server.cc b/content/test/layout_test_http_server.cc
index 23c972a4bc15e3efc1f9c6259be352eca422567b..a9ba553118b84c03e45dfb4b0e05689a57ad017c 100644
--- a/content/test/layout_test_http_server.cc
+++ b/content/test/layout_test_http_server.cc
@@ -32,7 +32,7 @@ bool PrepareCommandLine(CommandLine* cmd_line) {
script_path = script_path.AppendASCII("WebKit");
script_path = script_path.AppendASCII("Tools");
script_path = script_path.AppendASCII("Scripts");
- script_path = script_path.AppendASCII("new-run-webkit-httpd");
+ script_path = script_path.AppendASCII("run-blink-httpd");
cmd_line->AppendArgPath(script_path);
return true;
« no previous file with comments | « no previous file | webkit/tools/layout_tests/run_http_server.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698