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

Unified Diff: chrome/chrome_tests.gypi

Issue 12675002: [chromedriver] Implement command: executeAsyncScript and setScriptTimeout (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address +5000 timeout problem. 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 | « no previous file | chrome/test/chromedriver/chromedriver.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index da62c382ccba24bc089942e4b1616cb750ca7808..a8206f46eea33200dee91fb4352d8ee255330de1 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -831,6 +831,7 @@
'test/chromedriver/embed_js_in_cpp.py',
'test/chromedriver/js/add_cookie.js',
'test/chromedriver/js/call_function.js',
+ 'test/chromedriver/js/execute_async_script.js',
'test/chromedriver/js/focus.js',
'test/chromedriver/js/get_element_region.js',
'test/chromedriver/js/is_option_element_toggleable.js',
@@ -845,6 +846,7 @@
'<(INTERMEDIATE_DIR)/chrome/test/chromedriver',
'test/chromedriver/js/add_cookie.js',
'test/chromedriver/js/call_function.js',
+ 'test/chromedriver/js/execute_async_script.js',
'test/chromedriver/js/focus.js',
'test/chromedriver/js/get_element_region.js',
'test/chromedriver/js/is_option_element_toggleable.js',
« no previous file with comments | « no previous file | chrome/test/chromedriver/chromedriver.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698