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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 'crash/content/app/crashpad.h', | 211 'crash/content/app/crashpad.h', |
212 'crash/content/app/crashpad_mac.mm', | 212 'crash/content/app/crashpad_mac.mm', |
213 'crash/content/app/crashpad_win.cc', | 213 'crash/content/app/crashpad_win.cc', |
214 'crash/content/app/run_as_crashpad_handler_win.cc', | 214 'crash/content/app/run_as_crashpad_handler_win.cc', |
215 'crash/content/app/run_as_crashpad_handler_win.h', | 215 'crash/content/app/run_as_crashpad_handler_win.h', |
216 ], | 216 ], |
217 'dependencies': [ | 217 'dependencies': [ |
218 'crash_component_non_mac_win', | 218 'crash_component_non_mac_win', |
219 'crash_component_lib', | 219 'crash_component_lib', |
220 '../base/base.gyp:base', | 220 '../base/base.gyp:base', |
221 '../third_party/kasko/kasko.gyp:kasko', | 221 '../third_party/kasko/kasko.gyp:kasko_features', |
222 ], | 222 ], |
223 'export_dependent_settings': [ | 223 'export_dependent_settings': [ |
224 '../third_party/kasko/kasko.gyp:kasko', | 224 '../third_party/kasko/kasko.gyp:kasko_features', |
225 ], | 225 ], |
226 'conditions': [ | 226 'conditions': [ |
227 ['OS=="win"', { | 227 ['OS=="win"', { |
228 'dependencies': [ | 228 'dependencies': [ |
229 # TODO(fdoray): Remove this once the PreRead field trial has | 229 # TODO(fdoray): Remove this once the PreRead field trial has |
230 # expired. crbug.com/577698 | 230 # expired. crbug.com/577698 |
231 '<(DEPTH)/components/components.gyp:startup_metric_utils_common'
, | 231 '<(DEPTH)/components/components.gyp:startup_metric_utils_common'
, |
232 ], | 232 ], |
233 }], | 233 }], |
234 ['OS=="mac" or OS=="win"', { | 234 ['OS=="mac" or OS=="win"', { |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 ], | 482 ], |
483 }], | 483 }], |
484 ], | 484 ], |
485 }, | 485 }, |
486 ], | 486 ], |
487 }], | 487 }], |
488 ], | 488 ], |
489 }], | 489 }], |
490 ], | 490 ], |
491 } | 491 } |
OLD | NEW |