Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Side by Side Diff: components/crash.gypi

Issue 2183613003: (gyp): breakpad_host should push include_dirs to dependents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698