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

Unified Diff: crypto/crypto.gyp

Issue 2081553003: crypto: Add peformance test for SHA1 to compare against base Base URL: https://chromium.googlesource.com/chromium/src.git@cryto-sha1
Patch Set: Created 4 years, 6 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 | « crypto/BUILD.gn ('k') | crypto/sha1_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/crypto.gyp
diff --git a/crypto/crypto.gyp b/crypto/crypto.gyp
index dbcd01db040a7cf0c329e386e55ae8c1024228a9..4c8ac388dab709ff0583c97fc8ec36cb818fdd8a 100644
--- a/crypto/crypto.gyp
+++ b/crypto/crypto.gyp
@@ -146,6 +146,24 @@
}],
],
},
+ {
+ 'target_name': 'crypto_perftests',
+ 'type': 'executable',
+ 'sources': [
+ 'sha1_perftest.cc',
+ ],
+ 'dependencies': [
+ 'crypto',
+ 'crypto_test_support',
+ '../base/base.gyp:base',
+ '../base/base.gyp:run_all_unittests',
+ '../base/base.gyp:test_support_base',
+ '../testing/gmock.gyp:gmock',
+ '../testing/gtest.gyp:gtest',
+ '../testing/perf/perf_test.gyp:perf_test',
+ '../third_party/boringssl/boringssl.gyp:boringssl',
+ ],
+ },
],
'conditions': [
['OS == "win" and target_arch=="ia32"', {
« no previous file with comments | « crypto/BUILD.gn ('k') | crypto/sha1_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698