diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-05 17:14:58 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-05 17:14:58 +0000 |
commit | bce9e2f459fa748289e46b9a353da7a562eb5c3d (patch) | |
tree | fa65317f38ae4e48aa457a0620f3d612545f5cf0 | |
parent | b365b31a5e62db967ab5e3af9032c595fd80b855 (diff) | |
download | chromium_src-bce9e2f459fa748289e46b9a353da7a562eb5c3d.zip chromium_src-bce9e2f459fa748289e46b9a353da7a562eb5c3d.tar.gz chromium_src-bce9e2f459fa748289e46b9a353da7a562eb5c3d.tar.bz2 |
Add missing windows dependency
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112989 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | content/content_tests.gypi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index e13e66e..b77ac4d 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -287,6 +287,11 @@ '../base/allocator/allocator.gyp:allocator', ], }], + ['OS=="win"', { + 'dependencies': [ + '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', + ], + }], ['chromeos==1', { 'sources/': [ ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittest.cc'], |