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

Unified Diff: third_party/fips181/fips181.gyp

Issue 285263002: Add additional files required for fips181 compliation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « third_party/fips181/convert.cc ('k') | third_party/fips181/owntypes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/fips181/fips181.gyp
diff --git a/third_party/fips181/fips181.gyp b/third_party/fips181/fips181.gyp
index e47a890241fa3f03cd7ad095666789d917982f86..23c9c05ef2fb6773ec40fc19cc36c915ef069a50 100644
--- a/third_party/fips181/fips181.gyp
+++ b/third_party/fips181/fips181.gyp
@@ -16,8 +16,17 @@
],
},
'sources': [
+ 'convert.cc',
+ 'convert.h',
'fips181.cc',
'fips181.h',
+ 'owntypes.h',
+ 'randpass.cc',
+ 'randpass.h',
+ 'smbl.h',
+ ],
+ 'dependencies': [
+ '../../base/base.gyp:base',
],
},
],
« no previous file with comments | « third_party/fips181/convert.cc ('k') | third_party/fips181/owntypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698