Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: ui/views/views.gyp

Issue 266963002: Expose an accessible relation between the main window and active alert. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ia2_1-3
Patch Set: Address feedback Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/views/accessibility/native_view_accessibility_win_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « ui/views/accessibility/native_view_accessibility_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698