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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2123073002: Switch chrome_elf exception handling from breakpad to crashpad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased to tip and git cl format Created 4 years, 5 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3923 matching lines...) Expand 10 before | Expand all | Expand 10 after
3934 'include_dirs': [ 3934 'include_dirs': [
3935 '<(DEPTH)/third_party/wtl/include', 3935 '<(DEPTH)/third_party/wtl/include',
3936 ], 3936 ],
3937 'dependencies': [ 3937 'dependencies': [
3938 'chrome_process_finder', 3938 'chrome_process_finder',
3939 'chrome_watcher_client', 3939 'chrome_watcher_client',
3940 'file_pre_reader', 3940 'file_pre_reader',
3941 'installer_util_strings', 3941 'installer_util_strings',
3942 'metrics_constants_util_win', 3942 'metrics_constants_util_win',
3943 '../chrome/common_constants.gyp:version_header', 3943 '../chrome/common_constants.gyp:version_header',
3944 '../chrome_elf/chrome_elf.gyp:chrome_elf', 3944 '../chrome_elf/chrome_elf.gyp:blacklist',
3945 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', 3945 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
3946 '../chrome_elf/chrome_elf.gyp:dll_hash', 3946 '../chrome_elf/chrome_elf.gyp:dll_hash',
3947 '../components/components.gyp:browser_watcher', 3947 '../components/components.gyp:browser_watcher',
3948 '../components/components.gyp:browser_watcher_client', 3948 '../components/components.gyp:browser_watcher_client',
3949 # TODO(fdoray): Remove this once the PreRead field trial has 3949 # TODO(fdoray): Remove this once the PreRead field trial has
3950 # expired. crbug.com/577698 3950 # expired. crbug.com/577698
3951 '../components/components.gyp:startup_metric_utils_win', 3951 '../components/components.gyp:startup_metric_utils_win',
3952 '../google_update/google_update.gyp:google_update', 3952 '../google_update/google_update.gyp:google_update',
3953 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3953 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3954 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3954 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
4331 '../components/components.gyp:rlz', 4331 '../components/components.gyp:rlz',
4332 '../components/components.gyp:search_engines', 4332 '../components/components.gyp:search_engines',
4333 '../rlz/rlz.gyp:rlz_lib', 4333 '../rlz/rlz.gyp:rlz_lib',
4334 'common', 4334 'common',
4335 ], 4335 ],
4336 }, 4336 },
4337 ], 4337 ],
4338 }], 4338 }],
4339 ], 4339 ],
4340 } 4340 }
OLDNEW
« no previous file with comments | « chrome/browser/hang_monitor/hang_crash_dump_win.cc ('k') | chrome/common/child_process_logging_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698