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

Unified Diff: Source/web/tests/RunAllTests.cpp

Issue 384283002: Rename webkit.dll to blink_web.dll. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | Source/web/tests/WebUnitTests.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/RunAllTests.cpp
diff --git a/Source/web/tests/RunAllTests.cpp b/Source/web/tests/RunAllTests.cpp
index 61dc6e42ae175505ef5a39dc8160b820613584ee..e2bca3c56b7c975ecaaae6c19da803b76dd50b23 100644
--- a/Source/web/tests/RunAllTests.cpp
+++ b/Source/web/tests/RunAllTests.cpp
@@ -48,7 +48,7 @@
// TestSuite must be created before SetUpTestEnvironment so it performs
// initializations needed by WebKit support. This is slightly complicated by the
// fact that chromium multi-dll build requires that the TestSuite object be created
-// and run inside webkit.dll.
+// and run inside blink_web.dll.
int main(int argc, char** argv)
{
#if defined(BLINK_DLL_UNITTEST)
« no previous file with comments | « no previous file | Source/web/tests/WebUnitTests.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698