summaryrefslogtreecommitdiffstats
path: root/components/components_tests.gyp
diff options
context:
space:
mode:
authorpeter <peter@chromium.org>2015-07-28 09:19:55 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-28 16:20:40 +0000
commitbfa736ea015575cff0b21d4249ceb9d45d4df254 (patch)
treedf29471a7b36092c2a5f4426754f34482e87a909 /components/components_tests.gyp
parent0ea6e13dbc5172d29b705db1f899db84cd9ef172 (diff)
downloadchromium_src-bfa736ea015575cff0b21d4249ceb9d45d4df254.zip
chromium_src-bfa736ea015575cff0b21d4249ceb9d45d4df254.tar.gz
chromium_src-bfa736ea015575cff0b21d4249ceb9d45d4df254.tar.bz2
Hook up the Push API with GCM's new ability to own encryption keys.
This CL finishes implementing propagation of the "curve25519dh" attribute of the PushSubscription interface of the Push API. The public key will be provided by the GCM Driver, which internally uses the (new) GCMKeyStore. Encrypted messages cannot yet be received by GCM - that work remains. The functionality introduced in this CL is also still guarded behind the "--enable-push-message-payload" command line flag. BUG=486040 Review URL: https://codereview.chromium.org/1231613005 Cr-Commit-Position: refs/heads/master@{#340697}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r--components/components_tests.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index aa40d13..5694f4b 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -830,7 +830,6 @@
'components.gyp:favicon_base',
'components.gyp:favicon_core',
'components.gyp:gcm_driver',
- 'components.gyp:gcm_driver_crypto',
'components.gyp:gcm_driver_test_support',
'components.gyp:google_core_browser',
'components.gyp:history_core_browser',