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

Unified Diff: fusl/ldso/BUILD.gn

Issue 1689833004: [fusl] Update fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: remove stray space Created 4 years, 10 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 | « fusl/include/sys/ptrace.h ('k') | fusl/ldso/dlstart.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/ldso/BUILD.gn
diff --git a/fusl/src/conf/BUILD.gn b/fusl/ldso/BUILD.gn
similarity index 64%
copy from fusl/src/conf/BUILD.gn
copy to fusl/ldso/BUILD.gn
index b4ae3a5e12dd7f71e2c811c9734c82be33386d9c..c2f581f19a28b615fcba66215a16cc1e4df2dbce 100644
--- a/fusl/src/conf/BUILD.gn
+++ b/fusl/ldso/BUILD.gn
@@ -4,12 +4,11 @@
import("//fusl/fusl.gni")
-fusl_source_set("conf") {
+fusl_source_set("ldso") {
+ configs = [ "//fusl:fusl_no_stack_protector_config" ]
+
sources = [
- "confstr.c",
- "fpathconf.c",
- "legacy.c",
- "pathconf.c",
- "sysconf.c",
+ "dlstart.c",
+ "dynlink.c",
]
}
« no previous file with comments | « fusl/include/sys/ptrace.h ('k') | fusl/ldso/dlstart.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698