crashpad_client: expose the crashpad root as an include_dir to

dependents.

BUG=crashpad:12
R=rsesek@chromium.org

Review URL: https://codereview.chromium.org/997303005
This commit is contained in:
Mark Mentovai 2015-03-12 17:21:43 -04:00
parent 29cdc74579
commit fd14ae6450

View File

@ -60,6 +60,11 @@
],
}],
],
'direct_dependent_settings': {
'include_dirs': [
'..',
],
},
},
{
'target_name': 'crashpad_client_test',