diff options
| -rw-r--r-- | breakpad/breakpad.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 51625fe..8ce3a30 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -614,6 +614,9 @@ 'include_dirs': [ 'src/common/android/include', ], + 'sources': [ + 'src/common/android/breakpad_getcontext_unittest.cc', + ], }], ], }, |
