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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 883c035a49c1fdf0dd8d5fc4d387b8cf804d07d3..48e34cf504675796450fbf3553ebdca7fbdbbebf 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -677,6 +677,9 @@
],
}],
['OS=="win"', {
+ 'dependencies': [
+ '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
+ ],
'link_settings': {
'libraries': [
'-limm32.lib',
« 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