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

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

Issue 2525583003: Revert of 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 | « no previous file | src/trusted/validator_x86/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/BUILD.gn
diff --git a/src/trusted/service_runtime/BUILD.gn b/src/trusted/service_runtime/BUILD.gn
index d326b1534495b6571c11ae130836f54b4490d73b..dc0cf715e37a1bb46d6a238e0e0ad6c17b90be55 100644
--- a/src/trusted/service_runtime/BUILD.gn
+++ b/src/trusted/service_runtime/BUILD.gn
@@ -16,7 +16,7 @@
]
}
-static_library("sel_main_chrome") {
+source_set("sel_main_chrome") {
sources = [
"sel_main_chrome.c",
]
@@ -88,7 +88,7 @@
}
}
-static_library("sel") {
+source_set("sel") {
sources = [
"dyn_array.c",
"elf_util.c",
« no previous file with comments | « no previous file | src/trusted/validator_x86/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698