summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame.gyp
diff options
context:
space:
mode:
authorkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-09 01:07:43 +0000
committerkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-09 01:07:43 +0000
commit8ed2d73d12fe656de95cd707557ccdd87af1e08b (patch)
treef7532ed2f8fce81d1d412af35d2d26d00866eab1 /chrome_frame/chrome_frame.gyp
parent9ff08dd2596afb91b423ff12c30208e2e2bb5587 (diff)
downloadchromium_src-8ed2d73d12fe656de95cd707557ccdd87af1e08b.zip
chromium_src-8ed2d73d12fe656de95cd707557ccdd87af1e08b.tar.gz
chromium_src-8ed2d73d12fe656de95cd707557ccdd87af1e08b.tar.bz2
Add support for detecting text selection in chrome frame tests. This requires adding support for IAccessible2 interfaces.
BUG=none TEST=none Review URL: http://codereview.chromium.org/4406002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68680 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r--chrome_frame/chrome_frame.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index afa7e80..579c0f3 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -263,6 +263,8 @@
'../net/net.gyp:net_test_support',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
+ '../third_party/iaccessible2/iaccessible2.gyp:IAccessible2Proxy',
'../third_party/libxslt/libxslt.gyp:libxslt',
'chrome_frame_ie',
'chrome_frame_npapi',
@@ -598,6 +600,7 @@
'../net/net.gyp:net_test_support',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
'chrome_frame_ie',
'chrome_frame_npapi',
'chrome_frame_strings',