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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 '../breakpad/breakpad.gyp:breakpad_sender_win64', | 338 '../breakpad/breakpad.gyp:breakpad_sender_win64', |
339 '../sandbox/sandbox.gyp:sandbox_win64', | 339 '../sandbox/sandbox.gyp:sandbox_win64', |
340 ], | 340 ], |
341 'configurations': { | 341 'configurations': { |
342 'Common_Base': { | 342 'Common_Base': { |
343 'msvs_target_platform': 'x64', | 343 'msvs_target_platform': 'x64', |
344 }, | 344 }, |
345 }, | 345 }, |
346 }, | 346 }, |
347 { | 347 { |
| 348 # GN version: //components/crash/content/tools:crash_service |
348 'target_name': 'breakpad_crash_service_win64', | 349 'target_name': 'breakpad_crash_service_win64', |
349 'type': 'static_library', | 350 'type': 'static_library', |
350 'dependencies': [ | 351 'dependencies': [ |
351 '../base/base.gyp:base_win64', | 352 '../base/base.gyp:base_win64', |
352 '../breakpad/breakpad.gyp:breakpad_handler_win64', | 353 '../breakpad/breakpad.gyp:breakpad_handler_win64', |
353 '../breakpad/breakpad.gyp:breakpad_sender_win64', | 354 '../breakpad/breakpad.gyp:breakpad_sender_win64', |
354 ], | 355 ], |
355 'sources': [ | 356 'sources': [ |
356 'crash/content/tools/crash_service.cc', | 357 'crash/content/tools/crash_service.cc', |
357 'crash/content/tools/crash_service.h', | 358 'crash/content/tools/crash_service.h', |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 ], | 413 ], |
413 }], | 414 }], |
414 ], | 415 ], |
415 }, | 416 }, |
416 ], | 417 ], |
417 }], | 418 }], |
418 ], | 419 ], |
419 }], | 420 }], |
420 ], | 421 ], |
421 } | 422 } |
OLD | NEW |