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

Unified Diff: components/webcrypto/webcrypto.gyp

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 4 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/web_restrictions.gypi ('k') | components/webdata.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/webcrypto.gyp
diff --git a/components/webcrypto/webcrypto.gyp b/components/webcrypto/webcrypto.gyp
deleted file mode 100644
index e4cf9af55072c0b3436175d929b828fd6f773ee8..0000000000000000000000000000000000000000
--- a/components/webcrypto/webcrypto.gyp
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'targets': [
- {
- 'target_name': 'webcrypto',
- 'type': 'static_library',
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../crypto/crypto.gyp:crypto',
- '../../third_party/boringssl/boringssl.gyp:boringssl',
- '../../third_party/WebKit/public/blink.gyp:blink',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'algorithm_dispatch.cc',
- 'algorithm_dispatch.h',
- 'algorithm_implementation.cc',
- 'algorithm_implementation.h',
- 'algorithm_implementations.h',
- 'algorithm_registry.cc',
- 'algorithm_registry.h',
- 'algorithms/aes.cc',
- 'algorithms/aes.h',
- 'algorithms/aes_cbc.cc',
- 'algorithms/aes_ctr.cc',
- 'algorithms/aes_gcm.cc',
- 'algorithms/aes_kw.cc',
- 'algorithms/asymmetric_key_util.cc',
- 'algorithms/asymmetric_key_util.h',
- 'algorithms/ec.cc',
- 'algorithms/ec.h',
- 'algorithms/ecdh.cc',
- 'algorithms/ecdsa.cc',
- 'algorithms/hkdf.cc',
- 'algorithms/hmac.cc',
- 'algorithms/pbkdf2.cc',
- 'algorithms/rsa.cc',
- 'algorithms/rsa.h',
- 'algorithms/rsa_oaep.cc',
- 'algorithms/rsa_pss.cc',
- 'algorithms/rsa_sign.cc',
- 'algorithms/rsa_sign.h',
- 'algorithms/rsa_ssa.cc',
- 'algorithms/secret_key_util.cc',
- 'algorithms/secret_key_util.h',
- 'algorithms/sha.cc',
- 'algorithms/util.cc',
- 'algorithms/util.h',
- 'blink_key_handle.cc',
- 'blink_key_handle.h',
- 'crypto_data.cc',
- 'crypto_data.h',
- 'generate_key_result.cc',
- 'generate_key_result.h',
- 'jwk.cc',
- 'jwk.h',
- 'status.cc',
- 'status.h',
- 'webcrypto_impl.cc',
- 'webcrypto_impl.h',
- ],
- },
- ],
-}
« no previous file with comments | « components/web_restrictions.gypi ('k') | components/webdata.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698