summaryrefslogtreecommitdiffstats
path: root/chrome/android/chrome_apk.gyp
diff options
context:
space:
mode:
authormvanouwerkerk <mvanouwerkerk@chromium.org>2015-12-01 02:45:57 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-01 10:47:28 +0000
commit37acca793d11829f8006e17da779e706f9667fcc (patch)
tree91e1a7f38117ba2d1926e1260558ac558a6db84a /chrome/android/chrome_apk.gyp
parent20307b827528c927cb508f8057838f92b3913899 (diff)
downloadchromium_src-37acca793d11829f8006e17da779e706f9667fcc.zip
chromium_src-37acca793d11829f8006e17da779e706f9667fcc.tar.gz
chromium_src-37acca793d11829f8006e17da779e706f9667fcc.tar.bz2
Instrumentation integration test for the Push API on Android.
Checks the happy path of subscribing to push, receiving a push message, and showing a notification. More scenarios to be added later. BUG=558402 Review URL: https://codereview.chromium.org/1471193006 Cr-Commit-Position: refs/heads/master@{#362371}
Diffstat (limited to 'chrome/android/chrome_apk.gyp')
-rw-r--r--chrome/android/chrome_apk.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/android/chrome_apk.gyp b/chrome/android/chrome_apk.gyp
index f1ca5cd..143397b 100644
--- a/chrome/android/chrome_apk.gyp
+++ b/chrome/android/chrome_apk.gyp
@@ -290,6 +290,7 @@
'../../chrome/chrome.gyp:chrome_java',
'../../chrome/chrome.gyp:chrome_java_test_support',
'../../components/components.gyp:invalidation_javatests',
+ '../../components/components.gyp:gcm_driver_java',
'../../components/components.gyp:offline_pages_enums_java',
'../../components/components.gyp:precache_javatests',
'../../components/components.gyp:web_contents_delegate_android_java',