| Index: build/android/pylib/constants/__init__.py
|
| diff --git a/build/android/pylib/constants/__init__.py b/build/android/pylib/constants/__init__.py
|
| index 77fd62b01fe2ab788338294ed1388c63c7d25c10..a709bd629912e934c911d9cfb3ba416021891c0d 100644
|
| --- a/build/android/pylib/constants/__init__.py
|
| +++ b/build/android/pylib/constants/__init__.py
|
| @@ -193,6 +193,7 @@ PYTHON_UNIT_TEST_SUITES = {
|
| 'path': os.path.join(DIR_SOURCE_ROOT, 'build', 'android', 'gyp'),
|
| 'test_modules': [
|
| 'java_cpp_enum_tests',
|
| + 'java_google_api_keys_tests',
|
| ]
|
| },
|
| }
|
|
|