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

Side by Side Diff: base/base.gypi

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
« no previous file with comments | « no previous file | base/win/accessibility_misc_utils.h » ('j') | 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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'value_conversions.cc', 408 'value_conversions.cc',
409 'value_conversions.h', 409 'value_conversions.h',
410 'version.cc', 410 'version.cc',
411 'version.h', 411 'version.h',
412 'vlog.cc', 412 'vlog.cc',
413 'vlog.h', 413 'vlog.h',
414 'nix/mime_util_xdg.cc', 414 'nix/mime_util_xdg.cc',
415 'nix/mime_util_xdg.h', 415 'nix/mime_util_xdg.h',
416 'nix/xdg_util.cc', 416 'nix/xdg_util.cc',
417 'nix/xdg_util.h', 417 'nix/xdg_util.h',
418 'win/accessibility_misc_utils.h',
419 'win/accessibility_misc_utils.cc',
420 'win/enum_variant.h', 418 'win/enum_variant.h',
421 'win/enum_variant.cc', 419 'win/enum_variant.cc',
422 'win/event_trace_consumer.h', 420 'win/event_trace_consumer.h',
423 'win/event_trace_controller.cc', 421 'win/event_trace_controller.cc',
424 'win/event_trace_controller.h', 422 'win/event_trace_controller.h',
425 'win/event_trace_provider.cc', 423 'win/event_trace_provider.cc',
426 'win/event_trace_provider.h', 424 'win/event_trace_provider.h',
427 'win/i18n.cc', 425 'win/i18n.cc',
428 'win/i18n.h', 426 'win/i18n.h',
429 'win/iat_patch_function.cc', 427 'win/iat_patch_function.cc',
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 'third_party/xdg_mime/xdgmimemagic.c', 940 'third_party/xdg_mime/xdgmimemagic.c',
943 'third_party/xdg_mime/xdgmimemagic.h', 941 'third_party/xdg_mime/xdgmimemagic.h',
944 'third_party/xdg_mime/xdgmimeparent.c', 942 'third_party/xdg_mime/xdgmimeparent.c',
945 'third_party/xdg_mime/xdgmimeparent.h', 943 'third_party/xdg_mime/xdgmimeparent.h',
946 ], 944 ],
947 }, 945 },
948 ], 946 ],
949 }], 947 }],
950 ], 948 ],
951 } 949 }
OLDNEW
« no previous file with comments | « no previous file | base/win/accessibility_misc_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698