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

Unified Diff: third_party/flatbuffers/BUILD.gn

Issue 2086213003: Data structures for Safe Browsing subresource filtering rules. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Data structures for Subresource Filter. Created 4 years, 6 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
Index: third_party/flatbuffers/BUILD.gn
diff --git a/third_party/flatbuffers/BUILD.gn b/third_party/flatbuffers/BUILD.gn
index a6dc8f42ec8533f61ff45f9163bc5841d0e44d26..a0f890605c3a51d91c60828f2157a841f3f00923 100644
--- a/third_party/flatbuffers/BUILD.gn
+++ b/third_party/flatbuffers/BUILD.gn
@@ -52,6 +52,9 @@ executable("flatc") {
":flatbuffers",
"//build/config/sanitizers:deps",
]
+ ldflags = [
+ "-pie",
+ ]
}
# The following is just for testing.
« no previous file with comments | « components/subresource_filter/core/common/proto/rules.proto ('k') | third_party/flatbuffers/flatbuffers.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698