OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 'target_defaults': { | 8 'target_defaults': { |
9 'conditions': [ | 9 'conditions': [ |
10 ['use_aura==1', { | 10 ['use_aura==1', { |
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
670 'sources!': [ | 670 'sources!': [ |
671 'touchui/touch_selection_controller_impl_unittest.cc', | 671 'touchui/touch_selection_controller_impl_unittest.cc', |
672 ], | 672 ], |
673 }, { # use_chromeos==1 | 673 }, { # use_chromeos==1 |
674 'sources/': [ | 674 'sources/': [ |
675 ['exclude', 'ime/input_method_bridge_unittest.cc'], | 675 ['exclude', 'ime/input_method_bridge_unittest.cc'], |
676 ['exclude', 'widget/desktop_aura'], | 676 ['exclude', 'widget/desktop_aura'], |
677 ], | 677 ], |
678 }], | 678 }], |
679 ['OS=="win"', { | 679 ['OS=="win"', { |
| 680 'dependencies': [ |
| 681 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 682 ], |
680 'link_settings': { | 683 'link_settings': { |
681 'libraries': [ | 684 'libraries': [ |
682 '-limm32.lib', | 685 '-limm32.lib', |
683 '-loleacc.lib', | 686 '-loleacc.lib', |
684 '-lcomctl32.lib', | 687 '-lcomctl32.lib', |
685 ] | 688 ] |
686 }, | 689 }, |
687 'include_dirs': [ | 690 'include_dirs': [ |
688 '../third_party/wtl/include', | 691 '../third_party/wtl/include', |
689 ], | 692 ], |
(...skipping 23 matching lines...) Expand all Loading... |
713 }], | 716 }], |
714 ['use_aura==1', { | 717 ['use_aura==1', { |
715 'dependencies': [ | 718 'dependencies': [ |
716 '../aura/aura.gyp:aura_test_support', | 719 '../aura/aura.gyp:aura_test_support', |
717 ], | 720 ], |
718 }], | 721 }], |
719 ], | 722 ], |
720 }, # target_name: views_unittests | 723 }, # target_name: views_unittests |
721 ], | 724 ], |
722 } | 725 } |
OLD | NEW |