| 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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 'crash/content/browser/crash_dump_manager_android.cc', | 459 'crash/content/browser/crash_dump_manager_android.cc', |
| 460 'crash/content/browser/crash_dump_manager_android.h', | 460 'crash/content/browser/crash_dump_manager_android.h', |
| 461 'crash/content/browser/crash_handler_host_linux.cc', | 461 'crash/content/browser/crash_handler_host_linux.cc', |
| 462 'crash/content/browser/crash_handler_host_linux.h', | 462 'crash/content/browser/crash_handler_host_linux.h', |
| 463 'crash/content/browser/crash_micro_dump_manager_android.cc', | 463 'crash/content/browser/crash_micro_dump_manager_android.cc', |
| 464 'crash/content/browser/crash_micro_dump_manager_android.h', | 464 'crash/content/browser/crash_micro_dump_manager_android.h', |
| 465 ], | 465 ], |
| 466 'include_dirs': [ | 466 'include_dirs': [ |
| 467 '../breakpad/src', | 467 '../breakpad/src', |
| 468 ], | 468 ], |
| 469 'direct_dependent_settings': { |
| 470 'include_dirs': [ |
| 471 '../breakpad/src', |
| 472 ], |
| 473 }, |
| 469 'target_conditions': [ | 474 'target_conditions': [ |
| 470 # Need 'target_conditions' to override default filename_rules to
include | 475 # Need 'target_conditions' to override default filename_rules to
include |
| 471 # the files on Android. | 476 # the files on Android. |
| 472 ['OS=="android"', { | 477 ['OS=="android"', { |
| 473 'sources/': [ | 478 'sources/': [ |
| 474 ['include', '^crash/content/browser/crash_handler_host_linux
\\.cc$'], | 479 ['include', '^crash/content/browser/crash_handler_host_linux
\\.cc$'], |
| 475 ], | 480 ], |
| 476 }], | 481 }], |
| 477 ], | 482 ], |
| 478 }, | 483 }, |
| 479 ], | 484 ], |
| 480 }], | 485 }], |
| 481 ], | 486 ], |
| 482 }], | 487 }], |
| 483 ], | 488 ], |
| 484 } | 489 } |
| OLD | NEW |