summaryrefslogtreecommitdiffstats
path: root/extensions/extensions.gyp
diff options
context:
space:
mode:
authorkmarshall <kmarshall@chromium.org>2014-11-03 15:45:00 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-03 23:45:56 +0000
commit311d5b8414d195abf8346b48900661503b83be57 (patch)
tree6338db7a5960109a5753214a63bce7d3f1c96bbd /extensions/extensions.gyp
parentf00c0c1c6acf0a3fd650e8c44bfff142b4bd5998 (diff)
downloadchromium_src-311d5b8414d195abf8346b48900661503b83be57.zip
chromium_src-311d5b8414d195abf8346b48900661503b83be57.tar.gz
chromium_src-311d5b8414d195abf8346b48900661503b83be57.tar.bz2
Implement crypto signature verification routines using OpenSSL.
BUG=426948 R=mfoltz@chromium.org,wez@chromium.org,davidben@chromium.org Review URL: https://codereview.chromium.org/687733004 Cr-Commit-Position: refs/heads/master@{#302520}
Diffstat (limited to 'extensions/extensions.gyp')
-rw-r--r--extensions/extensions.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index d61f64a..0ac8d4a 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -1118,6 +1118,7 @@
'browser/api/api_resource_manager_unittest.cc',
'browser/api/bluetooth/bluetooth_event_router_unittest.cc',
'browser/api/cast_channel/cast_auth_ica_unittest.cc',
+ 'browser/api/cast_channel/cast_auth_util_unittest.cc',
'browser/api/cast_channel/cast_channel_api_unittest.cc',
'browser/api/cast_channel/cast_framer_unittest.cc',
'browser/api/cast_channel/cast_socket_unittest.cc',