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

Unified Diff: base/base.gypi

Issue 2052713002: Remove the CryptoAPI implementation of SHA-1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a few stragglers 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 | « base/BUILD.gn ('k') | base/sha1.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index df6bf8cbe5959c6ea498ef25b0a07e934d5cee55..5aee092e4a9e3da253043adf6683541ad8a4ca53 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -557,9 +557,8 @@
'sequenced_task_runner.cc',
'sequenced_task_runner.h',
'sequenced_task_runner_helpers.h',
+ 'sha1.cc',
'sha1.h',
- 'sha1_portable.cc',
- 'sha1_win.cc',
'single_thread_task_runner.h',
'stl_util.h',
'strings/latin1_string_conversions.cc',
@@ -1006,9 +1005,6 @@
'files/file_path_watcher_stub.cc',
'message_loop/message_pump_libevent.cc',
'posix/file_descriptor_shuffle.cc',
- # Not using sha1_win.cc because it may have caused a
- # regression to page cycler moz.
- 'sha1_win.cc',
'strings/string16.cc',
],
},],
« no previous file with comments | « base/BUILD.gn ('k') | base/sha1.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698