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

Unified Diff: content/content_browser.gypi

Issue 1563903002: Add public key and signature verification to browser-side API keys Base URL: https://chromium.googlesource.com/chromium/src.git@keys
Patch Set: Created 4 years, 11 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 | « content/common/experiments/api_key_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 737efe8ca67c856b8c15d128e132d8eedcb61c20..82d62ca5c9a29eb7c407313e0bbfec2816cfd622 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -674,6 +674,8 @@
'browser/download/save_types.h',
'browser/download/url_downloader.cc',
'browser/download/url_downloader.h',
+ 'browser/experiments/api_key_signature_verifier.cc',
+ 'browser/experiments/api_key_signature_verifier.h',
'browser/fileapi/blob_storage_host.cc',
'browser/fileapi/blob_storage_host.h',
'browser/fileapi/browser_file_system_helper.cc',
@@ -2199,7 +2201,7 @@
'browser/media/cdm/browser_cdm_manager.h',
],
}],
- ['OS == "linux"', {
+ ['OS != "ios"', {
'dependencies': [
'../third_party/boringssl/boringssl.gyp:boringssl',
],
« no previous file with comments | « content/common/experiments/api_key_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698