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

Unified Diff: third_party/ced/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/boringssl/BUILD.gn ('k') | third_party/cld_2/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ced/BUILD.gn
diff --git a/third_party/ced/BUILD.gn b/third_party/ced/BUILD.gn
index bf6d2340e10c085a968ba5ca24f2c64539299d04..c2ed9a20c97af4b9d666bac1262ab57de1eafef7 100644
--- a/third_party/ced/BUILD.gn
+++ b/third_party/ced/BUILD.gn
@@ -11,7 +11,7 @@ config("ced_config") {
}
}
-source_set("ced") {
+static_library("ced") {
sources = [
"src/compact_enc_det/compact_enc_det.cc",
"src/compact_enc_det/compact_enc_det.h",
« no previous file with comments | « third_party/boringssl/BUILD.gn ('k') | third_party/cld_2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698