| Index: breakpad/breakpad.gyp
 | 
| diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
 | 
| index 545456eeb254a0223f55b3d9f84d97f3a61ab086..8c9dee1643f7a2b5500b270825ab3714a314b4c4 100644
 | 
| --- a/breakpad/breakpad.gyp
 | 
| +++ b/breakpad/breakpad.gyp
 | 
| @@ -698,6 +698,12 @@
 | 
|                'sources': [
 | 
|                  'src/common/android/breakpad_getcontext_unittest.cc',
 | 
|                ],
 | 
| +              'variables': {
 | 
| +                'test_type': 'gtest',
 | 
| +                'test_suite_name': '<(_target_name)',
 | 
| +                'isolate_file': 'breakpad_unittests.isolate',
 | 
| +              },
 | 
| +              'includes': [ '../build/android/test_runner.gypi' ],
 | 
|              }],
 | 
|            ],
 | 
|          },
 | 
| 
 |