Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: components/gcm_driver/crypto/BUILD.gn

Issue 1244803002: Add parsers for the Encryption and Encryption-Key HTTP headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/gcm_driver/crypto/BUILD.gn
diff --git a/components/gcm_driver/crypto/BUILD.gn b/components/gcm_driver/crypto/BUILD.gn
index f7ceece06119d99921103a6a993b89be74370de1..fc6396d9851634c24979029ffa7c8fa70055483a 100644
--- a/components/gcm_driver/crypto/BUILD.gn
+++ b/components/gcm_driver/crypto/BUILD.gn
@@ -7,6 +7,8 @@ import("//build/config/crypto.gni")
# GYP version: components/gcm_driver.gypi:gcm_driver_crypto
source_set("crypto") {
sources = [
+ "encryption_header_parsers.cc",
+ "encryption_header_parsers.h",
"gcm_key_store.cc",
"gcm_key_store.h",
"gcm_message_cryptographer.cc",
@@ -35,6 +37,7 @@ source_set("crypto") {
source_set("unit_tests") {
testonly = true
sources = [
+ "encryption_header_parsers_unittest.cc",
"gcm_key_store_unittest.cc",
"gcm_message_cryptographer_unittest.cc",
]

Powered by Google App Engine
This is Rietveld 408576698