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

Unified Diff: components/gcm_driver.gypi

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, 2 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
« no previous file with comments | « components/components_tests.gyp ('k') | components/gcm_driver/crypto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/gcm_driver.gypi
diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi
index 1090e699808ea80589c9e32633b2bf8ea9fa7e1e..de43bb5768dd188cb4ab03eedaf603f89536b135 100644
--- a/components/gcm_driver.gypi
+++ b/components/gcm_driver.gypi
@@ -212,12 +212,15 @@
'../base/base.gyp:base',
'../components/components.gyp:leveldb_proto',
'../crypto/crypto.gyp:crypto',
+ '../net/net.gyp:net',
],
'include_dirs': [
'..',
],
'sources': [
# Note: file list duplicated in GN build.
+ 'gcm_driver/crypto/encryption_header_parsers.cc',
+ 'gcm_driver/crypto/encryption_header_parsers.h',
'gcm_driver/crypto/gcm_encryption_provider.cc',
'gcm_driver/crypto/gcm_encryption_provider.h',
'gcm_driver/crypto/gcm_key_store.cc',
« no previous file with comments | « components/components_tests.gyp ('k') | components/gcm_driver/crypto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698