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

Unified Diff: webkit/tools/layout_tests/layout_package/platform_utils_win.py

Issue 387020: Upstreaming WebKit.gyp (Closed)
Patch Set: Created 11 years, 1 month 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 | « webkit/glue/window_open_disposition.h ('k') | webkit/tools/test_shell/accessibility_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/layout_tests/layout_package/platform_utils_win.py
diff --git a/webkit/tools/layout_tests/layout_package/platform_utils_win.py b/webkit/tools/layout_tests/layout_package/platform_utils_win.py
index 2c48fe934cfc530bb3b95b343ee4cf9dba24f901..753324fe4dba26f31555c07e596b9aec9c69e817 100644
--- a/webkit/tools/layout_tests/layout_package/platform_utils_win.py
+++ b/webkit/tools/layout_tests/layout_package/platform_utils_win.py
@@ -136,7 +136,7 @@ def KillAllTestShells(self):
def _FindBinary(target, binary):
"""On Windows, we look for binaries that we compile in potentially
two places: src/webkit/$target (preferably, which we get if we
- built using webkit.gyp), or src/chrome/$target (if compiled some other
+ built using webkit_glue.gyp), or src/chrome/$target (if compiled some other
way)."""
try:
return path_utils.PathFromBase('webkit', target, binary)
« no previous file with comments | « webkit/glue/window_open_disposition.h ('k') | webkit/tools/test_shell/accessibility_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698