| 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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 '../base/base.gyp:base', | 401 '../base/base.gyp:base', |
| 402 '../breakpad/breakpad.gyp:breakpad_client', | 402 '../breakpad/breakpad.gyp:breakpad_client', |
| 403 '../content/content.gyp:content_browser', | 403 '../content/content.gyp:content_browser', |
| 404 '../content/content.gyp:content_common', | 404 '../content/content.gyp:content_common', |
| 405 ], | 405 ], |
| 406 'sources': [ | 406 'sources': [ |
| 407 'crash/content/browser/crash_dump_manager_android.cc', | 407 'crash/content/browser/crash_dump_manager_android.cc', |
| 408 'crash/content/browser/crash_dump_manager_android.h', | 408 'crash/content/browser/crash_dump_manager_android.h', |
| 409 'crash/content/browser/crash_handler_host_linux.cc', | 409 'crash/content/browser/crash_handler_host_linux.cc', |
| 410 'crash/content/browser/crash_handler_host_linux.h', | 410 'crash/content/browser/crash_handler_host_linux.h', |
| 411 'crash/content/browser/crash_micro_dump_manager_android.cc', |
| 412 'crash/content/browser/crash_micro_dump_manager_android.h', |
| 411 ], | 413 ], |
| 412 'include_dirs': [ | 414 'include_dirs': [ |
| 413 '../breakpad/src', | 415 '../breakpad/src', |
| 414 ], | 416 ], |
| 415 'target_conditions': [ | 417 'target_conditions': [ |
| 416 # Need 'target_conditions' to override default filename_rules to
include | 418 # Need 'target_conditions' to override default filename_rules to
include |
| 417 # the files on Android. | 419 # the files on Android. |
| 418 ['OS=="android"', { | 420 ['OS=="android"', { |
| 419 'sources/': [ | 421 'sources/': [ |
| 420 ['include', '^crash/content/browser/crash_handler_host_linux
\\.cc$'], | 422 ['include', '^crash/content/browser/crash_handler_host_linux
\\.cc$'], |
| 421 ], | 423 ], |
| 422 }], | 424 }], |
| 423 ], | 425 ], |
| 424 }, | 426 }, |
| 425 ], | 427 ], |
| 426 }], | 428 }], |
| 427 ], | 429 ], |
| 428 }], | 430 }], |
| 429 ], | 431 ], |
| 430 } | 432 } |
| OLD | NEW |