summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
authoriclelland <iclelland@chromium.org>2016-01-06 12:35:55 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-06 20:36:59 +0000
commit672676d8ae5f598f56714bb81b45498476952e9f (patch)
tree2e5ed7306da8477f77007196bfe4178842e80c5d /content/content_common.gypi
parent15a33c499fb52b3f1d53db0c5351291973664d8e (diff)
downloadchromium_src-672676d8ae5f598f56714bb81b45498476952e9f.zip
chromium_src-672676d8ae5f598f56714bb81b45498476952e9f.tar.gz
chromium_src-672676d8ae5f598f56714bb81b45498476952e9f.tar.bz2
Add API Key parsing for experimental APIs
This adds the experimental framework API key parsing mechanism to Chromium. This code deals with origins, API names, and dates. The validation currently checks for general well-formedness, and can determine, given an origin and API name, whether a given key is appropriate for use. (This is parsing only; actual signature validation is a separate CL) BUG=543146 Review URL: https://codereview.chromium.org/1521063003 Cr-Commit-Position: refs/heads/master@{#367893}
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 7eb25c8..5509c88 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -253,6 +253,8 @@
'common/dwrite_font_platform_win.cc',
'common/dwrite_font_proxy_messages.h',
'common/edit_command.h',
+ 'common/experiments/api_key.cc',
+ 'common/experiments/api_key.h',
'common/file_utilities_messages.h',
'common/fileapi/file_system_messages.h',
'common/fileapi/webblob_messages.h',