Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 132 'type': '<(crash_component_target_type)', | 132 'type': '<(crash_component_target_type)', |
| 133 'sources': [ | 133 'sources': [ |
| 134 'crash/content/app/breakpad_linux.cc', | 134 'crash/content/app/breakpad_linux.cc', |
| 135 'crash/content/app/breakpad_linux.h', | 135 'crash/content/app/breakpad_linux.h', |
| 136 'crash/content/app/breakpad_linux_impl.h', | 136 'crash/content/app/breakpad_linux_impl.h', |
| 137 'crash/content/app/hard_error_handler_win.cc', | 137 'crash/content/app/hard_error_handler_win.cc', |
| 138 'crash/content/app/hard_error_handler_win.h', | 138 'crash/content/app/hard_error_handler_win.h', |
| 139 ], | 139 ], |
| 140 'dependencies': [ | 140 'dependencies': [ |
| 141 'crash_component_lib', | 141 'crash_component_lib', |
| 142 'crash_core_common', | |
|
Lei Zhang
2016/01/26 00:23:07
This is in components/crash/content/app/BUILD.gn a
| |
| 142 '../base/base.gyp:base', | 143 '../base/base.gyp:base', |
| 143 ], | 144 ], |
| 144 'defines': ['CRASH_IMPLEMENTATION'], | 145 'defines': ['CRASH_IMPLEMENTATION'], |
| 145 'conditions': [ | 146 'conditions': [ |
| 146 ['OS=="win"', { | 147 ['OS=="win"', { |
| 147 'dependencies': [ | 148 'dependencies': [ |
| 148 '../breakpad/breakpad.gyp:breakpad_handler', | 149 '../breakpad/breakpad.gyp:breakpad_handler', |
| 149 '../breakpad/breakpad.gyp:breakpad_sender', | 150 '../breakpad/breakpad.gyp:breakpad_sender', |
| 150 '../sandbox/sandbox.gyp:sandbox', | 151 '../sandbox/sandbox.gyp:sandbox', |
| 151 ], | 152 ], |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 424 ], | 425 ], |
| 425 }], | 426 }], |
| 426 ], | 427 ], |
| 427 }, | 428 }, |
| 428 ], | 429 ], |
| 429 }], | 430 }], |
| 430 ], | 431 ], |
| 431 }], | 432 }], |
| 432 ], | 433 ], |
| 433 } | 434 } |
| OLD | NEW |