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

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: Update crash keys and add comments 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 3891 matching lines...) Expand 10 before | Expand all | Expand 10 after
3902 'include_dirs': [ 3902 'include_dirs': [
3903 '<(DEPTH)/third_party/wtl/include', 3903 '<(DEPTH)/third_party/wtl/include',
3904 ], 3904 ],
3905 'dependencies': [ 3905 'dependencies': [
3906 'chrome_process_finder', 3906 'chrome_process_finder',
3907 'chrome_watcher_client', 3907 'chrome_watcher_client',
3908 'file_pre_reader', 3908 'file_pre_reader',
3909 'installer_util_strings', 3909 'installer_util_strings',
3910 'metrics_constants_util_win', 3910 'metrics_constants_util_win',
3911 '../chrome/common_constants.gyp:version_header', 3911 '../chrome/common_constants.gyp:version_header',
3912 '../chrome_elf/chrome_elf.gyp:chrome_elf', 3912 '../chrome_elf/chrome_elf.gyp:blacklist',
3913 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants', 3913 '../chrome_elf/chrome_elf.gyp:chrome_elf_constants',
3914 '../chrome_elf/chrome_elf.gyp:dll_hash', 3914 '../chrome_elf/chrome_elf.gyp:dll_hash',
3915 '../components/components.gyp:browser_watcher', 3915 '../components/components.gyp:browser_watcher',
3916 '../components/components.gyp:browser_watcher_client', 3916 '../components/components.gyp:browser_watcher_client',
3917 # TODO(fdoray): Remove this once the PreRead field trial has 3917 # TODO(fdoray): Remove this once the PreRead field trial has
3918 # expired. crbug.com/577698 3918 # expired. crbug.com/577698
3919 '../components/components.gyp:startup_metric_utils_win', 3919 '../components/components.gyp:startup_metric_utils_win',
3920 '../google_update/google_update.gyp:google_update', 3920 '../google_update/google_update.gyp:google_update',
3921 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 3921 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
3922 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 3922 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
4305 '../components/components.gyp:rlz', 4305 '../components/components.gyp:rlz',
4306 '../components/components.gyp:search_engines', 4306 '../components/components.gyp:search_engines',
4307 '../rlz/rlz.gyp:rlz_lib', 4307 '../rlz/rlz.gyp:rlz_lib',
4308 'common', 4308 'common',
4309 ], 4309 ],
4310 }, 4310 },
4311 ], 4311 ],
4312 }], 4312 }],
4313 ], 4313 ],
4314 } 4314 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698