diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-16 15:20:01 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-16 15:20:01 +0000 |
commit | 3e981b2931608892407246bd2823a36097df16f4 (patch) | |
tree | 7ca1f69c2cc09d7240ad0bec7a1ce10ea7cbf08e /chrome/chrome.gyp | |
parent | 21d6745575eabb50da11d49c76173fbaf28c8b1c (diff) | |
download | chromium_src-3e981b2931608892407246bd2823a36097df16f4.zip chromium_src-3e981b2931608892407246bd2823a36097df16f4.tar.gz chromium_src-3e981b2931608892407246bd2823a36097df16f4.tar.bz2 |
Refactor chromedriver's script execution to reduce amount of custom Value parsing.
Also, rename utility_functions to webdriver_util and alphabetize gyp target.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7522024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96945 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index b1c3ba9..10eede0 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1551,6 +1551,9 @@ 'test/automation/javascript_execution_controller.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', ], |