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

Side by Side Diff: components/crash.gypi

Issue 1525023003: Distinguish in the browser between renderer crashes and kills (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove std::move for a value in return Created 4 years, 11 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/crash/core/browser 8 # GN version: //components/crash/core/browser
9 'target_name': 'crash_core_browser', 9 'target_name': 'crash_core_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 '../base/base.gyp:base', 401 '../base/base.gyp:base',
402 '../breakpad/breakpad.gyp:breakpad_client', 402 '../breakpad/breakpad.gyp:breakpad_client',
403 '../content/content.gyp:content_browser', 403 '../content/content.gyp:content_browser',
404 '../content/content.gyp:content_common', 404 '../content/content.gyp:content_common',
405 ], 405 ],
406 'sources': [ 406 'sources': [
407 'crash/content/browser/crash_dump_manager_android.cc', 407 'crash/content/browser/crash_dump_manager_android.cc',
408 'crash/content/browser/crash_dump_manager_android.h', 408 'crash/content/browser/crash_dump_manager_android.h',
409 'crash/content/browser/crash_handler_host_linux.cc', 409 'crash/content/browser/crash_handler_host_linux.cc',
410 'crash/content/browser/crash_handler_host_linux.h', 410 'crash/content/browser/crash_handler_host_linux.h',
411 'crash/content/browser/crash_micro_dump_manager_android.cc',
412 'crash/content/browser/crash_micro_dump_manager_android.h',
411 ], 413 ],
412 'include_dirs': [ 414 'include_dirs': [
413 '../breakpad/src', 415 '../breakpad/src',
414 ], 416 ],
415 'target_conditions': [ 417 'target_conditions': [
416 # Need 'target_conditions' to override default filename_rules to include 418 # Need 'target_conditions' to override default filename_rules to include
417 # the files on Android. 419 # the files on Android.
418 ['OS=="android"', { 420 ['OS=="android"', {
419 'sources/': [ 421 'sources/': [
420 ['include', '^crash/content/browser/crash_handler_host_linux \\.cc$'], 422 ['include', '^crash/content/browser/crash_handler_host_linux \\.cc$'],
421 ], 423 ],
422 }], 424 }],
423 ], 425 ],
424 }, 426 },
425 ], 427 ],
426 }], 428 }],
427 ], 429 ],
428 }], 430 }],
429 ], 431 ],
430 } 432 }
OLDNEW
« no previous file with comments | « android_webview/lib/main/aw_main_delegate.cc ('k') | components/crash/content/app/breakpad_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698