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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2088133002: Switch chrome_elf exception handling from breakpad to crashpad. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Register crash keys only once in the process. Created 4 years, 6 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 3890 matching lines...) Expand 10 before | Expand all | Expand 10 after
3901 '<(DEPTH)/third_party/wtl/include', 3901 '<(DEPTH)/third_party/wtl/include',
3902 ], 3902 ],
3903 'dependencies': [ 3903 'dependencies': [
3904 'chrome_process_finder', 3904 'chrome_process_finder',
3905 'chrome_watcher_client', 3905 'chrome_watcher_client',
3906 'file_pre_reader', 3906 'file_pre_reader',
3907 'installer_util_strings', 3907 'installer_util_strings',
3908 'kasko_util', 3908 'kasko_util',
3909 'metrics_constants_util_win', 3909 'metrics_constants_util_win',
3910 '../chrome/common_constants.gyp:version_header', 3910 '../chrome/common_constants.gyp:version_header',
3911 '../chrome_elf/chrome_elf.gyp:chrome_elf', 3911 '../chrome_elf/chrome_elf.gyp:blacklist',
3912 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', 3912 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
3913 '../chrome_elf/chrome_elf.gyp:dll_hash', 3913 '../chrome_elf/chrome_elf.gyp:dll_hash',
3914 '../components/components.gyp:browser_watcher', 3914 '../components/components.gyp:browser_watcher',
3915 '../components/components.gyp:browser_watcher_client', 3915 '../components/components.gyp:browser_watcher_client',
3916 # TODO(fdoray): Remove this once the PreRead field trial has 3916 # TODO(fdoray): Remove this once the PreRead field trial has
3917 # expired. crbug.com/577698 3917 # expired. crbug.com/577698
3918 '../components/components.gyp:startup_metric_utils_win', 3918 '../components/components.gyp:startup_metric_utils_win',
3919 '../google_update/google_update.gyp:google_update', 3919 '../google_update/google_update.gyp:google_update',
3920 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3920 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3921 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3921 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
4304 '../components/components.gyp:rlz', 4304 '../components/components.gyp:rlz',
4305 '../components/components.gyp:search_engines', 4305 '../components/components.gyp:search_engines',
4306 '../rlz/rlz.gyp:rlz_lib', 4306 '../rlz/rlz.gyp:rlz_lib',
4307 'common', 4307 'common',
4308 ], 4308 ],
4309 }, 4309 },
4310 ], 4310 ],
4311 }], 4311 }],
4312 ], 4312 ],
4313 } 4313 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698