From fd14ae64508c53bc9df412fa0f4606e784d453fc Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Thu, 12 Mar 2015 17:21:43 -0400 Subject: [PATCH] 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 --- client/client.gyp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/client.gyp b/client/client.gyp index 27057110..cc1b139e 100644 --- a/client/client.gyp +++ b/client/client.gyp @@ -60,6 +60,11 @@ ], }], ], + 'direct_dependent_settings': { + 'include_dirs': [ + '..', + ], + }, }, { 'target_name': 'crashpad_client_test',