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

Unified Diff: chrome/test/chromedriver/embed_js_in_cpp.py

Issue 12848005: [chromedriver] Separate stuff of chrome from chromedriver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments and fix compile error on mac. Created 7 years, 9 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 | « chrome/test/chromedriver/element_util.cc ('k') | chrome/test/chromedriver/embed_user_data_dir_in_cpp.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/embed_js_in_cpp.py
diff --git a/chrome/test/chromedriver/embed_js_in_cpp.py b/chrome/test/chromedriver/embed_js_in_cpp.py
index d1281f96165c48357456f87bd2723e56d32f1b24..1425e4d49070dfda4d7e189e746fadf6448d9d07 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)
« no previous file with comments | « chrome/test/chromedriver/element_util.cc ('k') | chrome/test/chromedriver/embed_user_data_dir_in_cpp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698