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

Side by Side 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 unified diff | Download patch
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'base/touch/touch_factory.h', 254 'base/touch/touch_factory.h',
255 'base/ui_base_exports.cc', 255 'base/ui_base_exports.cc',
256 'base/ui_base_paths.cc', 256 'base/ui_base_paths.cc',
257 'base/ui_base_paths.h', 257 'base/ui_base_paths.h',
258 'base/ui_base_switches.cc', 258 'base/ui_base_switches.cc',
259 'base/ui_base_switches.h', 259 'base/ui_base_switches.h',
260 'base/ui_base_types.h', 260 'base/ui_base_types.h',
261 'base/ui_export.h', 261 'base/ui_export.h',
262 'base/view_prop.cc', 262 'base/view_prop.cc',
263 'base/view_prop.h', 263 'base/view_prop.h',
264 'base/win/accessibility_misc_utils.h',
265 'base/win/accessibility_misc_utils.cc',
264 'base/win/atl_module.h', 266 'base/win/atl_module.h',
265 'base/win/dpi.cc', 267 'base/win/dpi.cc',
266 'base/win/dpi.h', 268 'base/win/dpi.h',
267 'base/win/events_win.cc', 269 'base/win/events_win.cc',
268 'base/win/foreground_helper.cc', 270 'base/win/foreground_helper.cc',
269 'base/win/foreground_helper.h', 271 'base/win/foreground_helper.h',
270 'base/win/hwnd_util.cc', 272 'base/win/hwnd_util.cc',
271 'base/win/hwnd_util.h', 273 'base/win/hwnd_util.h',
272 'base/win/hwnd_subclass.cc', 274 'base/win/hwnd_subclass.cc',
273 'base/win/hwnd_subclass.h', 275 'base/win/hwnd_subclass.h',
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 745 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
744 'os.chmod(\'<(ui_copy_dest)\', 0700)' 746 'os.chmod(\'<(ui_copy_dest)\', 0700)'
745 ] 747 ]
746 } 748 }
747 ], 749 ],
748 }, 750 },
749 ], 751 ],
750 }], 752 }],
751 ], 753 ],
752 } 754 }
OLDNEW
« 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