diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-05 21:05:42 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-05 21:05:42 +0000 |
commit | c54ab233b57b0c0cab2b814ef915767cece172bd (patch) | |
tree | ad02d6bb9a271f5aae7a990e27f7a3d2b2dfe070 /chrome/chrome_common.gypi | |
parent | 9d996c067605d3cfc61a03afac405331802d5a67 (diff) | |
download | chromium_src-c54ab233b57b0c0cab2b814ef915767cece172bd.zip chromium_src-c54ab233b57b0c0cab2b814ef915767cece172bd.tar.gz chromium_src-c54ab233b57b0c0cab2b814ef915767cece172bd.tar.bz2 |
Allow AutomationProvider to work with other render view containers besides
tabs, particularly extension bg pages, infobars, and popups. This is
needed to enable WebDriver to work with these views.
BUG=93571
TEST=none
Review URL: http://codereview.chromium.org/8790003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113023 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index d29f9db..764b6c8 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -61,6 +61,8 @@ 'common/autofill_messages.h', 'common/automation_constants.cc', 'common/automation_constants.h', + 'common/automation_id.cc', + 'common/automation_id.h', 'common/automation_messages.cc', 'common/automation_messages.h', 'common/automation_messages_internal.h', |