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

Unified Diff: chrome/chrome_tests.gypi

Issue 7522024: Refactor chromedriver's script execution to reduce amount of custom Value parsing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 5 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index cbf6f88aba4e940bb41ab0225068a6d246a79c29..53606fda4196a8d750398b78c07fb4415cefcd91 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -140,6 +140,9 @@
'test/automation/javascript_message_utils.h',
'test/automation/tab_proxy.cc',
'test/automation/tab_proxy.h',
+ 'test/automation/value_conversion_traits.cc',
+ 'test/automation/value_conversion_traits.h',
+ 'test/automation/value_conversion_util.h',
'test/automation/window_proxy.cc',
'test/automation/window_proxy.h',
'test/bookmark_load_observer.cc',
@@ -846,75 +849,77 @@
'..',
],
'sources': [
- '../third_party/mongoose/mongoose.h',
- '../third_party/mongoose/mongoose.c',
- '../third_party/webdriver/atoms.h',
- 'test/webdriver/automation.h',
'test/webdriver/automation.cc',
- 'test/webdriver/dispatch.h',
- 'test/webdriver/dispatch.cc',
- 'test/webdriver/frame_path.h',
- 'test/webdriver/frame_path.cc',
- 'test/webdriver/http_response.h',
- 'test/webdriver/http_response.cc',
- 'test/webdriver/keycode_text_conversion.h',
- 'test/webdriver/keycode_text_conversion_linux.cc',
- 'test/webdriver/keycode_text_conversion_mac.mm',
- 'test/webdriver/keycode_text_conversion_win.cc',
- 'test/webdriver/keymap.h',
- 'test/webdriver/keymap.cc',
- 'test/webdriver/session.h',
- 'test/webdriver/session.cc',
- 'test/webdriver/session_manager.h',
- 'test/webdriver/session_manager.cc',
- 'test/webdriver/utility_functions.h',
- 'test/webdriver/utility_functions.cc',
- 'test/webdriver/webdriver_error.h',
- 'test/webdriver/webdriver_error.cc',
- 'test/webdriver/webdriver_logging.h',
- 'test/webdriver/webdriver_logging.cc',
- 'test/webdriver/webdriver_key_converter.h',
- 'test/webdriver/webdriver_key_converter.cc',
- 'test/webdriver/web_element_id.h',
- 'test/webdriver/web_element_id.cc',
- 'test/webdriver/commands/alert_commands.h',
+ 'test/webdriver/automation.h',
'test/webdriver/commands/alert_commands.cc',
- 'test/webdriver/commands/command.h',
+ 'test/webdriver/commands/alert_commands.h',
'test/webdriver/commands/command.cc',
- 'test/webdriver/commands/cookie_commands.h',
+ 'test/webdriver/commands/command.h',
'test/webdriver/commands/cookie_commands.cc',
- 'test/webdriver/commands/create_session.h',
+ 'test/webdriver/commands/cookie_commands.h',
'test/webdriver/commands/create_session.cc',
- 'test/webdriver/commands/execute_async_script_command.h',
+ 'test/webdriver/commands/create_session.h',
'test/webdriver/commands/execute_async_script_command.cc',
- 'test/webdriver/commands/execute_command.h',
+ 'test/webdriver/commands/execute_async_script_command.h',
'test/webdriver/commands/execute_command.cc',
- 'test/webdriver/commands/find_element_commands.h',
+ 'test/webdriver/commands/execute_command.h',
'test/webdriver/commands/find_element_commands.cc',
- 'test/webdriver/commands/navigate_commands.h',
+ 'test/webdriver/commands/find_element_commands.h',
'test/webdriver/commands/navigate_commands.cc',
- 'test/webdriver/commands/mouse_commands.h',
+ 'test/webdriver/commands/navigate_commands.h',
'test/webdriver/commands/mouse_commands.cc',
- 'test/webdriver/commands/response.cc',
+ 'test/webdriver/commands/mouse_commands.h',
'test/webdriver/commands/response.h',
- 'test/webdriver/commands/screenshot_command.h',
+ 'test/webdriver/commands/response.cc',
'test/webdriver/commands/screenshot_command.cc',
- 'test/webdriver/commands/session_with_id.h',
+ 'test/webdriver/commands/screenshot_command.h',
'test/webdriver/commands/session_with_id.cc',
- 'test/webdriver/commands/set_timeout_commands.h',
+ 'test/webdriver/commands/session_with_id.h',
'test/webdriver/commands/set_timeout_commands.cc',
- 'test/webdriver/commands/source_command.h',
+ 'test/webdriver/commands/set_timeout_commands.h',
'test/webdriver/commands/source_command.cc',
- 'test/webdriver/commands/target_locator_commands.h',
+ 'test/webdriver/commands/source_command.h',
'test/webdriver/commands/target_locator_commands.cc',
- 'test/webdriver/commands/title_command.h',
+ 'test/webdriver/commands/target_locator_commands.h',
'test/webdriver/commands/title_command.cc',
- 'test/webdriver/commands/url_command.h',
+ 'test/webdriver/commands/title_command.h',
'test/webdriver/commands/url_command.cc',
- 'test/webdriver/commands/webdriver_command.h',
+ 'test/webdriver/commands/url_command.h',
'test/webdriver/commands/webdriver_command.cc',
- 'test/webdriver/commands/webelement_commands.h',
+ 'test/webdriver/commands/webdriver_command.h',
'test/webdriver/commands/webelement_commands.cc',
+ 'test/webdriver/commands/webelement_commands.h',
+ 'test/webdriver/dispatch.cc',
+ 'test/webdriver/dispatch.h',
+ 'test/webdriver/frame_path.cc',
+ 'test/webdriver/frame_path.h',
+ 'test/webdriver/http_response.cc',
+ 'test/webdriver/http_response.h',
+ 'test/webdriver/keycode_text_conversion_linux.cc',
+ 'test/webdriver/keycode_text_conversion_mac.mm',
+ 'test/webdriver/keycode_text_conversion_win.cc',
+ 'test/webdriver/keycode_text_conversion.h',
+ 'test/webdriver/keymap.cc',
+ 'test/webdriver/keymap.h',
+ 'test/webdriver/session.cc',
+ 'test/webdriver/session.h',
+ 'test/webdriver/session_manager.cc',
+ 'test/webdriver/session_manager.h',
+ 'test/webdriver/webdriver_basic_types.cc',
+ 'test/webdriver/webdriver_basic_types.h',
+ 'test/webdriver/webdriver_error.cc',
+ 'test/webdriver/webdriver_error.h',
+ 'test/webdriver/webdriver_key_converter.cc',
+ 'test/webdriver/webdriver_key_converter.h',
+ 'test/webdriver/webdriver_logging.cc',
+ 'test/webdriver/webdriver_logging.h',
+ 'test/webdriver/webdriver_util.cc',
+ 'test/webdriver/webdriver_util.h',
+ 'test/webdriver/web_element_id.cc',
+ 'test/webdriver/web_element_id.h',
+ '../third_party/mongoose/mongoose.c',
Paweł Hajdan Jr. 2011/08/02 20:04:47 How about making a separate target for it? Should
kkania 2011/08/03 17:07:56 Done.
+ '../third_party/mongoose/mongoose.h',
+ '../third_party/webdriver/atoms.h',
],
'conditions': [
['toolkit_uses_gtk == 1', {
@@ -1000,10 +1005,10 @@
'test/webdriver/frame_path_unittest.cc',
'test/webdriver/http_response_unittest.cc',
'test/webdriver/keycode_text_conversion_unittest.cc',
- 'test/webdriver/utility_functions_unittest.cc',
'test/webdriver/webdriver_key_converter_unittest.cc',
'test/webdriver/webdriver_test_util.cc',
'test/webdriver/webdriver_test_util.h',
+ 'test/webdriver/webdriver_util_unittest.cc',
],
'conditions': [
['OS=="win"', {
« no previous file with comments | « no previous file | chrome/test/automation/javascript_message_utils.h » ('j') | chrome/test/webdriver/automation.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698