Chromium Code Reviews| Index: base/base.gyp |
| diff --git a/base/base.gyp b/base/base.gyp |
| index 090481346262bbdcbe8534115f30871184af797e..746c6cd8dbd7d64b68fea96feec472fa104cd2ef 100644 |
| --- a/base/base.gyp |
| +++ b/base/base.gyp |
| @@ -367,6 +367,7 @@ |
| 'sources': [ |
| # Tests. |
| 'android/jni_android_unittest.cc', |
| + 'android/jni_method_id_unittest.cc', |
|
joth
2012/10/03 17:31:52
nit: should add jni_method_id.h somewhere in here
|
| 'android/path_utils_unittest.cc', |
| 'android/scoped_java_ref_unittest.cc', |
| 'at_exit_unittest.cc', |