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

Unified Diff: ui/ui.gyp

Issue 10399084: Fix crash in the accessibility code in the shared build. The problem is that the ATL module pointer… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Moved accessibility_misc_utils.h to ui/base/win and switched STDMETHODIMP->STDMETHOD in the header … Created 8 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/base/win/accessibility_misc_utils.cc ('k') | ui/views/accessibility/native_view_accessibility_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 3b1ccadf5267be88a4ec4a1f1dde5e52f74cf78b..f26b7ef28374f172eced743acadefe9383aae83e 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -261,6 +261,8 @@
'base/ui_export.h',
'base/view_prop.cc',
'base/view_prop.h',
+ 'base/win/accessibility_misc_utils.h',
+ 'base/win/accessibility_misc_utils.cc',
'base/win/atl_module.h',
'base/win/dpi.cc',
'base/win/dpi.h',
« no previous file with comments | « ui/base/win/accessibility_misc_utils.cc ('k') | ui/views/accessibility/native_view_accessibility_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698