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

Unified Diff: third_party/fips181/BUILD.gn

Issue 420113003: components: Fix a couple of the TODO(GYP) todos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 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/search_engines/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/fips181/BUILD.gn
diff --git a/third_party/fips181/BUILD.gn b/third_party/fips181/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..6a57d6c0eab1c6b31ef8e1bca622d75a1e0223f4
--- /dev/null
+++ b/third_party/fips181/BUILD.gn
@@ -0,0 +1,20 @@
+# Copyright 2014 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.
+
+source_set("fips181") {
+ sources = [
+ "convert.cc",
+ "convert.h",
+ "fips181.cc",
+ "fips181.h",
+ "owntypes.h",
+ "randpass.cc",
+ "randpass.h",
+ "smbl.h",
+ ]
+
+ deps = [
+ "//base",
+ ]
+}
« no previous file with comments | « components/search_engines/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698