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

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: Update license header in atl_module.h 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.cc » ('j') | base/win/atl_module.h » ('J')
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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 418 'win/accessibility_misc_utils.h',
419 'win/accessibility_misc_utils.cc', 419 'win/accessibility_misc_utils.cc',
420 'win/atl_module.h',
420 'win/enum_variant.h', 421 'win/enum_variant.h',
421 'win/enum_variant.cc', 422 'win/enum_variant.cc',
422 'win/event_trace_consumer.h', 423 'win/event_trace_consumer.h',
423 'win/event_trace_controller.cc', 424 'win/event_trace_controller.cc',
424 'win/event_trace_controller.h', 425 'win/event_trace_controller.h',
425 'win/event_trace_provider.cc', 426 'win/event_trace_provider.cc',
426 'win/event_trace_provider.h', 427 'win/event_trace_provider.h',
427 'win/i18n.cc', 428 'win/i18n.cc',
428 'win/i18n.h', 429 'win/i18n.h',
429 'win/iat_patch_function.cc', 430 'win/iat_patch_function.cc',
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 'third_party/xdg_mime/xdgmimemagic.c', 943 'third_party/xdg_mime/xdgmimemagic.c',
943 'third_party/xdg_mime/xdgmimemagic.h', 944 'third_party/xdg_mime/xdgmimemagic.h',
944 'third_party/xdg_mime/xdgmimeparent.c', 945 'third_party/xdg_mime/xdgmimeparent.c',
945 'third_party/xdg_mime/xdgmimeparent.h', 946 'third_party/xdg_mime/xdgmimeparent.h',
946 ], 947 ],
947 }, 948 },
948 ], 949 ],
949 }], 950 }],
950 ], 951 ],
951 } 952 }
OLDNEW
« no previous file with comments | « no previous file | base/win/accessibility_misc_utils.cc » ('j') | base/win/atl_module.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698