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

Unified Diff: chrome/chrome_tests.gypi

Issue 3643002: Implemnts the commands in webdriver to preform searching of elements on a page. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: fix for windows build Created 10 years 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/webdriver/commands/find_element_commands.h » ('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 c0d77291f6cede95d267b3cf85f6b44204a821b5..e0f5d11b8a754538ecebf3171d285ef346ed6057 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -678,6 +678,10 @@
'test/webdriver/commands/command.cc',
'test/webdriver/commands/create_session.h',
'test/webdriver/commands/create_session.cc',
+ 'test/webdriver/commands/find_element_commands.h',
+ 'test/webdriver/commands/find_element_commands.cc',
+ 'test/webdriver/commands/implicit_wait_command.h',
+ 'test/webdriver/commands/implicit_wait_command.cc',
'test/webdriver/commands/execute_command.h',
'test/webdriver/commands/execute_command.cc',
'test/webdriver/commands/navigate_commands.h',
« no previous file with comments | « no previous file | chrome/test/webdriver/commands/find_element_commands.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698