diff options
Diffstat (limited to 'chrome/test/chromedriver/embed_js_in_cpp.py')
-rwxr-xr-x | chrome/test/chromedriver/embed_js_in_cpp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/chromedriver/embed_js_in_cpp.py b/chrome/test/chromedriver/embed_js_in_cpp.py index d1281f9..1425e4d 100755 --- a/chrome/test/chromedriver/embed_js_in_cpp.py +++ b/chrome/test/chromedriver/embed_js_in_cpp.py @@ -37,7 +37,7 @@ def main(): contents, func_name) global_string_map[script_name] = script - cpp_source.WriteSource('js', 'chrome/test/chromedriver', + cpp_source.WriteSource('js', 'chrome/test/chromedriver/chrome', options.directory, global_string_map) |