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

Unified Diff: net/BUILD.gn

Issue 1318343003: Annotate GN executables and shared_libraries with sanitizer deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « mojo/services/network/BUILD.gn ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 1e149ba9264f8f2c6abee9d742a3220ad94627a7..0b0b43590c3bbce8c1a5c49517b27ea6fa2c4862 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -560,9 +560,10 @@ executable("dump_cache") {
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
deps = [
- "//base",
":net",
":test_support",
+ "//base",
+ "//build/config/sanitizers:deps",
]
}
@@ -862,6 +863,7 @@ if (!is_ios && !is_android) {
":net",
":test_support",
"//base",
+ "//build/config/sanitizers:deps",
]
}
@@ -876,6 +878,7 @@ if (!is_ios && !is_android) {
deps = [
":net",
"//base",
+ "//build/config/sanitizers:deps",
]
}
@@ -890,6 +893,7 @@ if (!is_ios && !is_android) {
deps = [
":net",
"//base",
+ "//build/config/sanitizers:deps",
]
}
@@ -902,6 +906,7 @@ if (!is_ios && !is_android) {
deps = [
":net",
"//base",
+ "//build/config/sanitizers:deps",
]
}
@@ -917,6 +922,7 @@ if (!is_ios && !is_android) {
":net",
"//base",
"//base:i18n",
+ "//build/config/sanitizers:deps",
"//url",
]
}
@@ -930,8 +936,9 @@ if (!is_ios && !is_android) {
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
deps = [
- "//base",
":net",
+ "//base",
+ "//build/config/sanitizers:deps",
]
}
@@ -944,8 +951,9 @@ if (!is_ios && !is_android) {
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
deps = [
- "//base",
":net",
+ "//base",
+ "//build/config/sanitizers:deps",
]
}
@@ -958,8 +966,9 @@ if (!is_ios && !is_android) {
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
deps = [
- "//base",
":net",
+ "//base",
+ "//build/config/sanitizers:deps",
]
}
@@ -973,6 +982,7 @@ if (!is_ios && !is_android) {
":net",
":net_with_v8",
"//base",
+ "//build/config/sanitizers:deps",
]
if (is_desktop_linux) {
@@ -994,6 +1004,7 @@ if (!is_ios && !is_android) {
":test_support",
"//base",
"//base/test:test_support",
+ "//build/config/sanitizers:deps",
"//testing/gtest",
]
}
@@ -1010,6 +1021,7 @@ if (!is_ios && !is_android) {
":net",
":test_support",
"//base",
+ "//build/config/sanitizers:deps",
]
}
@@ -1023,6 +1035,7 @@ if (!is_ios && !is_android) {
deps = [
"//base",
"//base:i18n",
+ "//build/config/sanitizers:deps",
"//net/tools/tld_cleanup",
]
}
@@ -1101,6 +1114,7 @@ if (is_linux) {
":flip_in_mem_edsm_server_base",
":net",
":test_support",
+ "//build/config/sanitizers:deps",
"//testing/gtest",
"//testing/gmock",
"//third_party/boringssl",
@@ -1117,6 +1131,7 @@ if (is_linux) {
":flip_in_mem_edsm_server_base",
":net",
"//base",
+ "//build/config/sanitizers:deps",
]
}
@@ -1162,6 +1177,7 @@ if (is_linux) {
":net",
":simple_quic_tools",
"//base",
+ "//build/config/sanitizers:deps",
"//third_party/boringssl",
]
}
@@ -1177,6 +1193,7 @@ if (is_linux) {
":net",
":simple_quic_tools",
"//base",
+ "//build/config/sanitizers:deps",
"//third_party/boringssl",
]
}
@@ -1216,6 +1233,7 @@ if (is_android || is_linux) {
deps = [
":net",
"//base",
+ "//build/config/sanitizers:deps",
]
}
}
@@ -1268,6 +1286,7 @@ if (!is_ios) {
":net",
":simple_quic_tools",
"//base",
+ "//build/config/sanitizers:deps",
"//url",
]
}
@@ -1279,6 +1298,7 @@ if (!is_ios) {
":net",
":simple_quic_tools",
"//base",
+ "//build/config/sanitizers:deps",
"//third_party/boringssl",
"//third_party/protobuf:protobuf_lite",
]
@@ -1636,6 +1656,7 @@ executable("net_perftests") {
"//base",
"//base:i18n",
"//base/test:test_support_perf",
+ "//build/config/sanitizers:deps",
"//testing/gtest",
"//url",
]
« no previous file with comments | « mojo/services/network/BUILD.gn ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698