summaryrefslogtreecommitdiffstats
path: root/components/webcrypto
diff options
context:
space:
mode:
authoreroman <eroman@chromium.org>2015-09-21 12:35:47 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-21 19:36:35 +0000
commit265619b6e763bff7203fcf099b8367a2d8913ea1 (patch)
tree33b5acf79f9752ece8e85b58f6d177ad48bfa61b /components/webcrypto
parentcf878ce4ec8ffc5f131e845cc651d22cd29eb2b7 (diff)
downloadchromium_src-265619b6e763bff7203fcf099b8367a2d8913ea1.zip
chromium_src-265619b6e763bff7203fcf099b8367a2d8913ea1.tar.gz
chromium_src-265619b6e763bff7203fcf099b8367a2d8913ea1.tar.bz2
Fix GYP file with renamed file.
Review URL: https://codereview.chromium.org/1353423003 Cr-Commit-Position: refs/heads/master@{#349993}
Diffstat (limited to 'components/webcrypto')
-rw-r--r--components/webcrypto/webcrypto.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webcrypto/webcrypto.gyp b/components/webcrypto/webcrypto.gyp
index 694e059..fef6ead 100644
--- a/components/webcrypto/webcrypto.gyp
+++ b/components/webcrypto/webcrypto.gyp
@@ -21,6 +21,7 @@
'algorithm_dispatch.h',
'algorithm_implementation.cc',
'algorithm_implementation.h',
+ 'algorithm_implementations.h',
'algorithm_registry.cc',
'algorithm_registry.h',
'algorithms/aes.cc',
@@ -56,7 +57,6 @@
'jwk.h',
'key.cc',
'key.h',
- 'platform_crypto.h',
'status.cc',
'status.h',
'webcrypto_impl.cc',