diff options
Diffstat (limited to 'chromium/components/gcm_driver/android')
-rw-r--r-- | chromium/components/gcm_driver/android/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/components/gcm_driver/android/BUILD.gn b/chromium/components/gcm_driver/android/BUILD.gn index 1e358bae993..914770e670f 100644 --- a/chromium/components/gcm_driver/android/BUILD.gn +++ b/chromium/components/gcm_driver/android/BUILD.gn @@ -41,6 +41,8 @@ java_library("components_gcm_driver_junit_tests") { "//base:base_java", "//base:base_java_test_support", "//base:base_junit_test_support", + "//third_party/android_deps:robolectric_all_java", "//third_party/hamcrest:hamcrest_java", + "//third_party/junit", ] } |