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

Unified Diff: src/trusted/validator_x86/BUILD.gn

Issue 2519103003: Change some source_sets to static_library to shrink binary (Closed)
Patch Set: Created 4 years, 1 month 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 | « src/trusted/service_runtime/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_x86/BUILD.gn
diff --git a/src/trusted/validator_x86/BUILD.gn b/src/trusted/validator_x86/BUILD.gn
index ebfc56dca71f3affb49c977d4b0f5d1f5588a531..43df509f934e3d9ea97d1773f8683b99854ba52d 100644
--- a/src/trusted/validator_x86/BUILD.gn
+++ b/src/trusted/validator_x86/BUILD.gn
@@ -16,7 +16,7 @@ if (current_cpu == "x86" || current_cpu == "x64") {
}
}
- source_set("nccopy") {
+ static_library("nccopy") {
sources = [
"nccopycode.c",
]
« no previous file with comments | « src/trusted/service_runtime/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698