Commit bce9e2f4 authored by jam@chromium.org's avatar jam@chromium.org

Add missing windows dependency

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112989 0039d316-1c4b-4281-b951-d872f2087c98
parent b365b31a
...@@ -287,6 +287,11 @@ ...@@ -287,6 +287,11 @@
'../base/allocator/allocator.gyp:allocator', '../base/allocator/allocator.gyp:allocator',
], ],
}], }],
['OS=="win"', {
'dependencies': [
'../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
],
}],
['chromeos==1', { ['chromeos==1', {
'sources/': [ 'sources/': [
['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittest.cc'], ['exclude', '^browser/renderer_host/gtk_key_bindings_handler_unittest.cc'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment