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

Unified Diff: third_party/fips181/BUILD.gn

Issue 2152033002: Convert third_party source sets to static libraries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ios Created 4 years, 5 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/dom_distiller_js/BUILD.gn ('k') | third_party/hunspell/BUILD.gn » ('j') | 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
index 6a57d6c0eab1c6b31ef8e1bca622d75a1e0223f4..ad952127121a38a2925d6ef5792a85e3149b581f 100644
--- a/third_party/fips181/BUILD.gn
+++ b/third_party/fips181/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("fips181") {
+static_library("fips181") {
sources = [
"convert.cc",
"convert.h",
« no previous file with comments | « third_party/dom_distiller_js/BUILD.gn ('k') | third_party/hunspell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698