| Index: build/android/pylib/constants/__init__.py
|
| diff --git a/build/android/pylib/constants/__init__.py b/build/android/pylib/constants/__init__.py
|
| index 0b6140330dcad9313236bf1059857fb515afbf5e..25c0b0f544f641b85f37ba671bdd50845682baec 100644
|
| --- a/build/android/pylib/constants/__init__.py
|
| +++ b/build/android/pylib/constants/__init__.py
|
| @@ -194,6 +194,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',
|
| ]
|
| },
|
| }
|
|
|