| 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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 'Common_Base': { | 427 'Common_Base': { |
| 428 'msvs_target_platform': 'x64', | 428 'msvs_target_platform': 'x64', |
| 429 }, | 429 }, |
| 430 }, | 430 }, |
| 431 }, | 431 }, |
| 432 ], | 432 ], |
| 433 }], | 433 }], |
| 434 ['OS=="mac"', { | 434 ['OS=="mac"', { |
| 435 'targets': [ | 435 'targets': [ |
| 436 { | 436 { |
| 437 # GN version: //components/crash/content/app:breakpad_stubs |
| 437 'target_name': 'breakpad_stubs', | 438 'target_name': 'breakpad_stubs', |
| 438 'type': 'static_library', | 439 'type': 'static_library', |
| 439 'dependencies': [ | 440 'dependencies': [ |
| 440 '../base/base.gyp:base', | 441 '../base/base.gyp:base', |
| 441 ], | 442 ], |
| 442 'sources': [ | 443 'sources': [ |
| 443 'crash/content/app/breakpad_mac.h', | 444 'crash/content/app/breakpad_mac.h', |
| 444 'crash/content/app/breakpad_mac_stubs.mm', | 445 'crash/content/app/breakpad_mac_stubs.mm', |
| 445 'crash/content/app/crash_reporter_client.cc', | 446 'crash/content/app/crash_reporter_client.cc', |
| 446 'crash/content/app/crash_reporter_client.h', | 447 'crash/content/app/crash_reporter_client.h', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 ], | 482 ], |
| 482 }], | 483 }], |
| 483 ], | 484 ], |
| 484 }, | 485 }, |
| 485 ], | 486 ], |
| 486 }], | 487 }], |
| 487 ], | 488 ], |
| 488 }], | 489 }], |
| 489 ], | 490 ], |
| 490 } | 491 } |
| OLD | NEW |