| 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 '../third_party/kasko/kasko.gyp:kasko', | 221 '../third_party/kasko/kasko.gyp:kasko', |
| 222 ], | 222 ], |
| 223 'export_dependent_settings': [ | 223 'export_dependent_settings': [ |
| 224 '../third_party/kasko/kasko.gyp:kasko', | 224 '../third_party/kasko/kasko.gyp:kasko', |
| 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_win', | 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"', { |
| 235 'dependencies': [ | 235 'dependencies': [ |
| 236 '../third_party/crashpad/crashpad/client/client.gyp:crashpad_cli
ent', | 236 '../third_party/crashpad/crashpad/client/client.gyp:crashpad_cli
ent', |
| 237 '../third_party/crashpad/crashpad/snapshot/snapshot.gyp:crashpad
_snapshot_api', | 237 '../third_party/crashpad/crashpad/snapshot/snapshot.gyp:crashpad
_snapshot_api', |
| 238 ], | 238 ], |
| 239 }], | 239 }], |
| 240 ['OS=="win"', { | 240 ['OS=="win"', { |
| 241 'dependencies': [ | 241 'dependencies': [ |
| (...skipping 240 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 |